-wxSingleChoiceDialog(wxWindow* parent, const wxString& message, const wxString& caption, int n, const wxString* choices, char** clientData = NULL, long style = wxOK | wxCANCEL | wxCENTRE, const wxPoint& pos = wxDefaultPosition)
-
-Constructor, taking an array of wxString choices and optional client data.
-
-Parameters
--------------------
-
-parent = Parent window.
-
-message = Message to show on the dialog.
-
-caption = The dialog caption.
-n = The number of choices.
-
-choices = An array of strings, or a string list, containing the choices.
-
-style = A dialog style (bitlist) containing flags chosen from the following: