- addChild
void addChild(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeChild
void removeChild(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- repaint
void repaint()
Undocumented in source. Be warned that the author may not have intended to support it.
- repaint
void repaint(int x0, int y0, int x1, int y1)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPaint
void onPaint(Canvas canvas)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMouse
void onMouse(MouseMsg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- onTimer
void onTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
- right
int right()
Undocumented in source. Be warned that the author may not have intended to support it.
- bottom
int bottom()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- internalPaint
void internalPaint(Canvas canvas)
Undocumented in source. Be warned that the author may not have intended to support it.
- internalMouse
Widget internalMouse(MouseMsg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- internalTimer
void internalTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
- m_parent
Widget m_parent;
Undocumented in source.
- m_window
IWindow m_window;
Undocumented in source.
- m_widgets
Widget[] m_widgets;
Undocumented in source.
- m_x
int m_x;
- m_y
int m_y;
- m_width
int m_width;
- m_height
int m_height;
Undocumented in source.