| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package test :: Module recorder :: Class Event | 
 | 
object --+
         |
        Event
SignalEvent,
    WindowDeleteEvent| Method Summary | |
|---|---|
| This fetches the toplevel widget for a specific object, by default it assumes it's a wiget subclass and calls get_toplevel() for the widget | |
| Serialize the widget, write the code here which is used to reproduce the event, for a button which is clicked the implementation looks like this: | |
| Class Variable Summary | |
|---|---|
| NoneType | object_type: subclass for type,Recorderuses this to automatically attach 
events to objects when they appear | 
| Method Details | 
|---|
| get_toplevel(self, widget)This fetches the toplevel widget for a specific object, by default it assumes it's a wiget subclass and calls get_toplevel() for the widgetOverride this in a subclass. | 
| serialize(self)Serialize the widget, write the code here which is used to reproduce the event, for a button which is clicked the implementation looks like this:
>>> def serialize(self):
>>> ... return '%s.clicked' % self.name
 | 
| Class Variable Details | 
|---|
| object_typesubclass for type,Recorderuses this to automatically attach 
events to objects when they appear
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |