]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/checklst.h
No changes, synchronised source names that appear commented at the top of files with...
[wxWidgets.git] / include / wx / msw / wince / checklst.h
index 42cc6475db72ab8d5bd485d288852c8e0aec6aaa..896a30bdad0f4640d2b7681506065babbf6a3af4 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef   __CHECKLSTCE__H_
 #define   __CHECKLSTCE__H_
 
-class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase
+class WXDLLIMPEXP_CORE wxCheckListBox : public wxCheckListBoxBase
 {
 public:
     // ctors
@@ -49,15 +49,13 @@ public:
                 const wxValidator& validator = wxDefaultValidator,
                 const wxString& name = wxListBoxNameStr);
 
-    // override base class virtuals
-    virtual void DoDeleteOneItem(unsigned int n);
-
     // items may be checked
     virtual bool IsChecked(unsigned int uiIndex) const;
     virtual void Check(unsigned int uiIndex, bool bCheck = true);
 
     // public interface derived from wxListBox and lower classes
-    virtual void Clear();
+    virtual void DoClear();
+    virtual void DoDeleteOneItem(unsigned int n);
     virtual unsigned int GetCount() const;
     virtual int GetSelection() const;
     virtual int GetSelections(wxArrayInt& aSelections) const;