![]() |
![]() |
![]() |
Gwyddion Widgets Library Reference Manual | ![]() |
---|
GwyVMenuBarGwyVMenuBar — A vertical menu bar. |
GwyVMenuBar; GwyVMenuBarClass; GtkWidget* gwy_vmenu_bar_new (void);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkMenuShell +----GtkMenuBar +----GwyVMenuBar
GwyVMenuBar is in all aspects identical to GtkMenuBar, except that the menu bar items are organized vertically.
typedef struct _GwyVMenuBar GwyVMenuBar;
GwyVMenuBar is deprecated and should not be used in newly-written code.
typedef struct { GtkMenuBarClass parent_class; /* Padding for future expansion */ void (*reserved1)(void); void (*reserved2)(void); } GwyVMenuBarClass;
GwyVMenuBarClass is deprecated and should not be used in newly-written code.
<< GwyVRuler | GwySciText >> |