Class k.u.o.ListLabel(gtk.HBox):

Part of kiwi.ui.objectlist

known subclasses: kiwi.ui.objectlist.SummaryLabel

I am a subclass of a GtkHBox which you can use if you want to vertically align a label with a column
Function__init__
Constructor.
Functionset_value
Sets the value of the label.
Functionget_value_widgetUndocumented
Functionget_label_widgetUndocumented
Function_create_uiUndocumented
Function_resizeUndocumented
Function_on_treeview_column_button__size_allocateUndocumented
Function_on_treeview_column__notify_widthUndocumented
Function_on_list__size_allocateUndocumented
def __init__(self, klist, column, label='', value_format='%s', font_desc=None):
Constructor.
def set_value(self, value):
Sets the value of the label. Note that it needs to be of the same type as you specified in value_format in the constructor. I also support the GMarkup syntax, so you can use "<b>%d</b>" if you want.
def get_value_widget(self):
Undocumented
def get_label_widget(self):
Undocumented
def _create_ui(self):
Undocumented
def _resize(self, position=-1, width=-1):
Undocumented
def _on_treeview_column_button__size_allocate(self, label, rect):
Undocumented
def _on_treeview_column__notify_width(self, treeview, pspec):
Undocumented
def _on_list__size_allocate(self, list, rect):
Undocumented