kiwi.ui.objectlist.ListLabel(gtk.HBox)
class documentationkiwi.ui.objectlist
(View In Hierarchy)
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 |
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