![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct EAlertDialog; GtkWidget * e_alert_dialog_new (GtkWindow *parent
,EAlert *alert
); GtkWidget * e_alert_dialog_new_for_args (GtkWindow *parent
,const gchar *tag
,...
); gint e_alert_run_dialog (GtkWindow *parent
,EAlert *alert
); gint e_alert_run_dialog_for_args (GtkWindow *parent
,const gchar *tag
,...
); EAlert * e_alert_dialog_get_alert (EAlertDialog *dialog
); GtkWidget * e_alert_dialog_get_content_area (EAlertDialog *dialog
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----EAlertDialog
GtkWidget * e_alert_dialog_new_for_args (GtkWindow *parent
,const gchar *tag
,...
);
gint e_alert_run_dialog_for_args (GtkWindow *parent
,const gchar *tag
,...
);
EAlert * e_alert_dialog_get_alert (EAlertDialog *dialog
);
Returns the EAlert associated with dialog
.
|
an EAlertDialog |
Returns : |
the EAlert associated with dialog
|
GtkWidget * e_alert_dialog_get_content_area (EAlertDialog *dialog
);
Returns the vertical box containing the primary and secondary labels. Use this to pack additional widgets into the dialog with the proper horizontal alignment (maintaining the left margin below the image).
|
an EAlertDialog |
Returns : |
the content area GtkBox |