]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Decided that not doing methods for keyboard commands was not worth the
[wxWidgets.git] / include / wx / msw / window.h
index 225e229ae40eebadc21b9f7bc9090c8235cb524c..87d7ab80840d5118bcaac79aa54ba372dfece44e 100644 (file)
@@ -463,6 +463,9 @@ private:
     // list of disabled children before last call to our Disable()
     wxWindowList *m_childrenDisabled;
 
+    // number of calls to Freeze() minus number of calls to Thaw()
+    unsigned int m_frozenness;
+
     DECLARE_DYNAMIC_CLASS(wxWindowMSW)
     DECLARE_NO_COPY_CLASS(wxWindowMSW)
     DECLARE_EVENT_TABLE()