XedProgressInfoBar
XedProgressInfoBar
|
|
Functions
xed_progress_info_bar_new ()
GtkWidget *
xed_progress_info_bar_new (const gchar *icon_name
,
const gchar *markup
,
gboolean has_cancel
);
xed_progress_info_bar_set_icon_name ()
void
xed_progress_info_bar_set_icon_name (XedProgressInfoBar *area
,
const gchar *icon_name
);
xed_progress_info_bar_set_markup ()
void
xed_progress_info_bar_set_markup (XedProgressInfoBar *area
,
const gchar *markup
);
xed_progress_info_bar_set_text ()
void
xed_progress_info_bar_set_text (XedProgressInfoBar *area
,
const gchar *text
);
xed_progress_info_bar_set_fraction ()
void
xed_progress_info_bar_set_fraction (XedProgressInfoBar *area
,
gdouble fraction
);
xed_progress_info_bar_pulse ()
void
xed_progress_info_bar_pulse (XedProgressInfoBar *area
);
Property Details
The “has-cancel-button”
property
“has-cancel-button” gboolean
If the message area has a cancel button.
Owner: XedProgressInfoBar
Flags: Write / Construct Only
Default value: TRUE