Home | Trees | Index | Help |
|
---|
Package wx :: Class FindReplaceData |
|
object
--+ |Object
--+ | FindReplaceData
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.
wx.FR_DOWN Downward search/replace selected (otherwise, upwards) wx.FR_WHOLEWORD Whole word search/replace selected wx.FR_MATCHCASE Case sensitive search/replace selected (otherwise, case insensitive)
Method Summary | |
---|---|
FindReplaceData |
Constuctor initializes the flags to default value (0). |
__del__(self)
| |
String |
Get the string to find. |
int |
Get the combination of flag values. |
String |
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). |
Property Summary | |
---|---|
FindString : See GetFindString and SetFindString | |
Flags : See GetFlags and SetFlags | |
ReplaceString : See GetReplaceString and SetReplaceString | |
thisown : The membership flag |
Method Details |
---|
__init__(self,
flags=0)
|
GetFindString(self)Get the string to find.
|
GetFlags(self)Get the combination of flag values.
|
GetReplaceString(self)Get the replacement string.
|
SetFindString(self, str)Set the string to find (used as initial value by the dialog).
|
SetFlags(self, flags)Set the flags to use to initialize the controls of the dialog.
|
SetReplaceString(self, str)Set the replacement string (used as initial value by the dialog).
|
Property Details |
---|
FindStringSee
|
Flags |
ReplaceStringSee
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:17 2007 | http://epydoc.sf.net |