Class k.u.d.SlaveDelegate(SlaveView, BaseController):

Part of kiwi.ui.delegates

known subclasses: kiwi.ui.listdialog.ListSlave, kiwi.ui.search.SearchSlaveDelegate

A class that combines view and controller functionality into a single package. It does not possess a top-level window, but is instead intended to be plugged in to a View or Delegate using attach_slave().

Function__init__

The keyactions parameter is sent to kiwi.controllers.BaseController,

def __init__(self, toplevel=None, widgets=(), gladefile=None, toplevel_name=None, keyactions=None):

The keyactions parameter is sent to kiwi.controllers.BaseController, the rest are sent to kiwi.ui.views.SlaveView