]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/odcombo.h
Ensure that the overall table border doesn't get overdrawn by cell borders with a...
[wxWidgets.git] / interface / wx / odcombo.h
index abd24fc6b606e64e72e83c0be6c4e3bd0e89b661..e7fcef6cd50a205fa858d7a736c0551e9a22d69f 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        odcombo.h
 // Purpose:     interface of wxOwnerDrawnComboBox
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -68,7 +67,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