mention that Add/RemoveChild() are internal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-09-16 22:21:10 +00:00
parent 9abbd4a017
commit afbdbdb491

View 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.}