More deprecated code updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,6 +12,7 @@ the corresponding topic.
|
||||
%\helpref{wxLoadUserResource}{wxloaduserresource}\\
|
||||
%\helpref{wxMakeMetafilePlaceable}{wxmakemetafileplaceable}\\
|
||||
%\helpref{wxNewId}{wxnewid}\\
|
||||
\helpref{wxLoadFromResource}{wxloadfromresource}\\
|
||||
\helpref{wxResourceAddIdentifier}{wxresourceaddidentifier}\\
|
||||
\helpref{wxResourceClear}{wxresourceclear}\\
|
||||
\helpref{wxResourceCreateBitmap}{wxresourcecreatebitmap}\\
|
||||
@@ -157,6 +158,28 @@ as wxWriteResource and wxGetResource. It is just an unfortunate clash of termino
|
||||
See also \helpref{wxWindow::LoadFromResource}{wxwindowloadfromresource} for
|
||||
loading from resource data.
|
||||
|
||||
\membersection{wxLoadFromResource}\label{wxloadfromresource}
|
||||
|
||||
\func{virtual bool}{LoadFromResource}{\param{wxWindow* thisWindow}, \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{thisWindow}{Window to load the resource into.}
|
||||
|
||||
\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{::wxResourceAddIdentifier}\label{wxresourceaddidentifier}
|
||||
|
||||
\func{bool}{wxResourceAddIdentifier}{\param{const wxString\& }{name}, \param{int }{value}}
|
||||
|
Reference in New Issue
Block a user