Class k.u.d.ProxySlaveDelegate(GladeSlaveDelegate):

Part of kiwi.ui.delegates
A class that combines view, controller and proxy 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()
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_name=None, domain=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