RadioBox Class Reference

Inheritance diagram for RadioBox:

Control Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  {
  wxRA_LEFTTORIGHT = 0x0001,
  wxRA_TOPTOBOTTOM = 0x0002,
  wxRA_SPECIFY_COLS = Orientation.wxHORIZONTAL,
  wxRA_SPECIFY_ROWS = Orientation.wxVERTICAL,
  wxRA_HORIZONTAL = Orientation.wxHORIZONTAL,
  wxRA_VERTICAL = Orientation.wxVERTICAL
}

Public Member Functions

 this (IntPtr wxobj)
 this (Window parent, int id, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int majorDimension=0, int style=wxRA_HORIZONTAL, Validator val=null, string name=wxRadioBoxNameStr)
 this (Window parent, string label, Point pos=wxDefaultPosition, Size size=wxDefaultSize, string[] choices=null, int majorDimension=0, int style=wxRA_HORIZONTAL, Validator val=null, string name=wxRadioBoxNameStr)
void Selection (int value)
int Selection ()
void StringSelection (string value)
string StringSelection ()
int Count ()
int FindString (string s)
string GetString (int n)
void SetString (int n, string label)
void Enable (int n, bool enable)
void Show (int n, bool show)
override string Label ()
override void Label (string value)
void Select_Add (EventListener value)
void Select_Remove (EventListener value)

Static Public Member Functions

static wxObject New (IntPtr wxobj)

Public Attributes

const string wxRadioBoxNameStr = "radioBox"


Member Enumeration Documentation

anonymous enum

Enumerator:
wxRA_LEFTTORIGHT 
wxRA_TOPTOBOTTOM 
wxRA_SPECIFY_COLS 
wxRA_SPECIFY_ROWS 
wxRA_HORIZONTAL 
wxRA_VERTICAL 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Control.

this ( Window  parent,
int  id,
string  label,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
string[]  choices = null,
int  majorDimension = 0,
int  style = wxRA_HORIZONTAL,
Validator  val = null,
string  name = wxRadioBoxNameStr 
)

this ( Window  parent,
string  label,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
string[]  choices = null,
int  majorDimension = 0,
int  style = wxRA_HORIZONTAL,
Validator  val = null,
string  name = wxRadioBoxNameStr 
)


Member Function Documentation

static wxObject New ( IntPtr  wxobj  )  [static]

Reimplemented from Control.

void Selection ( int  value  ) 

int Selection (  ) 

void StringSelection ( string  value  ) 

string StringSelection (  ) 

int Count (  ) 

int FindString ( string  s  ) 

string GetString ( int  n  ) 

void SetString ( int  n,
string  label 
)

void Enable ( int  n,
bool  enable 
)

void Show ( int  n,
bool  show 
)

override string Label (  ) 

Reimplemented from Control.

override void Label ( string  value  ) 

Reimplemented from Control.

void Select_Add ( EventListener  value  ) 

void Select_Remove ( EventListener  value  ) 


Member Data Documentation

const string wxRadioBoxNameStr = "radioBox"


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