TWR
T windows api WRapper
|
Public Member Functions | |
TwrButton () | |
HWND | create (HMENU id) |
HWND | create (HWND parent, HMENU id) |
![]() | |
TwrWnd () | |
TwrWnd (HWND newWnd) | |
virtual | ‾TwrWnd () |
BOOL | UpdateWindow () |
BOOL | ShowWindow (int nCmdShow) |
void | EnableWindow (BOOL enabled) |
HWND | getHwnd () |
void | destroyWindow (void) |
void | setText (const TCHAR *text) |
void | setPoint (int x, int y) |
void | setSize (int w, int h) |
void | setFont (HFONT font) |
Additional Inherited Members | |
![]() | |
HWND | hWnd |
tstring | title |
int | left |
int | top |
int | width |
int | height |
TwrButton::TwrButton | ( | ) |
コンストラクタ
HWND TwrButton::create | ( | HMENU | id | ) |
ボタンを作成します。
id | メニューID |
HWND TwrButton::create | ( | HWND | parent, |
HMENU | id | ||
) |
ボタンを作成します。
parent | 親ウインドウハンドル |
id | メニューID |