]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/checklst.h
Illustrate usage of wxDataViewListCtrl
[wxWidgets.git] / interface / wx / checklst.h
index 8287d5acdf43b578a43cddf5ff28806dd8a5ac56..40901ece48be6ac6c0730b35ae235bb13fd1934e 100644 (file)
     When using this class under Windows wxWidgets must be compiled with
     wxUSE_OWNER_DRAWN set to 1.
 
-    Only the new functions for this class are documented; see also wxListBox.
-
-    Please note that wxCheckListBox uses client data in its implementation,
-    and therefore this is not available to the application.
-
     @beginEventTable{wxCommandEvent}
     @event{EVT_CHECKLISTBOX(id, func)}
            Process a wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event, when an item in
@@ -28,7 +23,7 @@
 
     @library{wxcore}
     @category{ctrl}
-    <!-- @appearance{checklistbox.png} -->
+    @appearance{checklistbox.png}
 
     @see wxListBox, wxChoice, wxComboBox, wxListCtrl, wxCommandEvent
 */