]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/utils.h
Fix command line parsing in media player sample.
[wxWidgets.git] / interface / wx / utils.h
index 0ce06ea02c4333c79dc30c2cc6c5a7bb4a56f2f3..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();
 
@@ -203,7 +205,9 @@ void wxBell();
     doesn't otherwise handle this event.
 
     @since 2.9.0
+
     @see wxGetLibraryVersionInfo()
+
     @header{wx/utils.h}
 */
 void wxInfoMessageBox(wxWindow* parent);
@@ -217,8 +221,11 @@ void wxInfoMessageBox(wxWindow* parent);
     Get wxWidgets version information.
 
     @since 2.9.2
+
     @see wxVersionInfo
+
     @header{wx/utils.h}
+
     @library{wxcore}
 */
 wxVersionInfo wxGetLibraryVersionInfo();
@@ -399,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);