This event represents a double click on a row in objectlist
Method __init__ No summary
Class Method connect Calls connect on I{object} for signal I{signal_name}.
Method serialize 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:

Inherited from Event (via SignalEvent):

Method get_toplevel 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
def __init__(self, objectlist, name, args):
Create a new SignalEvent object.
@param object:
@param name:
@param args:
@classmethod
def connect(cls, orig, signal_name, cb):
Calls connect on I{object} for signal I{signal_name}.

@param object: object to connect on
@param signal_name: signal name to listen to
@param cb: callback
def 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

@returns: string to reproduce event
Override this in a subclass.
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.