]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
fixed wxContextHelpButton bitmap (dis)appearance
[wxWidgets.git] / include / wx / window.h
index 3410f7d3b5de2207fcaa12fe964a25a255389eef..e3ae2b4d99fb72fc585b5e4af0b19fb05fbeb01a 100644 (file)
@@ -885,11 +885,18 @@ inline wxWindow *wxWindowBase::GetGrandParent() const
 }
 
 // ----------------------------------------------------------------------------
-// global function
+// global functions
 // ----------------------------------------------------------------------------
 
 WXDLLEXPORT extern wxWindow* wxGetActiveWindow();
 
+// Find the wxWindow at the current mouse position, also returning the mouse
+// position.
+WXDLLEXPORT extern wxWindow* wxFindWindowAtPointer(wxPoint& pt);
+
+// Get the current mouse position.
+WXDLLEXPORT extern wxPoint wxGetMousePosition();
+
 // deprecated (doesn't start with 'wx' prefix), use wxWindow::NewControlId()
 inline WXDLLEXPORT int NewControlId() { return wxWindowBase::NewControlId(); }