Package kiwi :: Package ui :: Module proxy
[frames | no frames]

Module kiwi.ui.proxy

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.
Classes
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.

Exceptions
ProxyError  

Function Summary
  block_widget(widget)
Blocks the signal handler of the 'content-changed' signal on widget
  unblock_widget(widget)
Unblocks the signal handler of the 'content-changed' signal on widget

Variable Summary
_Logger log = <kiwi.log._Logger instance at 0x4120fbec>

Function Details

block_widget(widget)

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

unblock_widget(widget)

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

Variable Details

log

Type:
_Logger
Value:
<kiwi.log._Logger instance at 0x4120fbec>                              

Generated by Epydoc 2.1 on Mon Jan 29 16:42:58 2007 http://epydoc.sf.net