| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class FindDialogEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ | FindDialogEvent
Events for the FindReplaceDialog
| 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)
|
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.20050511.rpd on Sun Mar 26 10:02:00 2006 | http://epydoc.sf.net |