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 Gtk2::Buildable
20 Glib::Object::_Unregistered::GtkOrientable
21
23 boolean = $widget->get_child_secondary ($child)
24 · $child (Gtk2::Widget)
25
26 Since: gtk+ 2.4
27
28 $widget->set_child_secondary ($child, $is_secondary)
29 · $child (Gtk2::Widget)
30
31 · $is_secondary (boolean)
32
33 buttonboxstyle = $widget->get_layout
34 $widget->set_layout ($layout_style)
35 · $layout_style (Gtk2::ButtonBoxStyle)
36
38 'layout-style' (Gtk2::ButtonBoxStyle : readable / writable / private)
39 How to layout the buttons in the box. Possible values are default,
40 spread, edge, start and end
41
43 enum Gtk2::ButtonBoxStyle
44 · 'default-style' / 'GTK_BUTTONBOX_DEFAULT_STYLE'
45
46 · 'spread' / 'GTK_BUTTONBOX_SPREAD'
47
48 · 'edge' / 'GTK_BUTTONBOX_EDGE'
49
50 · 'start' / 'GTK_BUTTONBOX_START'
51
52 · 'end' / 'GTK_BUTTONBOX_END'
53
54 · 'center' / 'GTK_BUTTONBOX_CENTER'
55
57 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
58 Gtk2::Container, Gtk2::Box
59
61 Copyright (C) 2003-2008 by the gtk2-perl team.
62
63 This software is licensed under the LGPL. See Gtk2 for a full notice.
64
65
66
67perl v5.12.0 2010-05-02 Gtk2::ButtonBox(3)