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, Recorder uses 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 widget Override 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,Recorder uses this to automatically attach
events to objects when they appear
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Oct 19 03:18:12 2006 | http://epydoc.sf.net |