AlpAboutDialog
[UI Widgets]


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.


Define Documentation

#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 ())
 


Typedef Documentation

typedef struct _AlpAboutDialog AlpAboutDialog
 

typedef struct _AlpAboutDialogClass AlpAboutDialogClass
 


Function Documentation

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   ) 
 

Get the AlpAboutDialog object type.

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

void alp_about_dialog_run GtkWindow *  parent_window  ) 
 

Creates, shows and cleans up after the AlpAboutDialog.

Parameters:
[in] parentWindow Pointer to the parent application's GtkWindow widget


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.