wx.FindReplaceData holds the data for wx.FindReplaceDialog.
It is used to initialize the dialog with the default values and will keep the last values from the dialog when it is closed. It is also updated each time a wx.FindDialogEvent is generated so instead of using the wx.FindDialogEvent methods you can also directly query this object.
Note that all SetXXX()
methods may only be called before showing the dialog and calling them has no effect later.
Inheritance diagram for class
FindReplaceData:
Methods Summary¶Constructor initializes the flags to default value (0).
Get the string to find.
Get the combination of FindReplaceFlags
values.
Get the replacement string.
Set the string to find (used as initial value by the dialog).
Set the flags to use to initialize the controls of the dialog.
Set the replacement string (used as initial value by the dialog).
Properties Summary¶ Class API¶Possible constructors:
FindReplaceData(flags=0) -> None
FindReplaceData holds the data for FindReplaceDialog.
Constructor initializes the flags to default value (0).
flags (wx.int)
None
Get the string to find.
str
Get the combination of FindReplaceFlags
values.
int
Get the replacement string.
str
Set the string to find (used as initial value by the dialog).
str (string)
None
Set the flags to use to initialize the controls of the dialog.
flags (wx.int)
None
Set the replacement string (used as initial value by the dialog).
str (string)
None
See GetFindString
and SetFindString
See GetReplaceString
and SetReplaceString
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4