GwyStatusbar

GwyStatusbar —

Synopsis




struct      GwyStatusbar;
GtkWidget*  gwy_statusbar_new               (void);

Object Hierarchy


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

Implemented Interfaces

GwyStatusbar implements AtkImplementorIface.

Description

Details

struct GwyStatusbar

struct GwyStatusbar;


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.