bsp
|
Inherited by MDIChild, MDIClient, and WFloatingList.
Public Member Functions | |
Window (HWND parent, const char *caption) | |
bool | Create (bool show=true) |
bool | IsValid () |
virtual LRESULT | WndProc (UINT msg, WPARAM wParam, LPARAM lParam)=0 |
LRESULT | SendMessage (UINT msg, WPARAM wParam, LPARAM lParam) |
int | ShowWindow (int nCmdShow=SW_RESTORE) |
virtual void | SetCaption (const char *caption) |
bool | IsIconic () |
bool | IsZoomed () |
bool | IsVisible () |
bool | IsWindowVisible () |
bool | SetWindowPos (HWND hWndInsertAfter, int X, int Y, int cx, int cy, UINT uFlags) |
bool | SetWindowPos (HWND hWndInsertAfter, RECT *rc, UINT uFlags) |
HWND | SetFocus () |
void | SetIcon (int resid) |
virtual bool | CanClose () |
Static Public Member Functions | |
static LRESULT CALLBACK | MsgRouter (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
Public Attributes | |
HWND | hwnd |
WNDCLASSEX | wc |
WNDATTR | attr |
char | caption [256] |
Protected Attributes | |
bool | created |