High level wrapper for GtkTreeView
Function | str2enum | converts a string to a enum |
Function | str2bool | converts a boolean to a enum |
Class | Column | Specifies a column for an ObjectList , see
the ObjectList documentation for a simple example. |
Class | SequentialColumn | No summary |
Class | ColoredColumn | I am a column which can colorize the text of columns under certain circumstances. I take a color and an extra function which will be called for each row |
Class | ObjectList | An enhanced version of GtkTreeView, which provides pythonic wrappers for accessing rows, and optional facilities for column sorting (with types) and column selection. |
Class | ObjectTree | No summary |
Class | ListLabel | I am a subclass of a GtkHBox which you can use if you want to vertically align a label with a column |
Class | SummaryLabel | No summary |
Class | _ContextMenu | ContextMenu is a wrapper for the menu that's displayed when right clicking on a column header. It monitors the treeview and rebuilds when columns are added, removed or moved. |