]> git.saurik.com Git - wxWidgets.git/commitdiff
the find dialog is created hidden, as all the other top level windows, but the docs...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Jan 2003 13:03:50 +0000 (13:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Jan 2003 13:03:50 +0000 (13:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/fdrepdlg.tex

index e5e8be2eb5ff7c06a9651f02386760d329607693..55726f8bdf67feb2de1b8d746bbfc3167792d7e9 100644 (file)
@@ -226,7 +226,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}