]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/aui/auibar.h
fixing warning and compile error against 10.4
[wxWidgets.git] / include / wx / aui / auibar.h
index 51533b8e7f686515c00841806ad494ec22929833..9b26529e0e3bc1ae75ee45ddf0d3624184d84707 100644 (file)
@@ -616,6 +616,7 @@ protected: // handlers
     void OnMiddleUp(wxMouseEvent& evt);
     void OnMotion(wxMouseEvent& evt);
     void OnLeaveWindow(wxMouseEvent& evt);
+    void OnCaptureLost(wxMouseCaptureLostEvent& evt);
     void OnSetCursor(wxSetCursorEvent& evt);
 
 protected:
@@ -657,6 +658,10 @@ protected:
     wxSize m_horzHintSize;
     wxSize m_vertHintSize;
 
+private:
+    // Common part of OnLeaveWindow() and OnCaptureLost().
+    void DoResetMouseState();
+
     DECLARE_EVENT_TABLE()
     DECLARE_CLASS(wxAuiToolBar)
 };