]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fdrepdlg.tex
wx.SL_INVERSE works for the big 3 now.
[wxWidgets.git] / docs / latex / wx / fdrepdlg.tex
index a1cbe828e34ba2c318f64067b997661bf6e6e79b..6b73f9117e074b889c90fa50895d4093ac4da114 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     01.08.01
 %% RCS-ID:      $Id$
 %% Copyright:   (c) 2001 Vadim Zeitlin
-%% License:     wxWindows license
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxFindDialogEvent}}\label{wxfinddialogevent}
@@ -46,7 +46,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}
 
@@ -184,14 +184,14 @@ 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}
 
@@ -226,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}