| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Package test :: Module recorder :: Class ObjectListSelectionChanged | 
 | 
object--+ |Event--+ |SignalEvent--+ | ObjectListSelectionChanged
kiwi.ui.objectlist.ObjectList, eg when the 
user selects or unselects a row. It is actually tied to the signal 
changed on GtkTreeSelection object.
| Method Summary | |
|---|---|
| connect(cls,
          orig,
          signal_name,
          cb)(Class method) | |
| 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=kiwi.ui.objectlist.ObjectList | 
| NoneType | signal_name: signal to listen to | 
| Instance 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 | 
|---|
| signal_namesignal to listen to
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:53 2007 | http://epydoc.sf.net |