|
Sowl
1.0
Simple Object Window Library
|
Public Member Functions | |
| ControlWindowCreator (const Window &parentWindow, LPCWSTR className, WORD id, DWORD style) | |
| ControlWindowCreator & | WithTitle (LPCWSTR title) |
| ControlWindowCreator & | AndStyle (DWORD style) |
| ControlWindowCreator & | WithRect (int x, int y, int width, int height) |
| ControlWindowCreator & | WithParams (LPVOID lpParam) |
| HWND | CreateHandle () const |
| TControl | Create () const |