- checkUpdateNeeded
void checkUpdateNeeded(Widget root, bool needDraw, bool needLayout, bool animationActive)
checks content widgets for necessary redraw and/or layout
- checkUpdateNeeded
bool checkUpdateNeeded(bool needDraw, bool needLayout, bool animationActive)
checks content widgets for necessary redraw and/or layout
- dispatchCancel
bool dispatchCancel(MouseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispatchKeyEvent
bool dispatchKeyEvent(Widget root, KeyEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispatchKeyEvent
bool dispatchKeyEvent(KeyEvent event)
- dispatchMouseEvent
bool dispatchMouseEvent(Widget root, MouseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispatchMouseEvent
bool dispatchMouseEvent(MouseEvent event)
dispatch mouse event to window content widgets
- invalidate
void invalidate()
- isChild
bool isChild(Widget w)
returns true if widget is child of either main widget or one of popups
- layout
void layout()
Undocumented in source. Be warned that the author may not have intended to support it.
- measure
void measure()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDraw
void onDraw(DrawBuf buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- removePopup
bool removePopup(PopupWidget popup)
- scheduleAnimation
void scheduleAnimation()
after drawing, call to schedule redraw if animation is active
- sendAndCheckOverride
bool sendAndCheckOverride(Widget widget, MouseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCaptureWidget
void setCaptureWidget(Widget w, MouseEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFocus
Widget setFocus(Widget newFocus)
- show
void show()
Undocumented in source.
- showPopup
PopupWidget showPopup(Widget content, Widget anchor, uint alignment)
- update
void update(bool force)
requests update for window (unless force is true, update will be performed only if layout, redraw or animation is required).
- backgroundColor
uint backgroundColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- backgroundColor
uint backgroundColor [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- focusedWidget
Widget focusedWidget [@property getter]
returns current focused widget
- height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- mainWidget
Widget mainWidget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- mainWidget
Widget mainWidget [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- windowCaption
string windowCaption [@property getter]
Undocumented in source.
- windowCaption
string windowCaption [@property setter]
Undocumented in source.