wx.FindReplaceDialog events.
Handlers bound for the following event types will receive a wx.FindDialogEvent parameter.
__init__ |
Constructor used by wxWidgets only. |
GetDialog |
Return the pointer to the dialog which generated this event. |
GetFindString |
Return the string to find (never empty). |
GetFlags |
Get the currently selected flags: this is the combination of the wx.FindReplaceFlags enumeration values. |
GetReplaceString |
Return the string to replace the search string with (only for replace and replace all events). |
Dialog |
See GetDialog |
FindString |
See GetFindString |
Flags |
See GetFlags |
ReplaceString |
See GetReplaceString |
wx.
FindDialogEvent
(CommandEvent)¶Possible constructors:
FindDialogEvent(commandType=wxEVT_NULL, id=0)
FindReplaceDialog events.
__init__
(self, commandType=wxEVT_NULL, id=0)¶Constructor used by wxWidgets only.
Parameters: |
|
---|
GetDialog
(self)¶Return the pointer to the dialog which generated this event.
Return type: | wx.FindReplaceDialog |
---|
GetFindString
(self)¶Return the string to find (never empty).
Return type: | string |
---|
GetFlags
(self)¶Get the currently selected flags: this is the combination of the wx.FindReplaceFlags enumeration values.
Return type: | int |
---|
GetReplaceString
(self)¶Return the string to replace the search string with (only for replace and replace all events).
Return type: | string |
---|
FindString
¶See GetFindString
ReplaceString
¶See GetReplaceString