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

SIGNALS

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

ENUMS AND FLAGS

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

SEE ALSO

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