From: Vadim Zeitlin Date: Tue, 13 Nov 2001 19:27:00 +0000 (+0000) Subject: fixed wxFindReplaceDialog::Create() doc entry X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5e6a47f5a754a9d99a845c92fb2a6d367d98ecdd fixed wxFindReplaceDialog::Create() doc entry git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/fdrepdlg.tex b/docs/latex/wx/fdrepdlg.tex index c06b5e9ab4..ef44dfb864 100644 --- a/docs/latex/wx/fdrepdlg.tex +++ b/docs/latex/wx/fdrepdlg.tex @@ -203,28 +203,30 @@ Please see the dialogs sample for example of using it. \membersection{wxFindReplaceDialog::wxFindReplaceDialog}\label{wxfindreplacedialogctor} -\func{}{wxFindReplaceDialogBase}{\void} +\func{}{wxFindReplaceDialog}{\void} -\func{}{wxFindReplaceDialogBase}{\param{wxWindow * }{parent}, \param{wxFindReplaceData* }{data}, \param{const wxString\& }{title}, \param{int }{style = 0}} +\func{}{wxFindReplaceDialog}{\param{wxWindow * }{parent}, \param{wxFindReplaceData* }{data}, \param{const wxString\& }{title}, \param{int }{style = 0}} -After using default constructor \helpref{Created}{wxfindreplacedialogcreate} +After using default constructor \helpref{Create()}{wxfindreplacedialogcreate} must be called. The {\it parent} and {\it data} parameters must be non-{\tt NULL}. -\membersection{wxFindReplaceDialogBase::\destruct{wxFindReplaceDialogBase}}\label{wxfindreplacedialogdtor} +\membersection{wxFindReplaceDialog::\destruct{wxFindReplaceDialog}}\label{wxfindreplacedialogdtor} -\func{}{\destruct{wxFindReplaceDialogBase}}{\void} +\func{}{\destruct{wxFindReplaceDialog}}{\void} Destructor. +\membersection{wxFindReplaceDialog::Create}\label{wxfindreplacedialogcreate} + \func{bool}{Create}{\param{wxWindow * }{parent}, \param{wxFindReplaceData* }{data}, \param{const wxString\& }{title}, \param{int }{style = 0}} Creates the dialog and shows it on screen. The {\it parent} and {\it data} parameters must be non-{\tt NULL}. -\membersection{wxFindReplaceDialogBase::GetData}\label{wxfindreplacedialoggetdata} +\membersection{wxFindReplaceDialog::GetData}\label{wxfindreplacedialoggetdata} \constfunc{const wxFindReplaceData*}{GetData}{\void}