- Constructor, taking an array of wxString choices and optional client data.
-
- @param parent
- Parent window.
-
- @param message
- Message to show on the dialog.
-
- @param caption
- The dialog caption.
-
- @param n
- The number of choices.
-
- @param choices
- An array of strings, or a string list, containing the choices.
-
- @param clientData
- An array of client data to be associated with the items.
- See GetSelectionClientData.
-
- @param style
- A dialog style (bitlist) containing flags chosen from standard
- dialog styles and the following:
-
-
- wxOK
-
-
- Show an OK button.
-
- wxCANCEL
-
-
- Show a Cancel button.
-
- wxCENTRE
-
-
- Centre the message. Not Windows.
-
- The default value is equivalent to wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER |
- wxOK | wxCANCEL | wxCENTRE.
-
- @param pos
- Dialog position. Not Windows.
-
+ Constructor, taking an array of wxString choices and optional client
+ data.
+
+ @param parent
+ Parent window.
+ @param message
+ Message to show on the dialog.
+ @param caption
+ The dialog caption.
+ @param n
+ The number of choices.
+ @param choices
+ An array of strings, or a string list, containing the choices.
+ @param clientData
+ An array of client data to be associated with the items. See
+ GetSelectionClientData().
+ @param style
+ A dialog style (bitlist) containing flags chosen from standard
+ dialog styles and the ones listed below. The default value is
+ equivalent to wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER | wxOK |
+ wxCANCEL | wxCENTRE.
+ @param pos
+ Dialog position. Not Windows.
+
+ @beginStyleTable
+ @style{wxOK}
+ Show an OK button.
+ @style{wxCANCEL}
+ Show a Cancel button.
+ @style{wxCENTRE}
+ Centre the message. Not Windows.
+ @endStyleTable
+