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. |
Function | set_value | Sets the value of the label. |
Function | get_value_widget | Undocumented |
Function | get_label_widget | Undocumented |
Function | _create_ui | Undocumented |
Function | _resize | Undocumented |
Function | _on_treeview_column_button__size_allocate | Undocumented |
Function | _on_treeview_column__notify_width | Undocumented |
Function | _on_list__size_allocate | Undocumented |
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.