TWR
T windows api WRapper
 All Classes Functions
TwrButton Class Reference
Inheritance diagram for TwrButton:
TwrWnd

List of all members.

Public Member Functions

 TwrButton ()
HWND create (HMENU id)
HWND create (HWND parent, HMENU id)
- Public Member Functions inherited from TwrWnd
 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

- Protected Attributes inherited from TwrWnd
HWND hWnd
tstring title
int left
int top
int width
int height

Constructor & Destructor Documentation

TwrButton::TwrButton ( )

コンストラクタ


Member Function Documentation

HWND TwrButton::create ( HMENU  id)

ボタンを作成します。

Parameters:
idメニューID
HWND TwrButton::create ( HWND  parent,
HMENU  id 
)

ボタンを作成します。

Parameters:
parent親ウインドウハンドル
idメニューID

The documentation for this class was generated from the following files: