Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GtkInfoBar ╰── PlumaProgressMessageArea
PlumaProgressMessageArea implements AtkImplementorIface, GtkBuildable and GtkOrientable.
GtkWidget * pluma_progress_message_area_new (const gchar *stock_id
,const gchar *markup
,gboolean has_cancel
);
void pluma_progress_message_area_set_stock_image (PlumaProgressMessageArea *area
,const gchar *stock_id
);
void pluma_progress_message_area_set_markup (PlumaProgressMessageArea *area
,const gchar *markup
);
void pluma_progress_message_area_set_text (PlumaProgressMessageArea *area
,const gchar *text
);
void pluma_progress_message_area_set_fraction (PlumaProgressMessageArea *area
,gdouble fraction
);
void
pluma_progress_message_area_pulse (PlumaProgressMessageArea *area
);
typedef struct _PlumaProgressMessageAreaPrivate PlumaProgressMessageAreaPrivate;
“has-cancel-button”
property“has-cancel-button” gboolean
If the message area has a cancel button.
Flags: Write / Construct Only
Default value: TRUE