]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fdrepdlg.tex
Documented new constructor and overloaded Create methods.
[wxWidgets.git] / docs / latex / wx / fdrepdlg.tex
index 6899e0e3932ef66a6ea843fb7e3fc950bbc48911..55726f8bdf67feb2de1b8d746bbfc3167792d7e9 100644 (file)
@@ -88,7 +88,9 @@ dialog and calling them has no effect later.
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
+\begin{verbatim}
 #include <wx/fdrepdlg.h>
 #include <wx/fdrepdlg.h>
+\end{verbatim}
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
@@ -96,7 +98,7 @@ dialog and calling them has no effect later.
 
 \wxheading{Data structures}
 
 
 \wxheading{Data structures}
 
-Flages used by 
+Flags used by 
 \helpref{wxFindReplaceData::GetFlags()}{wxfindreplacedatagetflags} and
 \helpref{wxFindDialogEvent::GetFlags()}{wxfinddialogeventgetflags}:
 
 \helpref{wxFindReplaceData::GetFlags()}{wxfindreplacedatagetflags} and
 \helpref{wxFindDialogEvent::GetFlags()}{wxfinddialogeventgetflags}:
 
@@ -182,16 +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
 \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
 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.
+Please see the dialogs sample for an example of using it.
 
 \wxheading{Include files}
 
 
 \wxheading{Include files}
 
+\begin{verbatim}
 #include <wx/fdrepdlg.h>
 #include <wx/fdrepdlg.h>
+\end{verbatim}
 
 \wxheading{Derived from}
 
 
 \wxheading{Derived from}
 
@@ -201,28 +207,29 @@ Please see the dialogs sample for example of using it.
 
 \membersection{wxFindReplaceDialog::wxFindReplaceDialog}\label{wxfindreplacedialogctor}
 
 
 \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}.
 
 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.
 
 
 Destructor.
 
+\membersection{wxFindReplaceDialog::Create}\label{wxfindreplacedialogcreate}
+
 \func{bool}{Create}{\param{wxWindow * }{parent}, \param{wxFindReplaceData* }{data}, \param{const wxString\& }{title}, \param{int }{style = 0}}
 
 \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}.
 
 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}
 
 
 \constfunc{const wxFindReplaceData*}{GetData}{\void}