X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfac616654010d1a369c14b33b78c888da5a85e0..e447be55142c003de608f5feb0867577b21ed929:/interface/choice.h diff --git a/interface/choice.h b/interface/choice.h index be6766bee6..a197296f39 100644 --- a/interface/choice.h +++ b/interface/choice.h @@ -15,12 +15,12 @@ menu of choices. @beginStyleTable - @style{wxCB_SORT}: + @style{wxCB_SORT} Sorts the entries alphabetically. @endStyleTable @beginEventTable{wxCommandEvent} - @event{EVT_CHOICE(id, func)}: + @event{EVT_CHOICE(id, func)} Process a wxEVT_COMMAND_CHOICE_SELECTED event, when an item on the list is selected. @endEventTable