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