Module k.u.objectlist

Part of kiwi.ui

High level wrapper for GtkTreeView

Functionstr2enum

converts a string to a enum

Functionstr2bool

converts a boolean to a enum

ClassColumn

Specifies a column for an ObjectList, see the ObjectList documentation

ClassSequentialColumn

I am a column which will display a sequence of numbers, which

ClassColoredColumn

I am a column which can colorize the text of columns under

Class_ContextMenu

ContextMenu is a wrapper for the menu that's displayed when right

ClassObjectList

An enhanced version of GtkTreeView, which provides pythonic wrappers

ClassObjectTree

Signals

ClassListLabel

I am a subclass of a GtkHBox which you can use if you want

ClassSummaryLabel

I am a subclass of ListLabel which you can use if you want

def str2enum(value_name, enum_class):

converts a string to a enum

def str2bool(value, from_string=converter.from_string):

converts a boolean to a enum