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

NAME

6       Gtk2::EventBox - wrapper for GtkEventBox
7

HIERARCHY

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

INTERFACES

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

METHODS

22   widget = Gtk2::EventBox->new
23   boolean = $event_box->get_above_child
24       Since: gtk+ 2.4
25
26   $event_box->set_above_child ($above_child)
27       •   $above_child (boolean)
28
29       Since: gtk+ 2.4
30
31   boolean = $event_box->get_visible_window
32       Since: gtk+ 2.4
33
34   $event_box->set_visible_window ($visible_window)
35       •   $visible_window (boolean)
36
37       Since: gtk+ 2.4
38

PROPERTIES

40       'above-child' (boolean : default false : readable / writable / private
41       / static-nick / static-blurb)
42           Whether the event-trapping window of the eventbox is above the
43           window of the child widget as opposed to below it.
44
45       'visible-window' (boolean : default true : readable / writable /
46       private / static-nick / static-blurb)
47           Whether the event box is visible, as opposed to invisible and only
48           used to trap events.
49

SEE ALSO

51       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
52       Gtk2::Container, Gtk2::Bin
53
55       Copyright (C) 2003-2011 by the gtk2-perl team.
56
57       This software is licensed under the LGPL.  See Gtk2 for a full notice.
58
59
60
61perl v5.34.0                      2021-07-22                 Gtk2::EventBox(3)
Impressum