XedProgressMessageArea
XedProgressMessageArea
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkInfoBar
╰── XedProgressMessageArea
Implemented Interfaces
XedProgressMessageArea implements
AtkImplementorIface, GtkBuildable and GtkOrientable.
Functions
xed_progress_message_area_new ()
GtkWidget *
xed_progress_message_area_new (const gchar *stock_id
,
const gchar *markup
,
gboolean has_cancel
);
xed_progress_message_area_set_stock_image ()
void
xed_progress_message_area_set_stock_image
(XedProgressMessageArea *area
,
const gchar *stock_id
);
xed_progress_message_area_set_markup ()
void
xed_progress_message_area_set_markup (XedProgressMessageArea *area
,
const gchar *markup
);
xed_progress_message_area_set_text ()
void
xed_progress_message_area_set_text (XedProgressMessageArea *area
,
const gchar *text
);
xed_progress_message_area_set_fraction ()
void
xed_progress_message_area_set_fraction
(XedProgressMessageArea *area
,
gdouble fraction
);
Types and Values
XedProgressMessageAreaPrivate
typedef struct _XedProgressMessageAreaPrivate XedProgressMessageAreaPrivate;
struct XedProgressMessageArea
struct XedProgressMessageArea;
Property Details
The “has-cancel-button”
property
“has-cancel-button” gboolean
If the message area has a cancel button.
Flags: Write / Construct Only
Default value: TRUE