
Last chance! 50% off unlimited learning
Sale ends in
gtkEventBoxNew(show = TRUE)
gtkEventBoxSetAboveChild(object, above.child)
gtkEventBoxGetAboveChild(object)
gtkEventBoxSetVisibleWindow(object, visible.window)
gtkEventBoxGetVisibleWindow(object)
gtkEventBox(show = TRUE)
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
.