| Home | Trees | Index | Help |  | 
|---|
| Package kiwi :: Package ui :: Module objectlist | 
 | 
| 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) | |
| converts a boolean to a enum | |
| converts a string to a enum | |
| Variable Summary | |
|---|---|
| int | COL_MODEL= 0 | 
| _Logger | log=<kiwi.log._Logger instance at 0x41212eac>           | 
| 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
 | 
| log
 | 
| Home | Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Mar 23 15:56:54 2007 | http://epydoc.sf.net |