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

Module kiwi.ui.entry

An enchanced version of GtkEntry that supports icons and masks
Classes
KiwiEntry The KiwiEntry is a Entry subclass with the following additions:

Exceptions
MaskError  

Function Summary
  _(msg)
  main(args)

Variable Summary
dict INPUT_CHAR_MAP = {0: <function <lambda> at 0x4126a8b4>, ...
dict INPUT_FORMATS = {'A': 2, '0': 3, 'L': 0, 'a': 2, '&': 1}

Variable Details

INPUT_CHAR_MAP

Type:
dict
Value:
{0: <function <lambda> at 0x4126a8b4>,
 1: <method 'isalpha' of 'unicode' objects>,
 2: <method 'isalnum' of 'unicode' objects>,
 3: <method 'isdigit' of 'unicode' objects>}                           

INPUT_FORMATS

Type:
dict
Value:
{'A': 2, '0': 3, 'L': 0, 'a': 2, '&': 1}                               

Generated by Epydoc 2.1 on Mon Oct 9 12:40:55 2006 http://epydoc.sf.net