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

List of all members.

Public Member Functions

 TwrTab ()
HWND create ()
HWND create (HWND parent)
void add (TCHAR *title)
int getSelectedIndex (void)
void select (int index)
- 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

TwrTab::TwrTab ( )

コンストラクタ


Member Function Documentation

void TwrTab::add ( TCHAR *  title)

タブコントロールを追加します。

Parameters:
titleタブのタイトル
HWND TwrTab::create ( void  )

タブコントロールを作成します。

Returns:
作成したタブコントロールのウインドウハンドル
HWND TwrTab::create ( HWND  parent)

タブコントロールを作成します。

Parameters:
parent親ウインドウハンドル
Returns:
作成したタブコントロールのウインドウハンドル
int TwrTab::getSelectedIndex ( void  )

選択されたタブの位置を返します。

Returns:
> -1:選択されたタブの位置 -1:選択されていない
void TwrTab::select ( int  index)

タブを選択します。

Parameters:
index選択するタブの位置

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