Class k.u.o.SummaryLabel(ListLabel):

Part of kiwi.ui.objectlist
I am a subclass of ListLabel which you can use if you want to summarize all the values of a specific column. Please note that I only know how to handle number column data types and I will complain if you give me something else.
Function__init__
Constructor.
Functionupdate_total
Recalculate the total value of all columns
Function_on_klist__cell_editedUndocumented
def __init__(self, klist, column, label=_('Total:'), value_format='%s', font_desc=None):
Constructor.
def update_total(self):
Recalculate the total value of all columns
def _on_klist__cell_edited(self, klist, object, attribute):
Undocumented