]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/checkbox.h
use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comment...
[wxWidgets.git] / include / wx / palmos / checkbox.h
index edc46aa9f0845cf2248b7fe2dd699d45a475fd3e..ff4cd9a8d683c8b44570cca390da4df61179d773 100644 (file)
@@ -55,6 +55,8 @@ protected:
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxCheckBox)
+    // current state of the checkbox
+    wxCheckBoxState m_state;
 };
 
 #endif