]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fdrepdlg.tex
don't use _T() inside wxGetTranslation() and related macros (wxTRANSLATE, _, ......
[wxWidgets.git] / docs / latex / wx / fdrepdlg.tex
index e5e8be2eb5ff7c06a9651f02386760d329607693..1ecd96158737075d6b3bc484904949361c03fc3a 100644 (file)
@@ -15,12 +15,18 @@ wxFindReplaceDialog events
 
 \wxheading{Derived from}
 
-\helpref{wxCommandEvent}{wxcommandevent}
+\helpref{wxCommandEvent}{wxcommandevent}\\
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/fdrepdlg.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process a command event from 
@@ -46,7 +52,7 @@ any pointers to it cannot be used any longer.}
 
 \func{}{wxFindDialogEvent}{\param{wxEventType }{commandType = wxEVT\_NULL}, \param{int }{id = 0}}
 
-Constuctor used by wxWindows only.
+Constuctor used by wxWidgets only.
 
 \membersection{wxFindDialogEvent::GetFlags}\label{wxfinddialogeventgetflags}
 
@@ -91,6 +97,10 @@ dialog and calling them has no effect later.
 \begin{verbatim}
 #include <wx/fdrepdlg.h>
 \end{verbatim}
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 
 \wxheading{Derived from}
 
@@ -198,10 +208,18 @@ Please see the dialogs sample for an example of using it.
 \begin{verbatim}
 #include <wx/fdrepdlg.h>
 \end{verbatim}
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 
 \wxheading{Derived from}
 
-\helpref{wxDialog}{wxdialog}
+\helpref{wxDialog}{wxdialog}\\
+\helpref{wxTopLevelWindow}{wxtoplevelwindow}\\
+\helpref{wxWindow}{wxwindow}\\
+\helpref{wxEvtHandler}{wxevthandler}\\
+\helpref{wxObject}{wxobject}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -226,7 +244,7 @@ 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}