]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
make IsEnabled() return false even if the window parent, and not the window itself...
[wxWidgets.git] / include / wx / os2 / window.h
index 2620abf79dbaab50ce742f2bc754126191f7226b..4e035fa4dfec8c21257c911084aa724e65958e49 100644 (file)
@@ -82,7 +82,7 @@ public:
     virtual void     Raise(void);
     virtual void     Lower(void);
     virtual bool     Show(bool bShow = true);
-    virtual bool     Enable(bool bEnable = true);
+    virtual void     DoEnable(bool bEnable);
     virtual void     SetFocus(void);
     virtual void     SetFocusFromKbd(void);
     virtual bool     Reparent(wxWindow* pNewParent);
@@ -528,7 +528,6 @@ private:
                               ,WXWPARAM    wParam = 0
                              ) const;
 
-    wxWindowList*                   m_pChildrenDisabled;
     HWND                            m_hWndScrollBarHorz;
     HWND                            m_hWndScrollBarVert;
     SWP                             m_vWinSwp;