Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | xed_progress_info_bar_new () |
void | xed_progress_info_bar_set_icon_name () |
void | xed_progress_info_bar_set_markup () |
void | xed_progress_info_bar_set_text () |
void | xed_progress_info_bar_set_fraction () |
void | xed_progress_info_bar_pulse () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkInfoBar ╰── XedProgressInfoBar
XedProgressInfoBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * xed_progress_info_bar_new (const gchar *icon_name
,const gchar *markup
,gboolean has_cancel
);
void xed_progress_info_bar_set_icon_name (XedProgressInfoBar *area
,const gchar *icon_name
);
void xed_progress_info_bar_set_markup (XedProgressInfoBar *area
,const gchar *markup
);
void xed_progress_info_bar_set_text (XedProgressInfoBar *area
,const gchar *text
);
void xed_progress_info_bar_set_fraction (XedProgressInfoBar *area
,gdouble fraction
);
“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