GwyVMenuBar

GwyVMenuBar — A vertical menu bar.

Synopsis




struct      GwyVMenuBar;
struct      GwyVMenuBarClass;
GtkWidget*  gwy_vmenu_bar_new               (void);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkMenuShell
                           +----GtkMenuBar
                                 +----GwyVMenuBar

Implemented Interfaces

GwyVMenuBar implements AtkImplementorIface.

Description

GwyVMenuBar is in all aspects identical to GtkMenuBar, except that the menu bar items are organized vertically.

Details

struct GwyVMenuBar

struct GwyVMenuBar;


struct GwyVMenuBarClass

struct GwyVMenuBarClass {

    GtkMenuBarClass parent_class;

    /* Padding for future expansion */
    void (*reserved1)(void);
    void (*reserved2)(void);
};


gwy_vmenu_bar_new ()

GtkWidget*  gwy_vmenu_bar_new               (void);

Creates a new vertical menu bar.

Returns : The newly created vertical menu bar, as a GtkWidget.

Since 1.5