List of all members.
Additional Inherited Members |
HWND | hWnd |
tstring | title |
int | left |
int | top |
int | width |
int | height |
Constructor & Destructor Documentation
TwrListbox::TwrListbox |
( |
| ) |
|
TwrListbox::TwrListbox |
( |
HWND |
newHwnd | ) |
|
Member Function Documentation
void TwrListbox::addItem |
( |
TCHAR * |
item | ) |
|
リストボックスに要素を追加します。
- Parameters:
-
HWND TwrListbox::create |
( |
void |
| ) |
|
int TwrListbox::getSelectedIndex |
( |
void |
| ) |
|
選択された要素の位置を取得します。
- Returns:
- -1:選択されていない -1以外:選択された場所
void TwrListbox::insertItem |
( |
int |
index, |
|
|
TCHAR * |
item |
|
) |
| |
リストボックスに要素を挿入します。
- Parameters:
-
void TwrListbox::removeItem |
( |
int |
index | ) |
|
リストボックスの要素を削除します。
- Parameters:
-
void TwrListbox::selectItem |
( |
int |
index | ) |
|
リストボックスの要素を選択します。
- Parameters:
-
The documentation for this class was generated from the following files:
- WindowSample/TWR/TwrListbox.h
- WindowSample/TWR/TwrListbox.cpp