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

NAME

6       Gtk2::EventBox
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 : 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 : readable / writable / private)
45           Whether the event box is visible, as opposed to invisible and only
46           used to trap events.
47

SEE ALSO

49       Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
50       Gtk2::Container, Gtk2::Bin
51
53       Copyright (C) 2003-2008 by the gtk2-perl team.
54
55       This software is licensed under the LGPL.  See Gtk2 for a full notice.
56
57
58
59perl v5.12.0                      2010-05-02                 Gtk2::EventBox(3)
Impressum