]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checklst.h
interface revisions
[wxWidgets.git] / interface / wx / checklst.h
index bb1421167f4e6120e40e31d6a0547d2c61e06f9d..14d726d9c74f4e142481c64f6e4705a2e4f71f2d 100644 (file)
@@ -28,7 +28,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{checklistbox.png} -->
+    @appearance{checklistbox.png}
 
     @see wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
 */
@@ -105,7 +105,7 @@ public:
     /**
         Destructor, destroying the list box.
     */
-    ~wxCheckListBox();
+    virtual ~wxCheckListBox();
 
     /**
         Checks the given item. Note that calling this method does not result in
@@ -116,7 +116,7 @@ public:
         @param check
             @true if the item is to be checked, @false otherwise.
     */
-    void Check(int item, bool check = true);
+    void Check(unsigned int item, bool check = true);
 
     /**
         Returns @true if the given item is checked, @false otherwise.