Package wx :: Class FindDialogEvent
[frames | no frames]

Type FindDialogEvent

object --+            
         |            
    Object --+        
             |        
         Event --+    
                 |    
      CommandEvent --+
                     |
                    FindDialogEvent


Events for the FindReplaceDialog
Method Summary
FindDialogEvent __init__(self, commandType, id)
Events for the FindReplaceDialog
  __repr__(self)
FindReplaceDialog GetDialog(self)
Return the pointer to the dialog which generated this event.
String GetFindString(self)
Return the string to find (never empty).
int GetFlags(self)
Get the currently selected flags: this is the combination of wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags.
String GetReplaceString(self)
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)
(Constructor)

Events for the FindReplaceDialog
Parameters:
commandType
           (type=wxEventType)
id
           (type=int)
Returns:
FindDialogEvent
Overrides:
wx.CommandEvent.__init__

GetDialog(self)

Return the pointer to the dialog which generated this event.
Returns:
FindReplaceDialog

GetFindString(self)

Return the string to find (never empty).
Returns:
String

GetFlags(self)

Get the currently selected flags: this is the combination of wx.FR_DOWN, wx.FR_WHOLEWORD and wx.FR_MATCHCASE flags.
Returns:
int

GetReplaceString(self)

Return the string to replace the search string with (only for replace and replace all events).
Returns:
String

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:00 2005 http://epydoc.sf.net