1Gtk2::HandleBox(3) User Contributed Perl Documentation Gtk2::HandleBox(3)
2
3
4
6 Gtk2::HandleBox
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gtk2::HandleBox
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19 Gtk2::Buildable
20
22 widget = Gtk2::HandleBox->new
23 boolean = $handle_box->get_child_detached
24 positiontype = $handle_box->get_handle_position
25 $handle_box->set_handle_position ($position)
26 · $position (Gtk2::PositionType)
27
28 shadowtype = $handle_box->get_shadow_type
29 $handle_box->set_shadow_type ($type)
30 · $type (Gtk2::ShadowType)
31
32 positiontype = $handle_box->get_snap_edge
33 $handle_box->set_snap_edge ($edge)
34 · $edge (Gtk2::PositionType)
35
37 'child-detached' (boolean : readable / private)
38 A boolean value indicating whether the handlebox's child is
39 attached or detached.
40
41 'handle-position' (Gtk2::PositionType : readable / writable / private)
42 Position of the handle relative to the child widget
43
44 'shadow' (Gtk2::ShadowType : readable / writable / private)
45 Deprecated property, use shadow_type instead
46
47 'shadow-type' (Gtk2::ShadowType : readable / writable / private)
48 Appearance of the shadow that surrounds the container
49
50 'snap-edge' (Gtk2::PositionType : readable / writable / private)
51 Side of the handlebox that's lined up with the docking point to
52 dock the handlebox
53
54 'snap-edge-set' (boolean : readable / writable / private)
55 Whether to use the value from the snap_edge property or a value
56 derived from handle_position
57
59 child-detached (Gtk2::HandleBox, Gtk2::Widget)
60 child-attached (Gtk2::HandleBox, Gtk2::Widget)
61
63 enum Gtk2::PositionType
64 · 'left' / 'GTK_POS_LEFT'
65
66 · 'right' / 'GTK_POS_RIGHT'
67
68 · 'top' / 'GTK_POS_TOP'
69
70 · 'bottom' / 'GTK_POS_BOTTOM'
71
72 enum Gtk2::ShadowType
73 · 'none' / 'GTK_SHADOW_NONE'
74
75 · 'in' / 'GTK_SHADOW_IN'
76
77 · 'out' / 'GTK_SHADOW_OUT'
78
79 · 'etched-in' / 'GTK_SHADOW_ETCHED_IN'
80
81 · 'etched-out' / 'GTK_SHADOW_ETCHED_OUT'
82
84 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
85 Gtk2::Container, Gtk2::Bin
86
88 Copyright (C) 2003-2008 by the gtk2-perl team.
89
90 This software is licensed under the LGPL. See Gtk2 for a full notice.
91
92
93
94perl v5.12.0 2010-05-02 Gtk2::HandleBox(3)