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.
Class | ProxyError | Undocumented |
Function | block_widget | Blocks the signal handler of the 'content-changed' signal on widget |
Function | unblock_widget | Unblocks the signal handler of the 'content-changed' signal on widget |
Class | Proxy | A Proxy is a class that 'attaches' an instance to an interface's widgets, and transparently manipulates that instance's attributes as the user alters the content of the widgets. |