Widget

Undocumented in source.

Constructors

this
this(HWND hwnd, int width, int height)
Undocumented in source.

Members

Functions

OnPaint
void OnPaint(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source.
draw
void draw(StateContext ctx)
Undocumented in source.
process
LRESULT process(UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

size
Size!int size [@property getter]
height
int height;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hwnd
HWND hwnd;
Undocumented in source.
mainPaintBuff
PaintBuffer mainPaintBuff;
Undocumented in source.
needsRedraw
bool needsRedraw;
Undocumented in source.
paintBuffer
PaintBuffer paintBuffer;
Undocumented in source.
parent
Widget parent;
Undocumented in source.
ps
PAINTSTRUCT ps;
Undocumented in source.
width
int width;
Undocumented in source.
xOffset
int xOffset;
yOffset
int yOffset;
Undocumented in source.

Meta