]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
reverted revision 1.6 -- Mattia obviously knows better than I do...
[wxWidgets.git] / include / wx / univ / window.h
index cfe3c89bb7e729cbed19fee165db2e2ffe8248bb..c32af380e28ca6311367ffdb1744a1a141848e3f 100644 (file)
@@ -200,13 +200,6 @@ public:
     // we refresh the window when it is dis/enabled
     virtual bool Enable(bool enable = TRUE);
 
-    // our Capture/ReleaseMouse() maintains the stack of windows which had
-    // captured the mouse and when ReleaseMouse() is called, the mouse freed
-    // only if the stack is empty, otherwise it is captured back by the window
-    // on top of the stack
-    virtual void CaptureMouse();
-    virtual void ReleaseMouse();
-
 protected:
     // common part of all ctors
     void Init();
@@ -275,9 +268,6 @@ private:
     wxScrollBar *m_scrollbarHorz,
                 *m_scrollbarVert;
 
-    // the stack of windows which have captured the mouse
-    static struct WXDLLEXPORT wxWindowNext *ms_winCaptureNext;
-
 #if wxUSE_MENUS
     // the current modal event loop for the popup menu we show or NULL
     static wxEventLoop *ms_evtLoopPopup;