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

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

Generated by Epydoc 2.1 on Tue Feb 6 10:53:33 2007 http://epydoc.sf.net