known subclasses: kiwi.ui.views.GladeSignalBroker
Function | __init__ | Undocumented |
Function | _do_connections | This method allows subclasses to add more connection mechanism
|
Function | _autoconnect_by_method_name | Offers autoconnection of widget signals based on function names.
|
Function | handler_block | Undocumented |
Function | handler_unblock | Undocumented |
Function | disconnect_autoconnected | Undocumented |
def on_widget_name__signal_name(self, widget):In other words, start the method by "on_", followed by the widget name, followed by two underscores ("__"), followed by the signal name. Note: If more than one double underscore sequences are in the string, the last one is assumed to separate the signal name.