]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/window.tex
wxMGL compilation fixes
[wxWidgets.git] / docs / latex / wx / window.tex
index 1087970e5bc41eef00cd5fc4cb5521bd788be4f8..1b3c6f172b89dc99b3b5d063454a807347648364 100644 (file)
@@ -142,6 +142,9 @@ can delete a window only when it is safe to do so, in idle time.
 Adds a child window.  This is called automatically by window creation
 functions so should not be required by the application programmer.
 
+Notice that this function is mostly internal to wxWindows and shouldn't be
+called by the user code.
+
 \wxheading{Parameters}
 
 \docparam{child}{Child window to add.}
@@ -1932,6 +1935,9 @@ Releases mouse input captured with \helpref{wxWindow::CaptureMouse}{wxwindowcapt
 Removes a child window.  This is called automatically by window deletion
 functions so should not be required by the application programmer.
 
+Notice that this function is mostly internal to wxWindows and shouldn't be
+called by the user code.
+
 \wxheading{Parameters}
 
 \docparam{child}{Child window to remove.}