X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bfac616654010d1a369c14b33b78c888da5a85e0..1e24c2af0f22f9fff6922885eed7a1bef1b92112:/interface/choice.h diff --git a/interface/choice.h b/interface/choice.h index be6766bee6..db7d1c10bf 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 @@ -130,9 +130,9 @@ public: currently selected item in it. When it is not shown, its result is the same as for the other function. - @wxsince{2.6.2} (before this version, - wxControlWithItems::GetSelection() itself behaved like - this). + @since 2.6.2. + In older versions, wxControlWithItems::GetSelection() itself + behaved like this. */ int GetCurrentSelection() const;