Class k.u.d.ProxyDelegate(Delegate):

Part of kiwi.ui.delegates

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

ivar modelthe model
ivar proxythe proxy
Function__init__

Creates a new Delegate.

Functionset_model

Set model.

Functionproxy_updatedUndocumented
FunctionupdateUndocumented
def __init__(self, model, proxy_widgets=None, gladefile=None, toplevel=None, widgets=(), toplevel_name=None, domain=None, delete_handler=None, keyactions=None):

Creates a new Delegate.

def set_model(self, model):

Set model.

def proxy_updated(self, widget, attribute, value):
Undocumented
def update(self, attribute):
Undocumented