Class k.u.o.SequentialColumn(Column):

Part of kiwi.ui.objectlist

I am a column which will display a sequence of numbers, which represent the row number. The value is independent of the data in the other columns, so no matter what I will always display 1 in the first column, unless you reverse it by clicking on the column header.

If you don't give me any argument I'll have the title of a hash (#) and right justify the sequences.
Function__init__
Creates a new Column, which describes how a column in a
Functioncell_data_funcUndocumented
def __init__(self, title='#', justify=gtk.JUSTIFY_RIGHT, **kwargs):
Creates a new Column, which describes how a column in a ObjectList should be rendered.
def cell_data_func(self, tree_column, renderer, model, treeiter, (column, renderer_prop)):
Undocumented