![]() |
![]() |
![]() |
gedit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
GeditProgressInfoBarPrivate; struct GeditProgressInfoBar; 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
); void gedit_progress_info_bar_pulse (GeditProgressInfoBar *bar
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GtkInfoBar +----GeditProgressInfoBar
GeditProgressInfoBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
typedef struct _GeditProgressInfoBarPrivate GeditProgressInfoBarPrivate;
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
);
"has-cancel-button"
property"has-cancel-button" gboolean : Write / Construct Only
If the message bar has a cancel button.
Default value: TRUE