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

Part of kiwi.ui.delegates

known subclasses: kiwi.ui.wizard.PluggableWizard

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 GladeDelegate.
def __init__(self, gladefile=None, toplevel_name=None, domain=None, delete_handler=None, keyactions=None):
Creates a new GladeDelegate. The keyactions parameter is sent to kiwi.controllers.BaseController, the rest are sent to kiwi.ui.views.BaseView