XedStatusbar

XedStatusbar

Functions

Types and Values

struct XedStatusbar

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkStatusbar
                        ╰── XedStatusbar

Implemented Interfaces

XedStatusbar implements AtkImplementorIface, GtkBuildable and GtkOrientable.

Description

Functions

xed_statusbar_new ()

GtkWidget *
xed_statusbar_new (void);

Creates a new XedStatusbar.

Returns

the new XedStatusbar object


xed_statusbar_set_window_state ()

void
xed_statusbar_set_window_state (XedStatusbar *statusbar,
                                XedWindowState state,
                                gint num_of_errors);

xed_statusbar_set_overwrite ()

void
xed_statusbar_set_overwrite (XedStatusbar *statusbar,
                             gboolean overwrite);

Sets the overwrite mode on the statusbar.

Parameters

statusbar

a XedStatusbar

 

overwrite

if the overwrite mode is set

 

xed_statusbar_set_cursor_position ()

void
xed_statusbar_set_cursor_position (XedStatusbar *statusbar,
                                   gint line,
                                   gint col);

xed_statusbar_clear_overwrite ()

void
xed_statusbar_clear_overwrite (XedStatusbar *statusbar);

xed_statusbar_flash_message ()

void
xed_statusbar_flash_message (XedStatusbar *statusbar,
                             guint context_id,
                             const gchar *format,
                             ...);

Flash a temporary message on the statusbar.

Parameters

statusbar

a XedStatusbar

 

context_id

message context_id

 

format

message to flash on the statusbar

 

Types and Values

struct XedStatusbar

struct XedStatusbar;