Home | Trees | Index | Help |
|
---|
Package wx :: Class FindDialogEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ | FindDialogEvent
Method Summary | |
---|---|
FindDialogEvent |
Events for the FindReplaceDialog |
__repr__(self)
| |
FindReplaceDialog |
Return the pointer to the dialog which generated this event. |
String |
Return the string to find (never empty). |
int |
Get the currently selected flags: this is the combination of wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags. |
String |
Return the string to replace the search string with (only for replace and replace all events). |
SetFindString(self,
str)
| |
SetFlags(self,
flags)
| |
SetReplaceString(self,
str)
|
Method Details |
---|
__init__(self,
commandType=wxEVT_NULL,
id=0)
Events for the FindReplaceDialog |
GetDialog(self)Return the pointer to the dialog which generated this event.
|
GetFindString(self)Return the string to find (never empty).
|
GetFlags(self)Get the currently selected flags: this is the combination of wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags.
|
GetReplaceString(self)Return the string to replace the search string with (only for replace and replace all events).
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:00 2005 | http://epydoc.sf.net |