PlumaProgressMessageArea
PlumaProgressMessageArea
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GtkHBox
╰── GtkInfoBar
╰── PlumaProgressMessageArea
Implemented Interfaces
PlumaProgressMessageArea implements
AtkImplementorIface, GtkBuildable and GtkOrientable.
Functions
pluma_progress_message_area_new ()
GtkWidget *
pluma_progress_message_area_new (const gchar *stock_id
,
const gchar *markup
,
gboolean has_cancel
);
pluma_progress_message_area_set_stock_image ()
void
pluma_progress_message_area_set_stock_image
(PlumaProgressMessageArea *area
,
const gchar *stock_id
);
pluma_progress_message_area_set_markup ()
void
pluma_progress_message_area_set_markup
(PlumaProgressMessageArea *area
,
const gchar *markup
);
pluma_progress_message_area_set_text ()
void
pluma_progress_message_area_set_text (PlumaProgressMessageArea *area
,
const gchar *text
);
pluma_progress_message_area_set_fraction ()
void
pluma_progress_message_area_set_fraction
(PlumaProgressMessageArea *area
,
gdouble fraction
);
Types and Values
PlumaProgressMessageAreaPrivate
typedef struct _PlumaProgressMessageAreaPrivate PlumaProgressMessageAreaPrivate;
struct PlumaProgressMessageArea
struct PlumaProgressMessageArea;
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