git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23629 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 Adds a child window.  This is called automatically by window creation
 functions so should not be required by the application programmer.
 
 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.}
 \wxheading{Parameters}
 
 \docparam{child}{Child window to add.}
 Removes a child window.  This is called automatically by window deletion
 functions so should not be required by the application programmer.
 
 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.}
 \wxheading{Parameters}
 
 \docparam{child}{Child window to remove.}