Package wx.ChoiceDialog

The wxChoiceDialog wrapper classes. More...


Classes

class  SingleChoiceDialog
class  MultiChoiceDialog

Functions

string GetSingleChoice (string message, string caption, string[] choices, Window parent=null, int x=-1, int y=-1, bool centre=true, int width=SingleChoiceDialog.wxCHOICE_WIDTH, int height=SingleChoiceDialog.wxCHOICE_HEIGHT)
int GetSingleChoiceIndex (string message, string caption, string[] choices, Window parent=null, int x=-1, int y=-1, bool centre=true, int width=SingleChoiceDialog.wxCHOICE_WIDTH, int height=SingleChoiceDialog.wxCHOICE_HEIGHT)
void * GetSingleChoiceData (string message, string caption, string[] choices, void **client_data, Window parent=null, int x=-1, int y=-1, bool centre=true, int width=SingleChoiceDialog.wxCHOICE_WIDTH, int height=SingleChoiceDialog.wxCHOICE_HEIGHT)
int[] GetMultipleChoices (string message, string caption, string[] choices, Window parent=null, int x=-1, int y=-1, bool centre=true, int width=SingleChoiceDialog.wxCHOICE_WIDTH, int height=SingleChoiceDialog.wxCHOICE_HEIGHT)

Variables

alias SingleChoiceDialog wxSingleChoiceDialog
alias MultiChoiceDialog wxMultiChoiceDialog


Detailed Description

The wxChoiceDialog wrapper classes.

Function Documentation

int [] wx.ChoiceDialog.GetMultipleChoices ( string  message,
string  caption,
string[]  choices,
Window  parent = null,
int  x = -1,
int  y = -1,
bool  centre = true,
int  width = SingleChoiceDialog.wxCHOICE_WIDTH,
int  height = SingleChoiceDialog.wxCHOICE_HEIGHT 
)

string wx.ChoiceDialog.GetSingleChoice ( string  message,
string  caption,
string[]  choices,
Window  parent = null,
int  x = -1,
int  y = -1,
bool  centre = true,
int  width = SingleChoiceDialog.wxCHOICE_WIDTH,
int  height = SingleChoiceDialog.wxCHOICE_HEIGHT 
)

void* wx.ChoiceDialog.GetSingleChoiceData ( string  message,
string  caption,
string[]  choices,
void **  client_data,
Window  parent = null,
int  x = -1,
int  y = -1,
bool  centre = true,
int  width = SingleChoiceDialog.wxCHOICE_WIDTH,
int  height = SingleChoiceDialog.wxCHOICE_HEIGHT 
)

int wx.ChoiceDialog.GetSingleChoiceIndex ( string  message,
string  caption,
string[]  choices,
Window  parent = null,
int  x = -1,
int  y = -1,
bool  centre = true,
int  width = SingleChoiceDialog.wxCHOICE_WIDTH,
int  height = SingleChoiceDialog.wxCHOICE_HEIGHT 
)


Variable Documentation

alias MultiChoiceDialog wxMultiChoiceDialog

alias SingleChoiceDialog wxSingleChoiceDialog


Generated on Sun Feb 1 21:30:22 2009 for wxD by  doxygen 1.5.4