]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checklst.h
removed mentions of wxUSE_OWNER_DRAWN: unless I miss something, this doesn't make...
[wxWidgets.git] / include / wx / motif / checklst.h
index f097bd739f0eba22e874ba6ba489331caf31015d..7a1785fc625cf431bd243ff2f1a1eb8fed9ee963 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "wx/listbox.h"
 
-class wxCheckListBox : public wxCheckListBoxBase
+class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase
 {
     DECLARE_DYNAMIC_CLASS(wxCheckListBox)
         
@@ -61,7 +61,7 @@ public:
     
     // items may be checked
     bool IsChecked(size_t uiIndex) const;
-    void Check(size_t uiIndex, bool bCheck = TRUE);
+    void Check(size_t uiIndex, bool bCheck = true);
 
     // override base class functions
     virtual int DoAppend(const wxString& item);