1Gtk2::EventBox(3) User Contributed Perl Documentation Gtk2::EventBox(3)
2
3
4
6 Gtk2::EventBox - wrapper for GtkEventBox
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gtk2::Bin
15 +----Gtk2::EventBox
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19 Gtk2::Buildable
20
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
40 'above-child' (boolean : default false : readable / writable / private)
41 Whether the event-trapping window of the eventbox is above the
42 window of the child widget as opposed to below it.
43
44 'visible-window' (boolean : default true : readable / writable /
45 private)
46 Whether the event box is visible, as opposed to invisible and only
47 used to trap events.
48
50 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
51 Gtk2::Container, Gtk2::Bin
52
54 Copyright (C) 2003-2011 by the gtk2-perl team.
55
56 This software is licensed under the LGPL. See Gtk2 for a full notice.
57
58
59
60perl v5.30.1 2020-01-30 Gtk2::EventBox(3)