]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/menu.h
added wxImage::RotateHue() and RGB <-> HSV conversions (patch 1227108)
[wxWidgets.git] / include / wx / univ / menu.h
index ac9364404b1eefed03d4b65a2c5a4b1b5950e7e2..f52f9ea579660882d078ae66747ef272686dd996 100644 (file)
@@ -248,6 +248,9 @@ protected:
     // we don't want to have focus except while selecting from menu
     void GiveAwayFocus();
 
+    // Release the mouse capture if we have it
+    bool ReleaseMouseCapture();
+
     // the array containing extra menu info we need
     wxMenuInfoArray m_menuInfos;