Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gtk2::menubar(3pm) [debian man page]

Gtk2::MenuBar(3pm)					User Contributed Perl Documentation					Gtk2::MenuBar(3pm)

NAME
Gtk2::MenuBar - wrapper for GtkMenuBar HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::MenuShell +----Gtk2::MenuBar INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::MenuBar->new packdirection = $menubar->get_child_pack_direction Since: gtk+ 2.8 $menubar->set_child_pack_direction ($child_pack_dir) o $child_pack_dir (Gtk2::PackDirection) Since: gtk+ 2.8 packdirection = $menubar->get_pack_direction Since: gtk+ 2.8 $menubar->set_pack_direction ($pack_dir) o $pack_dir (Gtk2::PackDirection) Since: gtk+ 2.8 PROPERTIES
'child-pack-direction' (Gtk2::PackDirection : default "ltr" : readable / writable / private) The child pack direction of the menubar 'pack-direction' (Gtk2::PackDirection : default "ltr" : readable / writable / private) The pack direction of the menubar STYLE PROPERTIES
'internal-padding' (integer : default 1 : readable / private) Amount of border space between the menubar shadow and the menu items 'shadow-type' (Gtk2::ShadowType : default "out" : readable / private) Style of bevel around the menubar ENUMS AND FLAGS
enum Gtk2::PackDirection o 'ltr' / 'GTK_PACK_DIRECTION_LTR' o 'rtl' / 'GTK_PACK_DIRECTION_RTL' o 'ttb' / 'GTK_PACK_DIRECTION_TTB' o 'btt' / 'GTK_PACK_DIRECTION_BTT' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::MenuShell COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::MenuBar(3pm)

Check Out this Related Man Page

Gtk2::Arrow(3)						User Contributed Perl Documentation					    Gtk2::Arrow(3)

NAME
Gtk2::Arrow HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Misc +----Gtk2::Arrow INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Arrow->new ($arrow_type, $shadow_type) o $arrow_type (Gtk2::ArrowType) o $shadow_type (Gtk2::ShadowType) $arrow->set ($arrow_type, $shadow_type) o $arrow_type (Gtk2::ArrowType) o $shadow_type (Gtk2::ShadowType) PROPERTIES
'arrow-type' (Gtk2::ArrowType : readable / writable / private) The direction the arrow should point 'shadow-type' (Gtk2::ShadowType : readable / writable / private) Appearance of the shadow surrounding the arrow ENUMS AND FLAGS
enum Gtk2::ArrowType o 'up' / 'GTK_ARROW_UP' o 'down' / 'GTK_ARROW_DOWN' o 'left' / 'GTK_ARROW_LEFT' o 'right' / 'GTK_ARROW_RIGHT' o 'none' / 'GTK_ARROW_NONE' enum Gtk2::ShadowType o 'none' / 'GTK_SHADOW_NONE' o 'in' / 'GTK_SHADOW_IN' o 'out' / 'GTK_SHADOW_OUT' o 'etched-in' / 'GTK_SHADOW_ETCHED_IN' o 'etched-out' / 'GTK_SHADOW_ETCHED_OUT' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Misc COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Arrow(3)
Man Page