Module k.u.proxy

Part of kiwi.ui

This module defines the Proxy class, which is a facility that can be used to keep the state of a model object synchronized with a View.

ClassProxyErrorUndocumented
Functionblock_widget

Blocks the signal handler of the 'content-changed' signal on widget

Functionunblock_widget

Unblocks the signal handler of the 'content-changed' signal on widget

ClassProxy

A Proxy is a class that 'attaches' an instance to an interface's

def block_widget(widget):

Blocks the signal handler of the 'content-changed' signal on widget

def unblock_widget(widget):

Unblocks the signal handler of the 'content-changed' signal on widget