Description
A widget used to catch events for widgets which do not have their own windowHierarchy
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkEventBoxInterfaces
GtkEventBox implements
AtkImplementorIface and GtkBuildable
.Detailed Description
The GtkEventBox
widget is a subclass of GtkBin
which also has its own window.
It is useful since it allows you to catch events for widgets which do not
have their own window.Convenient Construction
gtkEventBox
is the equivalent of gtkEventBoxNew
.References
http://library.gnome.org/devel//gtk/GtkEventBox.html