From 08829b064c5cdab69ace7edc16290fd6315c1ff0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 Nov 2001 18:38:48 +0000 Subject: [PATCH] emphasize that wxFindReplaceDialog is always modeless git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/fdrepdlg.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/latex/wx/fdrepdlg.tex b/docs/latex/wx/fdrepdlg.tex index 6899e0e393..c06b5e9ab4 100644 --- a/docs/latex/wx/fdrepdlg.tex +++ b/docs/latex/wx/fdrepdlg.tex @@ -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. -- 2.47.2