]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/odcombo.h
Add wxTimer::StartOnce().
[wxWidgets.git] / interface / wx / odcombo.h
index 71bd0c7fd2e58938c421abef3f0a06754cbb368d..0e639178c5d884db29916946c152d21aac43483f 100644 (file)
@@ -68,7 +68,7 @@ enum
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_COMBOBOX(id, func)}
-           Process a wxEVT_COMMAND_COMBOBOX_SELECTED event, when an item on
+           Process a wxEVT_COMBOBOX event, when an item on
            the list is selected. Note that calling GetValue() returns the new
            value of selection.
     @endEventTable
@@ -77,7 +77,7 @@ enum
 
     @library{wxadv}
     @category{ctrl}
-    @appearance{ownerdrawncombobox.png}
+    @appearance{ownerdrawncombobox}
 
     @see wxComboCtrl, wxComboBox, wxVListBox, wxCommandEvent
 */