MinimizeLayoutEvent

Undocumented in source.
class MinimizeLayoutEvent : Event

Inherited Members

From Event

sinking
bool sinking;

If this flag is set- event propagates from root widget to target widget, otherwise it is bubbling from target to root.

bubbling
bool bubbling()
bool bubbling(bool newBubbling)

Pseudo flag for convenience. Opposite to sinking.

handled
bool handled;

Specifies if event was already handled. Useful for checking if any child has handled this event. Set automatically by EventPropagator

context
GuiContext context;

Reference to GuiContext class, used to obtain some global information.

Meta