]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/choice.h
mac paths updated
[wxWidgets.git] / interface / choice.h
index be6766bee6ba1467c8feddb2cefd274864707229..db7d1c10bf7c582bab35790b9108b9e703455f80 100644 (file)
     menu of choices.
 
     @beginStyleTable
     menu of choices.
 
     @beginStyleTable
-    @style{wxCB_SORT}:
+    @style{wxCB_SORT}
            Sorts the entries alphabetically.
     @endStyleTable
 
     @beginEventTable{wxCommandEvent}
            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
            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.
 
         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;
 
     */
     int GetCurrentSelection() const;