GwyStatusbar

GwyStatusbar — Statusbar with Pango markup support

Synopsis




struct      GwyStatusbar;
struct      GwyStatusbarClass;
GtkWidget*  gwy_statusbar_new               (void);

Object Hierarchy


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

Implemented Interfaces

GwyStatusbar implements AtkImplementorIface.

Description

This widget is completely identical to GtkStatusbar except that Pango markup works in messages.

Details

struct GwyStatusbar

struct GwyStatusbar;


struct GwyStatusbarClass

struct GwyStatusbarClass {

    GtkStatusbarClass parent_class;

    gpointer reserved1;
    gpointer reserved2;
};


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.