]> git.saurik.com Git - wxWidgets.git/commitdiff
emphasize that wxFindReplaceDialog is always modeless
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Nov 2001 18:38:48 +0000 (18:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 11 Nov 2001 18:38:48 +0000 (18:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/fdrepdlg.tex

index 6899e0e3932ef66a6ea843fb7e3fc950bbc48911..c06b5e9ab46fd9d7907d3d64dc3a97e59971f158 100644 (file)
@@ -185,7 +185,9 @@ 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).
 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.