1Gtk2::MenuBar(3) User Contributed Perl Documentation Gtk2::MenuBar(3)
2
3
4
6 Gtk2::MenuBar
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::MenuShell
15 +----Gtk2::MenuBar
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19 Gtk2::Buildable
20
22 widget = Gtk2::MenuBar->new
23 packdirection = $menubar->get_child_pack_direction
24 Since: gtk+ 2.8
25
26 $menubar->set_child_pack_direction ($child_pack_dir)
27 · $child_pack_dir (Gtk2::PackDirection)
28
29 Since: gtk+ 2.8
30
31 packdirection = $menubar->get_pack_direction
32 Since: gtk+ 2.8
33
34 $menubar->set_pack_direction ($pack_dir)
35 · $pack_dir (Gtk2::PackDirection)
36
37 Since: gtk+ 2.8
38
40 'child-pack-direction' (Gtk2::PackDirection : readable / writable /
41 private)
42 The child pack direction of the menubar
43
44 'pack-direction' (Gtk2::PackDirection : readable / writable / private)
45 The pack direction of the menubar
46
48 enum Gtk2::PackDirection
49 · 'ltr' / 'GTK_PACK_DIRECTION_LTR'
50
51 · 'rtl' / 'GTK_PACK_DIRECTION_RTL'
52
53 · 'ttb' / 'GTK_PACK_DIRECTION_TTB'
54
55 · 'btt' / 'GTK_PACK_DIRECTION_BTT'
56
58 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
59 Gtk2::Container, Gtk2::MenuShell
60
62 Copyright (C) 2003-2008 by the gtk2-perl team.
63
64 This software is licensed under the LGPL. See Gtk2 for a full notice.
65
66
67
68perl v5.12.0 2010-05-02 Gtk2::MenuBar(3)