]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/utils.h
synchronize GTK2 minimum version in docs
[wxWidgets.git] / interface / wx / utils.h
index 6fbbc2a1a229ee4aafb21108a5e6cd84984d28a1..a7eae5dfd875bf5ce29f5d62cd1f7a90c920997f 100644 (file)
@@ -192,6 +192,8 @@ bool wxIsBusy();
     @note This function is categorized as a GUI one and so is not thread-safe.
 
     @header{wx/utils.h}
+
+    @library{wxcore}
 */
 void wxBell();
 
@@ -404,6 +406,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);