Choice Class Reference

Inheritance diagram for Choice:

Control IControlWithItems Window EvtHandler wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos, Size size, string[] choices=null, int style=0, Validator val=null, string name=wxChoiceNameStr)
 this (Window parent, Point pos, Size size, string[] choices=null, int style=0, Validator val=null, string name=wxChoiceNameStr)
bool Create (Window parent, int id, inout Point pos, inout Size size, string[] choices, int style, Validator validator, string name)
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)
string[] GetStrings ()
void SetClientObject (int n, ClientData clientData)
ClientData GetClientObject (int n)
bool HasClientObjectData ()
bool HasClientUntypedData ()
int Selection ()
void Selection (int value)
int GetSelection ()
string StringSelection ()
void StringSelection (string value)
int Columns ()
void Columns (int value)
void Command (Event evt)
int Count ()
string GetString (int n)
ClientData GetClientData (int n)
void SetClientData (int n, ClientData data)
int FindString (string str)
void Delete (int n)
void Clear ()
void SetString (int n, string str)
void Select (int n)
override bool ShouldInheritColours ()
bool Empty ()
void Selected_Add (EventListener value)
void Selected_Remove (EventListener value)

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const string wxChoiceNameStr = "choice"


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this (  ) 

this ( Window  parent,
int  id,
Point  pos,
Size  size,
string[]  choices = null,
int  style = 0,
Validator  val = null,
string  name = wxChoiceNameStr 
)

this ( Window  parent,
Point  pos,
Size  size,
string[]  choices = null,
int  style = 0,
Validator  val = null,
string  name = wxChoiceNameStr 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

bool Create ( Window  parent,
int  id,
inout Point  pos,
inout Size  size,
string[]  choices,
int  style,
Validator  validator,
string  name 
)

int Append ( string  item  ) 

Implements IControlWithItems.

int Append ( string  item,
ClientData  clientData 
)

Implements IControlWithItems.

void AppendString ( string  item  ) 

Implements IControlWithItems.

void Append ( string[]  strings  ) 

Implements IControlWithItems.

int Insert ( string  item,
int  pos 
)

Implements IControlWithItems.

int Insert ( string  item,
int  pos,
ClientData  clientData 
)

Implements IControlWithItems.

string [] GetStrings (  ) 

Implements IControlWithItems.

void SetClientObject ( int  n,
ClientData  clientData 
)

Implements IControlWithItems.

ClientData GetClientObject ( int  n  ) 

Implements IControlWithItems.

bool HasClientObjectData (  ) 

Implements IControlWithItems.

bool HasClientUntypedData (  ) 

Implements IControlWithItems.

int Selection (  ) 

void Selection ( int  value  ) 

int GetSelection (  ) 

Implements IControlWithItems.

string StringSelection (  ) 

Implements IControlWithItems.

void StringSelection ( string  value  ) 

int Columns (  ) 

void Columns ( int  value  ) 

void Command ( Event  evt  ) 

int Count (  ) 

Implements IControlWithItems.

string GetString ( int  n  ) 

Implements IControlWithItems.

ClientData GetClientData ( int  n  ) 

void SetClientData ( int  n,
ClientData  data 
)

int FindString ( string  str  ) 

Implements IControlWithItems.

void Delete ( int  n  ) 

Implements IControlWithItems.

void Clear (  ) 

Implements IControlWithItems.

void SetString ( int  n,
string  str 
)

Implements IControlWithItems.

void Select ( int  n  ) 

Implements IControlWithItems.

override bool ShouldInheritColours (  ) 

Implements IControlWithItems.

bool Empty (  ) 

Implements IControlWithItems.

void Selected_Add ( EventListener  value  ) 

void Selected_Remove ( EventListener  value  ) 


Member Data Documentation

const string wxChoiceNameStr = "choice"


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:22 2009 for wxD by  doxygen 1.5.4