]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
make IsEnabled() return false even if the window parent, and not the window itself...
[wxWidgets.git] / include / wx / msw / window.h
index 6552fc69efa62053693489a34efa7f87dfe76fdf..8f846c2c9f363f5e12c5ebc6a2be6f3d0e440b51 100644 (file)
@@ -60,7 +60,7 @@ public:
     virtual void Lower();
 
     virtual bool Show( bool show = true );
-    virtual bool Enable( bool enable = true );
+    virtual void DoEnable( bool enable );
 
     virtual void SetFocus();
     virtual void SetFocusFromKbd();
@@ -500,8 +500,6 @@ private:
     bool HandleJoystickEvent(WXUINT msg, int x, int y, WXUINT flags);
     bool HandleNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result);
 
-    // 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;