include/alp/fontsizedialog.h

Go to the documentation of this file.
00001 /******************************************************************************
00002  * Copyright (c) 1999-2008 ACCESS CO., LTD. All rights reserved.
00003  * Copyright (c) 2006 PalmSource, Inc (an ACCESS company). All rights reserved.
00004  *****************************************************************************/
00010 #ifndef __ALP_FONT_SIZE_DIALOG_H__
00011 #define __ALP_FONT_SIZE_DIALOG_H__
00012 
00013 #include <gtk/gtkdialog.h>
00014 
00015 G_BEGIN_DECLS
00016 
00022 /* @{ */
00023 
00024 #define ALP_TYPE_FONT_SIZE_DIALOG            (alp_font_size_dialog_get_type ())
00025 #define ALP_FONT_SIZE_DIALOG(object)         (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialog))
00026 #define ALP_FONT_SIZE_DIALOG_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialogClass))
00027 #define ALP_IS_FONT_SIZE_DIALOG(object)      (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_FONT_SIZE_DIALOG))
00028 #define ALP_IS_FONT_SIZE_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_FONT_SIZE_DIALOG))
00029 #define ALP_FONT_SIZE_DIALOG_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialogClass))
00030 
00031 typedef struct _AlpFontSizeDialog        AlpFontSizeDialog;
00032 typedef struct _AlpFontSizeDialogClass   AlpFontSizeDialogClass;
00033 
00034 struct _AlpFontSizeDialog 
00035 {
00036   GtkDialog parent_instance;
00037 };
00038 
00039 struct _AlpFontSizeDialogClass 
00040 {
00041   GtkDialogClass parent_class;
00042 };
00043 
00049 GType                  alp_font_size_dialog_get_type               (void) G_GNUC_CONST;
00050 
00055 GtkWidget*                         alp_font_size_dialog_new                                       (void);
00056 
00062 gint                   alp_font_size_dialog_run                    (AlpFontSizeDialog* dialog);
00063 
00064 /* @} */
00065 G_END_DECLS
00066 
00067 
00068 #endif /*__ALP_FONT_SIZE_DIALOG_H__*/
00069 
00070 

Generated on Wed Jul 30 07:06:39 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.