X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e6a47f5a754a9d99a845c92fb2a6d367d98ecdd..5b087ae2588d2988491d8e0621af82d4c44eb7a8:/docs/latex/wx/fdrepdlg.tex diff --git a/docs/latex/wx/fdrepdlg.tex b/docs/latex/wx/fdrepdlg.tex index ef44dfb864..55726f8bdf 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} @@ -96,7 +98,7 @@ dialog and calling them has no effect later. \wxheading{Data structures} -Flages used by +Flags used by \helpref{wxFindReplaceData::GetFlags()}{wxfindreplacedatagetflags} and \helpref{wxFindDialogEvent::GetFlags()}{wxfinddialogeventgetflags}: @@ -182,18 +184,20 @@ Set the replacement string (used as initial value by the dialog). \section{\class{wxFindReplaceDialog}}\label{wxfindreplacedialog} 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). +user to search for some text (and possibly 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. Also note that there is no -way to use this dialog in a modal way, it is always, by design and +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. +Please see the dialogs sample for an example of using it. \wxheading{Include files} +\begin{verbatim} #include +\end{verbatim} \wxheading{Derived from} @@ -222,10 +226,9 @@ Destructor. \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. +Creates the dialog; use \helpref{Show}{wxwindowshow} to show it on screen. The {\it parent} and {\it data} parameters must be non-{\tt NULL}. - \membersection{wxFindReplaceDialog::GetData}\label{wxfindreplacedialoggetdata} \constfunc{const wxFindReplaceData*}{GetData}{\void}