1Gtk2::HandleBox(3)    User Contributed Perl Documentation   Gtk2::HandleBox(3)
2
3
4

NAME

6       Gtk2::HandleBox - wrapper for GtkHandleBox
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gtk2::Widget
13                        +----Gtk2::Container
14                             +----Gtk2::Bin
15                                  +----Gtk2::HandleBox
16

INTERFACES

18         Glib::Object::_Unregistered::AtkImplementorIface
19         Gtk2::Buildable
20

METHODS

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

PROPERTIES

37       'child-detached' (boolean : default false : readable / private /
38       static-nick / static-blurb)
39           A boolean value indicating whether the handlebox's child is
40           attached or detached.
41
42       'handle-position' (Gtk2::PositionType : default "left" : readable /
43       writable / private / static-nick / static-blurb)
44           Position of the handle relative to the child widget
45
46       'shadow' (Gtk2::ShadowType : default "out" : readable / writable /
47       private / static-nick / static-blurb / deprecated)
48           Deprecated property, use shadow_type instead
49
50       'shadow-type' (Gtk2::ShadowType : default "out" : readable / writable /
51       private / static-nick / static-blurb)
52           Appearance of the shadow that surrounds the container
53
54       'snap-edge' (Gtk2::PositionType : default "top" : readable / writable /
55       private / static-nick / static-blurb)
56           Side of the handlebox that's lined up with the docking point to
57           dock the handlebox
58
59       'snap-edge-set' (boolean : default false : readable / writable /
60       private / static-nick / static-blurb)
61           Whether to use the value from the snap_edge property or a value
62           derived from handle_position
63

SIGNALS

65       child-attached (Gtk2::HandleBox, Gtk2::Widget)
66       child-detached (Gtk2::HandleBox, Gtk2::Widget)
67

ENUMS AND FLAGS

69   enum Gtk2::PositionType
70       ·   'left' / 'GTK_POS_LEFT'
71
72       ·   'right' / 'GTK_POS_RIGHT'
73
74       ·   'top' / 'GTK_POS_TOP'
75
76       ·   'bottom' / 'GTK_POS_BOTTOM'
77
78   enum Gtk2::ShadowType
79       ·   'none' / 'GTK_SHADOW_NONE'
80
81       ·   'in' / 'GTK_SHADOW_IN'
82
83       ·   'out' / 'GTK_SHADOW_OUT'
84
85       ·   'etched-in' / 'GTK_SHADOW_ETCHED_IN'
86
87       ·   'etched-out' / 'GTK_SHADOW_ETCHED_OUT'
88

SEE ALSO

90       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
91       Gtk2::Container, Gtk2::Bin
92
94       Copyright (C) 2003-2011 by the gtk2-perl team.
95
96       This software is licensed under the LGPL.  See Gtk2 for a full notice.
97
98
99
100perl v5.32.0                      2020-07-28                Gtk2::HandleBox(3)
Impressum