![]() |
![]() |
![]() |
Evolution Shell Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#define E_ALERT_INFO #define E_ALERT_INFO_PRIMARY #define E_ALERT_WARNING #define E_ALERT_WARNING_PRIMARY #define E_ALERT_ERROR #define E_ALERT_ERROR_PRIMARY #define E_ALERT_ASK_FILE_EXISTS_OVERWRITE #define E_ALERT_NO_SAVE_FILE #define E_ALERT_NO_LOAD_FILE EAlert; EAlert * e_alert_new (const gchar *tag, const gchar *arg0, ...); EAlert * e_alert_newv (const gchar *tag, const gchar *arg0, va_list ap); void e_alert_free (EAlert *alert); GtkWidget * e_alert_new_dialog (GtkWindow *parent, EAlert *alert); GtkWidget * e_alert_new_dialog_for_args (GtkWindow *parent, const gchar *tag, const gchar *arg0, ...); gint e_alert_run_dialog (GtkWindow *parent, EAlert *alert); gint e_alert_run_dialog_for_args (GtkWindow *parent, const gchar *tag, const gchar *arg0, ...); guint e_alert_dialog_count_buttons (GtkDialog *dialog);
#define E_ALERT_ASK_FILE_EXISTS_OVERWRITE "system:ask-save-file-exists-overwrite"
EAlert * e_alert_new (const gchar *tag, const gchar *arg0, ...);
Creates a new EAlert. The tag
argument is used to determine
which alert to use, it is in the format domain:alert-id. The NULL
terminated list of arguments, starting with arg0
is used to fill
out the alert definition.
|
alert identifier |
|
The first argument for the alert formatter. The list must be NULL terminated. |
|
|
Returns : |
EAlert * e_alert_newv (const gchar *tag, const gchar *arg0, va_list ap);
|
|
|
|
|
|
Returns : |
GtkWidget * e_alert_new_dialog (GtkWindow *parent, EAlert *alert);
|
|
|
|
Returns : |
GtkWidget * e_alert_new_dialog_for_args (GtkWindow *parent, const gchar *tag, const gchar *arg0, ...);
|
|
|
|
|
|
|
|
Returns : |
gint e_alert_run_dialog (GtkWindow *parent, EAlert *alert);
|
|
|
|
Returns : |
gint e_alert_run_dialog_for_args (GtkWindow *parent, const gchar *tag, const gchar *arg0, ...);
|
|
|
|
|
|
|
|
Returns : |