AlpFontSizeDialog
[UI Widgets]


Data Structures

struct  _AlpFontSizeDialog
struct  _AlpFontSizeDialogClass

Defines

#define ALP_FONT_SIZE_DIALOG(object)   (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialog))
#define ALP_FONT_SIZE_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialogClass))
#define ALP_FONT_SIZE_DIALOG_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialogClass))
#define ALP_IS_FONT_SIZE_DIALOG(object)   (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_FONT_SIZE_DIALOG))
#define ALP_IS_FONT_SIZE_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_FONT_SIZE_DIALOG))
#define ALP_TYPE_FONT_SIZE_DIALOG   (alp_font_size_dialog_get_type ())

Typedefs

typedef _AlpFontSizeDialog AlpFontSizeDialog
typedef _AlpFontSizeDialogClass AlpFontSizeDialogClass

Functions

GType alp_font_size_dialog_get_type (void) G_GNUC_CONST
 Get the AlpFontSizeDialog object type.
GtkWidget * alp_font_size_dialog_new (void)
 Creates a new AlpFontSizeDialog.
gint alp_font_size_dialog_run (AlpFontSizeDialog *dialog)
 Shows the AlpFontSizeDialog and waits until it either emits the response signal, or is destroyed.


Define Documentation

#define ALP_FONT_SIZE_DIALOG object   )     (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialog))
 

#define ALP_FONT_SIZE_DIALOG_CLASS klass   )     (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialogClass))
 

#define ALP_FONT_SIZE_DIALOG_GET_CLASS obj   )     (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_FONT_SIZE_DIALOG, AlpFontSizeDialogClass))
 

#define ALP_IS_FONT_SIZE_DIALOG object   )     (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_FONT_SIZE_DIALOG))
 

#define ALP_IS_FONT_SIZE_DIALOG_CLASS klass   )     (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_FONT_SIZE_DIALOG))
 

#define ALP_TYPE_FONT_SIZE_DIALOG   (alp_font_size_dialog_get_type ())
 


Typedef Documentation

typedef struct _AlpFontSizeDialog AlpFontSizeDialog
 

typedef struct _AlpFontSizeDialogClass AlpFontSizeDialogClass
 


Function Documentation

GType alp_font_size_dialog_get_type void   ) 
 

Get the AlpFontSizeDialog object type.

Parameters:
[in] none. 
Returns:
The AlpFontSizeDialog type identifier

GtkWidget* alp_font_size_dialog_new void   ) 
 

Creates a new AlpFontSizeDialog.

Returns:
a new AlpFontSizeDialog

gint alp_font_size_dialog_run AlpFontSizeDialog dialog  ) 
 

Shows the AlpFontSizeDialog and waits until it either emits the response signal, or is destroyed.

Parameters:
[in] dialog An AlpFontSizeDialog
Returns:
a font size


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

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