Class k.u.d.Delegate(BaseView, BaseController):

Part of kiwi.ui.delegates

known subclasses: kiwi.ui.delegates.ProxyDelegate

A class that combines view and controller functionality into a single package. The Delegate class possesses a top-level window.

Function__init__

Creates a new Delegate.

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

Creates a new Delegate. The keyactions parameter is sent to kiwi.controllers.BaseController, the rest are sent to kiwi.ui.views.BaseView