XedProgressInfoBar

XedProgressInfoBar

Functions

Properties

gboolean has-cancel-button Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkInfoBar
                        ╰── XedProgressInfoBar

Implemented Interfaces

XedProgressInfoBar implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

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);

Types and Values

struct XedProgressInfoBar

struct XedProgressInfoBar;

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