
Public Member Functions | |
| int | Append (string item) |
| int | Append (string item, ClientData clientData) |
| void | AppendString (string item) |
| void | Append (string[] strings) |
| int | Insert (string item, int pos) |
| int | Insert (string item, int pos, ClientData clientData) |
| void | Clear () |
| void | Delete (int n) |
| int | Count () |
| bool | Empty () |
| string | GetString (int n) |
| string[] | GetStrings () |
| void | SetString (int n, string s) |
| int | FindString (string s) |
| void | Select (int n) |
| int | GetSelection () |
| string | StringSelection () |
| void | SetClientObject (int n, ClientData clientData) |
| ClientData | GetClientObject (int n) |
| bool | HasClientObjectData () |
| bool | HasClientUntypedData () |
| bool | ShouldInheritColours () |
| int Append | ( | string | item | ) |
Implemented in Choice.
| int Append | ( | string | item, | |
| ClientData | clientData | |||
| ) |
Implemented in Choice.
| void AppendString | ( | string | item | ) |
Implemented in Choice.
| void Append | ( | string[] | strings | ) |
Implemented in Choice.
| int Insert | ( | string | item, | |
| int | pos | |||
| ) |
Implemented in Choice.
| int Insert | ( | string | item, | |
| int | pos, | |||
| ClientData | clientData | |||
| ) |
Implemented in Choice.
| void Clear | ( | ) |
Implemented in Choice.
| void Delete | ( | int | n | ) |
Implemented in Choice.
| int Count | ( | ) |
Implemented in Choice.
| bool Empty | ( | ) |
Implemented in Choice.
| string GetString | ( | int | n | ) |
Implemented in Choice.
| string [] GetStrings | ( | ) |
Implemented in Choice.
| void SetString | ( | int | n, | |
| string | s | |||
| ) |
Implemented in Choice.
| int FindString | ( | string | s | ) |
Implemented in Choice.
| void Select | ( | int | n | ) |
Implemented in Choice.
| int GetSelection | ( | ) |
Implemented in Choice.
| string StringSelection | ( | ) |
Implemented in Choice.
| void SetClientObject | ( | int | n, | |
| ClientData | clientData | |||
| ) |
Implemented in Choice.
| ClientData GetClientObject | ( | int | n | ) |
Implemented in Choice.
| bool HasClientObjectData | ( | ) |
Implemented in Choice.
| bool HasClientUntypedData | ( | ) |
Implemented in Choice.
| bool ShouldInheritColours | ( | ) |
Implemented in Choice.
1.5.4