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
21 widget = Gtk2::HandleBox->new
22
23 boolean = $handle_box->get_child_detached
24
25 positiontype = $handle_box->get_handle_position
26
27 $handle_box->set_handle_position ($position)
28
29 * $position (Gtk2::PositionType)
30
31 shadowtype = $handle_box->get_shadow_type
32
33 $handle_box->set_shadow_type ($type)
34
35 * $type (Gtk2::ShadowType)
36
37 positiontype = $handle_box->get_snap_edge
38
39 $handle_box->set_snap_edge ($edge)
40
41 * $edge (Gtk2::PositionType)
42
44 'handle-position' (Gtk2::PositionType : readable / writable / private)
45 Position of the handle relative to the child widget
46
47 'shadow' (Gtk2::ShadowType : readable / writable / private)
48 Deprecated property, use shadow_type instead
49
50 'shadow-type' (Gtk2::ShadowType : readable / writable / private)
51 Appearance of the shadow that surrounds the container
52
53 'snap-edge' (Gtk2::PositionType : readable / writable / private)
54 Side of the handlebox that's lined up with the docking point to
55 dock the handlebox
56
57 'snap-edge-set' (boolean : readable / writable / private)
58 Whether to use the value from the snap_edge property or a value
59 derived from handle_position
60
62 child-attached (Gtk2::HandleBox, Gtk2::Widget)
63 child-detached (Gtk2::HandleBox, Gtk2::Widget)
64
66 enum Gtk2::PositionType
67
68 * 'left' / 'GTK_POS_LEFT'
69 * 'right' / 'GTK_POS_RIGHT'
70 * 'top' / 'GTK_POS_TOP'
71 * 'bottom' / 'GTK_POS_BOTTOM'
72
73 enum Gtk2::ShadowType
74
75 * 'none' / 'GTK_SHADOW_NONE'
76 * 'in' / 'GTK_SHADOW_IN'
77 * 'out' / 'GTK_SHADOW_OUT'
78 * 'etched-in' / 'GTK_SHADOW_ETCHED_IN'
79 * 'etched-out' / 'GTK_SHADOW_ETCHED_OUT'
80
82 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
83 Gtk2::Container, Gtk2::Bin
84
86 Copyright (C) 2003-2007 by the gtk2-perl team.
87
88 This software is licensed under the LGPL. See Gtk2 for a full notice.
89
90
91
92perl v5.8.8 2007-03-18 Gtk2::HandleBox(3)