GwyStatusbar

GwyStatusbar — Statusbar with Pango markup support

Synopsis




            GwyStatusbar;
            GwyStatusbarClass;
GtkWidget*  gwy_statusbar_new               (void);

Object Hierarchy


  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GtkStatusbar
                                             +----GwyStatusbar

Implemented Interfaces

GwyStatusbar implements AtkImplementorIface.

Description

This widget is completely identical to GtkStatusbar except that Pango markup can be used in its messages.

Details

GwyStatusbar

typedef struct _GwyStatusbar GwyStatusbar;


GwyStatusbarClass

typedef struct {
    GtkStatusbarClass parent_class;

    gpointer reserved1;
    gpointer reserved2;
} GwyStatusbarClass;


gwy_statusbar_new ()

GtkWidget*  gwy_statusbar_new               (void);

Creates a new Gwyddion statusbar.

Gwyddion statusbar differs from GtkStatusbar only in one thing: the messages can contain Pango markup.

Returns : The newly created statusbar, as a GtkWidget.