#include <gtk/gtkdialog.h>
Go to the source code of this file.
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. | |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.