![]() |
![]() |
![]() |
Gwyddion Widgets Library Reference Manual | ![]() |
---|---|---|---|---|
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----GtkStatusbar +----GwyStatusbar
This widget is completely identical to GtkStatusbar except that Pango markup can be used in its messages.
typedef struct { GtkStatusbarClass parent_class; gpointer reserved1; gpointer reserved2; } GwyStatusbarClass;
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. |