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
21 widget = Gtk2::MenuBar->new
22
23 packdirection = $menubar->get_child_pack_direction
24
25 $menubar->set_child_pack_direction ($child_pack_dir)
26
27 * $child_pack_dir (Gtk2::PackDirection)
28
29 packdirection = $menubar->get_pack_direction
30
31 $menubar->set_pack_direction ($pack_dir)
32
33 * $pack_dir (Gtk2::PackDirection)
34
36 'child-pack-direction' (Gtk2::PackDirection : readable / writable /
37 private)
38 The child pack direction of the menubar
39
40 'pack-direction' (Gtk2::PackDirection : readable / writable / private)
41 The pack direction of the menubar
42
44 enum Gtk2::PackDirection
45
46 * 'ltr' / 'GTK_PACK_DIRECTION_LTR'
47 * 'rtl' / 'GTK_PACK_DIRECTION_RTL'
48 * 'ttb' / 'GTK_PACK_DIRECTION_TTB'
49 * 'btt' / 'GTK_PACK_DIRECTION_BTT'
50
52 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
53 Gtk2::Container, Gtk2::MenuShell
54
56 Copyright (C) 2003-2007 by the gtk2-perl team.
57
58 This software is licensed under the LGPL. See Gtk2 for a full notice.
59
60
61
62perl v5.8.8 2007-03-18 Gtk2::MenuBar(3)