From: Vadim Zeitlin Date: Tue, 16 Sep 2003 22:21:10 +0000 (+0000) Subject: mention that Add/RemoveChild() are internal X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/afbdbdb491884557f4f510f9749c0c7580b50795 mention that Add/RemoveChild() are internal git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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.}