Removed old classes and functions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-31 14:00:53 +00:00
parent 170e293d9f
commit 965b4f87d9
43 changed files with 10 additions and 4081 deletions

View File

@@ -1100,26 +1100,6 @@ for this window.
See \helpref{wxWindow::SetAutoLayout}{wxwindowsetautolayout}: when auto
layout is on, this function gets called automatically when the window is resized.
\membersection{wxWindow::LoadFromResource}\label{wxwindowloadfromresource}
\func{virtual bool}{LoadFromResource}{\param{wxWindow* }{parent},\rtfsp
\param{const wxString\& }{resourceName}, \param{const wxResourceTable* }{resourceTable = NULL}}
Loads a panel or dialog from a resource file.
\wxheading{Parameters}
\docparam{parent}{Parent window.}
\docparam{resourceName}{The name of the resource to load.}
\docparam{resourceTable}{The resource table to load it from. If this is NULL, the
default resource table will be used.}
\wxheading{Return value}
{\tt true} if the operation succeeded, otherwise {\tt false}.
\membersection{wxWindow::Lower}\label{wxwindowlower}
\func{void}{Lower}{\void}