SingleChoiceDialog Class Reference

Inheritance diagram for SingleChoiceDialog:

Dialog Window EvtHandler wxObject IDisposable

List of all members.

Public Types

enum  { wxCHOICEDLG_STYLE = (wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK | wxCANCEL | wxCENTRE) }

Public Member Functions

 this (IntPtr wxobj)
 this (Window parent, string message, string caption, string[] choices, ClientData clientData=null, int style=wxCHOICEDLG_STYLE, Point pos=wxDefaultPosition)
void Selection (int sel)
int Selection ()
string StringSelection ()
ClientData SelectionClientData ()

Public Attributes

const int wxCHOICE_HEIGHT = 150
const int wxCHOICE_WIDTH = 200


Member Enumeration Documentation

anonymous enum

Enumerator:
wxCHOICEDLG_STYLE 


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from Dialog.

this ( Window  parent,
string  message,
string  caption,
string[]  choices,
ClientData  clientData = null,
int  style = wxCHOICEDLG_STYLE,
Point  pos = wxDefaultPosition 
)


Member Function Documentation

void Selection ( int  sel  ) 

int Selection (  ) 

string StringSelection (  ) 

ClientData SelectionClientData (  ) 


Member Data Documentation

const int wxCHOICE_HEIGHT = 150

const int wxCHOICE_WIDTH = 200


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