- single-selection listbox. The user may choose an item and press OK to return a
- string or Cancel to return the empty string. Use
- wxGetSingleChoiceIndex if empty string is a
- valid choice and if you want to be able to detect pressing Cancel reliably.
- You may pass the list of strings to choose from either using @e choices
+ single-selection listbox. The user may choose an item and press OK to
+ return a string or Cancel to return the empty string. Use
+ wxGetSingleChoiceIndex() if empty string is a valid choice and if you want
+ to be able to detect pressing Cancel reliably.
+
+ You may pass the list of strings to choose from either using @c choices