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 |
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 | |||
) |