]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/utils.h
Use wxString::t_str() in calls to Windows API functions in wxMSW.
[wxWidgets.git] / interface / wx / utils.h
index 6fbbc2a1a229ee4aafb21108a5e6cd84984d28a1..355f4d60ccbfa02789f66525fbd701a23a26c265 100644 (file)
@@ -404,6 +404,9 @@ void wxEnableTopLevelWindows(bool enable = true);
     Find the deepest window at the given mouse position in screen coordinates,
     returning the window if found, or @NULL if not.
 
+    This function takes child windows at the given position into account even
+    if they are disabled. The hidden children are however skipped by it.
+
     @header{wx/utils.h}
 */
 wxWindow* wxFindWindowAtPoint(const wxPoint& pt);