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

Part of kiwi.ui.delegates
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, gladefile=None, toplevel_name=None, domain=None, keyactions=None):
The keyactions parameter is sent to kiwi.controllers.BaseController, the rest are sent to kiwi.ui.views.SlavseView