known subclasses: kiwi.ui.objectlist.SequentialColumn, kiwi.ui.objectlist.ColoredColumn
Specifies a column for an ObjectList, see the ObjectList documentation for a simple example.
| Function | __init__ | Creates a new Column, which describes how a column in a |
| Function | __repr__ | Undocumented |
| Function | prop_set_data_type | Undocumented |
| Function | attach | Undocumented |
| Function | _guess_renderer_for_type | Gusses which CellRenderer we should use for a given type. |
| Function | _cell_data_text_func | To render the data of a cell renderer text |
| Function | _cell_data_pixbuf_func | To render the data of a cell renderer pixbuf |
| Function | _cell_data_combo_func | Undocumented |
| Function | _cell_data_spin_func | To render the data of a cell renderer spin |
| Function | _on_renderer__toggled | Undocumented |
| Function | _on_renderer_toggle_check__toggled | Undocumented |
| Function | _on_renderer_toggle_radio__toggled | Undocumented |
| Function | _on_renderer_text__edited | Undocumented |
| Function | _on_renderer_spin__edited | Undocumented |
| Function | _on_renderer_combo__edited | Undocumented |
| Function | _on_renderer__edited | Undocumented |
| Function | as_string | Undocumented |
| Function | set_spinbutton_precision_digits | Set the number of precision digits to be shown in the |
Creates a new Column, which describes how a column in a ObjectList should be rendered.
Gusses which CellRenderer we should use for a given type. It also set the property of the renderer that depends on the model, in the renderer.
To render the data of a cell renderer text
To render the data of a cell renderer pixbuf
To render the data of a cell renderer spin
Set the number of precision digits to be shown in the spinbutton.