GwyVMenuBar

GwyVMenuBar — A vertical menu bar.

Synopsis




            GwyVMenuBar;
            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

GwyVMenuBar

typedef struct _GwyVMenuBar GwyVMenuBar;

Warning

GwyVMenuBar is deprecated and should not be used in newly-written code.


GwyVMenuBarClass

typedef struct {
    GtkMenuBarClass parent_class;

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

Warning

GwyVMenuBarClass is deprecated and should not be used in newly-written code.


gwy_vmenu_bar_new ()

GtkWidget*  gwy_vmenu_bar_new               (void);

Warning

gwy_vmenu_bar_new is deprecated and should not be used in newly-written code.

Creates a new vertical menu bar.

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

Since 1.5