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)
kiwi
  str2bool(value, from_string)
converts a boolean to a enum
  str2enum(value_name, enum_class)
converts a string to a enum

Function Details

_(m)

kiwi

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

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