Data Structures | |
| struct | _AlpAboutDialog |
| struct | _AlpAboutDialogClass |
Defines | |
| #define | ALP_ABOUT_DIALOG(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), ALP_TYPE_ABOUT_DIALOG, AlpAboutDialog)) |
| #define | ALP_ABOUT_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ALP_TYPE_ABOUT_DIALOG, AlpAboutDialogClass)) |
| #define | ALP_ABOUT_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), ALP_TYPE_ABOUT_DIALOG, AlpAboutDialogClass)) |
| #define | ALP_IS_ABOUT_DIALOG(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), ALP_TYPE_ABOUT_DIALOG)) |
| #define | ALP_IS_ABOUT_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), ALP_TYPE_ABOUT_DIALOG)) |
| #define | ALP_TYPE_ABOUT_DIALOG (alp_about_dialog_get_type ()) |
Typedefs | |
| typedef _AlpAboutDialog | AlpAboutDialog |
| typedef _AlpAboutDialogClass | AlpAboutDialogClass |
Functions | |
| void | alp_about_dialog_cancel () |
| Cancels a running AlpAboutDialog - suitable from calling from a relaunch handler of an application which is being relaunched to move to the background. Can be called safely even if an about dialog is not running. | |
| GType | alp_about_dialog_get_type (void) G_GNUC_CONST |
| Get the AlpAboutDialog object type. | |
| void | alp_about_dialog_run (GtkWindow *parent_window) |
| Creates, shows and cleans up after the AlpAboutDialog. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cancels a running AlpAboutDialog - suitable from calling from a relaunch handler of an application which is being relaunched to move to the background. Can be called safely even if an about dialog is not running.
|
|
|
Get the AlpAboutDialog object type.
|
|
|
Creates, shows and cleans up after the AlpAboutDialog.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.