| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package test :: Module recorder :: Class SignalEvent | 
 | 
object--+ |Event--+ | SignalEvent
ButtonClickedEvent,
    EntryActivateEvent,
    EntrySetTextEvent,
    ImageMenuItemButtonReleaseEvent,
    MenuItemActivateEvent,
    ObjectListDoubleClick,
    ObjectListSelectionChanged,
    ToolButtonReleaseEventEvent which is tied to a GObject signal, Recorder uses this to automatically attach 
itself to a signal at which point this object will be instantiated.
| Method Summary | |
|---|---|
| Calls connect on object for signal signal_name. (Class method) | |
| Inherited from Event | |
| 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 | signal_name: signal to listen to | 
| Inherited from Event | |
| NoneType | object_type: subclass for type,Recorderuses this to automatically attach 
events to objects when they appear | 
| Class Method Details | 
|---|
| connect(cls, object, signal_name, cb)Calls connect on object for signal signal_name.
 | 
| Class Variable Details | 
|---|
| signal_namesignal to listen to
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |