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

Module kiwi.ui.objectlist

High level wrapper for GtkTreeView
Classes
ColoredColumn I am a column which can colorize the text of columns under certain circumstances.
Column Specifies a column for an ObjectList, see the ObjectList documentation for a simple example.
ListLabel I am a subclass of a GtkHBox which you can use if you want to vertically align a label with a column
ObjectList An enhanced version of GtkTreeView, which provides pythonic wrappers for accessing rows, and optional facilities for column sorting (with types) and column selection.
ObjectTree  
SequentialColumn I am a column which will display a sequence of numbers, which represent the row number.
SummaryLabel I am a subclass of ListLabel which you can use if you want to summarize all the values of a specific column.

Function Summary
  _(m)
  str2bool(value, from_string)
converts a boolean to a enum
  str2enum(value_name, enum_class)
converts a string to a enum

Variable Summary
int COL_MODEL = 0                                                                     
_Logger log = <kiwi.log._Logger instance at 0x4124416c>
instancemethod str2type = kiwi.datatypes.ConverterRegistry.str_to_type

Function Details

str2bool(value, from_string=<bound method ConverterRegistry.from_string of <kiwi.data...)

converts a boolean to a enum

str2enum(value_name, enum_class)

converts a string to a enum

Variable Details

COL_MODEL

Type:
int
Value:
0                                                                     

log

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

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