Window

Undocumented in source.

Constructors

this
this()

Undocumented in source.

Destructor

~this
~this()

Undocumented in source.

Members

Functions

addClient
void addClient(Widget widget)

Undocumented in source. Be warned that the author may not have intended to support it.

createWindow
void createWindow(int x, int y, int w, int h, string title)

Undocumented in source. Be warned that the author may not have intended to support it.

destroyWindow
void destroyWindow()

Undocumented in source. Be warned that the author may not have intended to support it.

isVisible
bool isVisible()

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.

removeClient
void removeClient(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.

setBounds
void setBounds(int x, int y, int w, int h)

Undocumented in source. Be warned that the author may not have intended to support it.

windowProc
LRESULT windowProc(HWND hwnd, UINT msg, WPARAM _wparam, LPARAM _lparam)

Undocumented in source. Be warned that the author may not have intended to support it.

wm_Close
void wm_Close()

Undocumented in source. Be warned that the author may not have intended to support it.

wm_Destroy
void wm_Destroy()

Undocumented in source. Be warned that the author may not have intended to support it.

wm_Mouse
void wm_Mouse(MouseEvent evt, uint wparam, uint lparam)

Undocumented in source. Be warned that the author may not have intended to support it.

wm_Paint
void wm_Paint()

Undocumented in source. Be warned that the author may not have intended to support it.

wm_Timer
void wm_Timer()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta