1Gtk2::ButtonBox(3) User Contributed Perl Documentation Gtk2::ButtonBox(3)
2
3
4
6 Gtk2::ButtonBox
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Box
15 +----Gtk2::ButtonBox
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19
21 boolean = $widget->get_child_secondary ($child)
22
23 * $child (Gtk2::Widget)
24
25 $widget->set_child_secondary ($child, $is_secondary)
26
27 * $child (Gtk2::Widget)
28 * $is_secondary (boolean)
29
30 buttonboxstyle = $widget->get_layout
31
32 $widget->set_layout ($layout_style)
33
34 * $layout_style (Gtk2::ButtonBoxStyle)
35
37 'layout-style' (Gtk2::ButtonBoxStyle : readable / writable / private)
38 How to layout the buttons in the box. Possible values are default,
39 spread, edge, start and end
40
42 enum Gtk2::ButtonBoxStyle
43
44 * 'default-style' / 'GTK_BUTTONBOX_DEFAULT_STYLE'
45 * 'spread' / 'GTK_BUTTONBOX_SPREAD'
46 * 'edge' / 'GTK_BUTTONBOX_EDGE'
47 * 'start' / 'GTK_BUTTONBOX_START'
48 * 'end' / 'GTK_BUTTONBOX_END'
49
51 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
52 Gtk2::Container, Gtk2::Box
53
55 Copyright (C) 2003-2007 by the gtk2-perl team.
56
57 This software is licensed under the LGPL. See Gtk2 for a full notice.
58
59
60
61perl v5.8.8 2007-03-18 Gtk2::ButtonBox(3)