gtk.event_box

Module for [EventBox] class

Types 3

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
GType _gType() @property
EventBox self()Returns `this`, for use in `with` statements.
EventBoxGidBuilder builder()Get builder for [gtk.event_box.EventBox] Returns: New builder object
bool aboveChild() @property
void aboveChild(bool propval) @property
bool visibleWindow() @property
void visibleWindow(bool propval) @property
bool 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 visible
void 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.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkEventBox. Returns: a new #GtkEventBox
Methods
T aboveChild(bool propval)
T visibleWindow(bool propval)

Fluent builder for [gtk.event_box.EventBox]

Methods