X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8db37e069996bf60cbc152eb8d93b199e7c80842..91bdd96210274248b137b409aaf8aa92cdc12fa5:/docs/latex/wx/fdrepdlg.tex diff --git a/docs/latex/wx/fdrepdlg.tex b/docs/latex/wx/fdrepdlg.tex index 6899e0e393..ef44dfb864 100644 --- a/docs/latex/wx/fdrepdlg.tex +++ b/docs/latex/wx/fdrepdlg.tex @@ -185,7 +185,9 @@ wxFindReplaceDialog is a standard modeless dialog which is used to allow the user to search for some text (and possible replace it with something else). The actual searching is supposed to be done in the owner window which is the parent of this dialog. Note that it means that unlike for the other standard -dialogs this one {\bf must} have a parent window. +dialogs this one {\bf must} have a parent window. Also note that there is no +way to use this dialog in a modal way, it is always, by design and +implementation, modeless. Please see the dialogs sample for example of using it. @@ -201,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}