| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class FindDialogEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ | FindDialogEvent
Events for the FindReplaceDialog
| Method Summary | |
|---|---|
| FindDialogEvent |
Events for the FindReplaceDialog |
| 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)
| |
| Property Summary | |
|---|---|
Dialog: See GetDialog | |
FindString: See GetFindString and SetFindString | |
Flags: See GetFlags and SetFlags | |
ReplaceString: See GetReplaceString and SetReplaceString | |
thisown: The membership flag | |
| 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).
|
| Property Details |
|---|
DialogSee
|
FindStringSee
|
Flags |
ReplaceStringSee
|
thisownThe membership flag |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:46 2007 | http://epydoc.sf.net |