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
Method __init__ No summary
Method set_value No summary
Method get_value_widget Undocumented
Method get_label_widget Undocumented
Method _create_ui Undocumented
Method _resize Undocumented
Method _on_treeview_column_button__size_allocate Undocumented
Method _on_treeview_column__notify_width Undocumented
Method _on_list__size_allocate Undocumented
def __init__(self, klist, column, label='', value_format='%s', font_desc=None):
Constructor.
@param klist:        list to follow
@type klist:         kiwi.ui.objectlist.ObjectList
@param column:       name of a column in a klist
@type column:        string
@param label:        label
@type label:         string
@param value_format: format string used to format value
@type value_format:  string
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
API Documentation for Kiwi, generated by pydoctor at 2019-08-08 02:24:42.