]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/checkbox.h
define constants for the number of items in the tree at each level and number of...
[wxWidgets.git] / include / wx / palmos / checkbox.h
index edc46aa9f0845cf2248b7fe2dd699d45a475fd3e..a96f5f9db0d76173c0e269fda745a4e5c292918c 100644 (file)
@@ -13,7 +13,7 @@
 #define _WX_CHECKBOX_H_
 
 // Checkbox item (single checkbox)
-class WXDLLEXPORT wxCheckBox : public wxCheckBoxBase
+class WXDLLIMPEXP_CORE wxCheckBox : public wxCheckBoxBase
 {
 public:
     wxCheckBox() { }
@@ -55,6 +55,8 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox)
+    // current state of the checkbox
+    wxCheckBoxState m_state;
 };
 
 #endif