1Gtk2::EventBox(3) User Contributed Perl Documentation Gtk2::EventBox(3)
2
3
4
6 Gtk2::EventBox
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
21 widget = Gtk2::EventBox->new
22
23 boolean = $event_box->get_above_child
24
25 $event_box->set_above_child ($above_child)
26
27 * $above_child (boolean)
28
29 boolean = $event_box->get_visible_window
30
31 $event_box->set_visible_window ($visible_window)
32
33 * $visible_window (boolean)
34
36 'above-child' (boolean : readable / writable / private)
37 Whether the event-trapping window of the eventbox is above the win‐
38 dow of the child widget as opposed to below it.
39
40 'visible-window' (boolean : readable / writable / private)
41 Whether the event box is visible, as opposed to invisible and only
42 used to trap events.
43
45 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
46 Gtk2::Container, Gtk2::Bin
47
49 Copyright (C) 2003-2007 by the gtk2-perl team.
50
51 This software is licensed under the LGPL. See Gtk2 for a full notice.
52
53
54
55perl v5.8.8 2007-03-18 Gtk2::EventBox(3)