| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkInfoBar ╰── GeditProgressInfoBar
GeditProgressInfoBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * gedit_progress_info_bar_new (const gchar *stock_id,const gchar *markup,gboolean has_cancel);
void gedit_progress_info_bar_set_stock_image (GeditProgressInfoBar *bar,const gchar *stock_id);
void gedit_progress_info_bar_set_markup (GeditProgressInfoBar *bar,const gchar *markup);
void gedit_progress_info_bar_set_text (GeditProgressInfoBar *bar,const gchar *text);
void gedit_progress_info_bar_set_fraction (GeditProgressInfoBar *bar,gdouble fraction);
typedef struct _GeditProgressInfoBarPrivate GeditProgressInfoBarPrivate;
“has-cancel-button” property“has-cancel-button” gboolean
If the message bar has a cancel button.
Flags: Write / Construct Only
Default value: TRUE