wx._windows.FindReplaceDialog
wx.FindReplaceDialog is a standard modeless dialog which is used to allow the 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 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.

Create(args, kwargs)
Create(self, Window parent, FindReplaceData data, String title, int style=0) -> bool Create the dialog, for 2-phase create.

GetData(args, kwargs)
GetData(self) -> FindReplaceData Get the FindReplaceData object used by this dialog.

SetData(args, kwargs)
SetData(self, FindReplaceData data) Set the FindReplaceData object used by this dialog.

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'repr']
Usage: repr(a)