X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08829b064c5cdab69ace7edc16290fd6315c1ff0..6e8e9b6628556d1155ec1372d9a8b0d0dac64794:/docs/latex/wx/fdrepdlg.tex diff --git a/docs/latex/wx/fdrepdlg.tex b/docs/latex/wx/fdrepdlg.tex index c06b5e9ab4..5ba747af2f 100644 --- a/docs/latex/wx/fdrepdlg.tex +++ b/docs/latex/wx/fdrepdlg.tex @@ -88,7 +88,9 @@ dialog and calling them has no effect later. \wxheading{Include files} +\begin{verbatim} #include +\end{verbatim} \wxheading{Derived from} @@ -193,7 +195,9 @@ Please see the dialogs sample for example of using it. \wxheading{Include files} +\begin{verbatim} #include +\end{verbatim} \wxheading{Derived from} @@ -203,28 +207,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}