|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Choice Class Reference#include <Choice.h>
Inheritance diagram for acdk::wx::Choice:
List of all members.
Detailed Description
see wxChoice
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.6
- Date:
- Date
- 2005/02/05 10:45:34
Constructor & Destructor Documentation
acdk::wx::Choice::Choice |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = 0, |
|
|
IN(RStringArray) |
choices = Nil, |
|
|
IN(RValidator) |
validator = Validator::defaultValidator(), |
|
|
IN(RString) |
name = Choice |
|
) |
[inline] |
|
Member Function Documentation
int acdk::wx::Choice::append |
( |
IN(RString) |
item |
) |
[inline] |
|
void acdk::wx::Choice::clear |
( |
|
) |
[inline] |
|
void acdk::wx::Choice::deleteItem |
( |
int |
n |
) |
[inline] |
|
int acdk::wx::Choice::findString |
( |
IN(RString) |
s |
) |
const [inline] |
|
int acdk::wx::Choice::getColumns |
( |
|
) |
const [inline] |
|
int acdk::wx::Choice::getCount |
( |
|
) |
const [inline] |
|
int acdk::wx::Choice::getSelection |
( |
|
) |
const [inline] |
|
RString acdk::wx::Choice::getString |
( |
int |
n |
) |
const [inline] |
|
RString acdk::wx::Choice::getStringSelection |
( |
|
) |
const [inline] |
|
void acdk::wx::Choice::select |
( |
int |
n |
) |
[inline] |
|
void acdk::wx::Choice::setColumns |
( |
int |
n = 1 |
) |
[inline] |
|
void acdk::wx::Choice::setSelection |
( |
int |
n |
) |
[inline] |
|
void acdk::wx::Choice::setString |
( |
int |
n, |
|
|
IN(RString) |
s |
|
) |
[inline] |
|
bool acdk::wx::Choice::setStringSelection |
( |
IN(RString) |
s |
) |
[inline] |
|
|
|