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 _getGType() static nothrow
GType _gType() @property nothrow
EventBox self() nothrowReturns `this`, for use in `with` statements.
EventBoxGidBuilder builder() static nothrowGet builder for [gtk.event_box.EventBox] Returns: New builder object
bool aboveChild() @property nothrow
void aboveChild(bool propval) @property nothrow
bool visibleWindow() @property nothrow
void visibleWindow(bool propval) @property nothrow
bool getAboveChild() nothrowReturns 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() nothrowReturns 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) nothrowSet 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) nothrowSet 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

Fluent builder implementation template for gtk.event_box.EventBox

Methods
T aboveChild(bool propval) nothrow
T visibleWindow(bool propval) nothrow

Fluent builder for gtk.event_box.EventBox

Methods
EventBox build() nothrowCreate object from builder. Returns: New object