This event represents a click on a normal menu entry
It's sort of a hack to use button-press-event, instea
of listening to activate, but we'll get the active callback
after the user specified callbacks are called, at which point
it is already too late.
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
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 SignalEvent:

Method __init__ No summary
Class Method connect Calls connect on I{object} for signal I{signal_name}.
def 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.
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.