]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
Add comment about wxBitmap::SetPalette() not being implemented
[wxWidgets.git] / include / wx / msw / window.h
index f26f55877f943230a0d20655c07c4ebc74b8eadc..1c480cc129236692f08f7b0aa3c1add4d4037221 100644 (file)
@@ -411,6 +411,9 @@ public:
     // check if mouse is in the window
     bool IsMouseInWindow() const;
 
+    // synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
+    void GenerateMouseLeave();
+
     // virtual function for implementing internal idle
     // behaviour
     virtual void OnInternalIdle() ;