EAlertBar
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkInfoBar ╰── EAlertBar
EAlertBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * e_alert_bar_new (void);
void
void e_alert_bar_clear (EAlertBar *alert_bar);
EAlertBar *alert_bar
void e_alert_bar_add_alert (EAlertBar *alert_bar, EAlert *alert);
EAlert *alert
gboolean e_alert_bar_close_alert (EAlertBar *alert_bar);
Closes the active EAlert and returns TRUE, or else returns FALSE if there is no active EAlert.
TRUE
FALSE
alert_bar
an EAlertBar
whether an EAlert was closed
struct EAlertBar;