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

Module kiwi.ui.views

Defines the View classes that are included in the Kiwi Framework, which are the base of Delegates and Proxies.
Classes
BaseView A view with a toplevel window.
GladeSignalBroker  
SignalBroker  
SlaveView Base class for all View classes.

Variable Summary
NoneType color_black = None                                                                  
NoneType color_red = None                                                                  
Logger log = <kiwi.log.Logger instance at 0x411c254c>
SRE_Pattern method_regex = ^(on|after)_(\w+)__(\w+)$

Variable Details

color_black

Type:
NoneType
Value:
None                                                                  

color_red

Type:
NoneType
Value:
None                                                                  

log

Type:
Logger
Value:
<kiwi.log.Logger instance at 0x411c254c>                               

method_regex

Type:
SRE_Pattern
Value:
^(on|after)_(\w+)__(\w+)$                                              

Generated by Epydoc 2.1 on Fri Sep 15 11:53:23 2006 http://epydoc.sf.net