emphasize that wxFindReplaceDialog is always modeless
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f96f33629f
commit
08829b064c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user