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. |