+\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}.
+