gtkEventBoxNew(show = TRUE)
gtkEventBoxSetAboveChild(object, above.child)
gtkEventBoxGetAboveChild(object)
gtkEventBoxSetVisibleWindow(object, visible.window)
gtkEventBoxGetVisibleWindow(object)
gtkEventBox(show = TRUE)
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkEventBox
GtkBuildable
.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.gtkEventBox
is the equivalent of gtkEventBoxNew
.above-child
[logical : Read / Write]visible-window
[logical : Read / Write]