X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c222be41e7169ab0c60f94ab250170f556339ce5..8b0f8432d72fc44aa7247ab1c19c04103323feea:/docs/latex/wx/window.tex diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 1087970e5b..1b3c6f172b 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -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.}