- addEventHandler
void addEventHandler(T handler)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleDraw
bool handleDraw(Widget widget, DrawEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleEvent
bool handleEvent(Event e)
Returns true if event was handled
This handler will be called by Gui class twice, before and after visiting its children.
In first case sinking flag will be true;
- handleExpand
bool handleExpand(Widget widget, ExpandLayoutEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMinimize
bool handleMinimize(Widget widget, MinimizeLayoutEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleUpdatePosition
bool handleUpdatePosition(Widget widget, UpdatePositionEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeEventHandlers
void removeEventHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
Container for common properties