gtk.event_box
Module for [EventBox] class
Types 3
classEventBox : gtk.bin.Bin
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.
Methods
EventBoxGidBuilder builder()Get builder for [gtk.event_box.EventBox] Returns: New builder objectbool aboveChild() @propertyvoid aboveChild(bool propval) @propertybool visibleWindow() @propertyvoid visibleWindow(bool propval) @propertybool getAboveChild()Returns whether the event box window is above or below the windows of its child. See [gtk.event_box.EventBox.setAboveChild] for details. Returns: true if the event box window is above the window of...bool getVisibleWindow()Returns whether the event box has a visible window. See [gtk.event_box.EventBox.setVisibleWindow] for details. Returns: true if the event box window is visiblevoid setAboveChild(bool aboveChild)Set whether the event box window is positioned above the windows of its child, as opposed to below it. If the window is above, all events inside the event box will go to the event box. If the windo...void setVisibleWindow(bool visibleWindow)Set whether the event box uses a visible or invisible child window. The default is to use visible windows.classEventBoxGidBuilderImpl(T) : gtk.bin.BinGidBuilderImpl!T