Gtk.TreeModelIface - Interface Structures - Gtk 3.0 (original) (raw)
Fields¶
Name | Type | Access | Description |
---|---|---|---|
g_iface | GObject.TypeInterface | r | |
get_column_type | object | r | Get the type of the column. |
get_flags | object | r | Get Gtk.TreeModelFlags supported by this interface. |
get_iter | object | r | Sets iter to a valid iterator pointing to path. |
get_n_columns | object | r | Get the number of columns supported by the model. |
get_path | object | r | Gets a newly-created Gtk.TreePath referenced by iter. |
get_value | object | r | Initializes and sets value to that at column. |
iter_children | object | r | Sets iter to point to the first child of parent. |
iter_has_child | object | r | True if iter has children, False otherwise. |
iter_n_children | object | r | Gets the number of children that iter has. |
iter_next | object | r | Sets iter to point to the node following it at the current level. |
iter_nth_child | object | r | Sets iter to be the child of parent, using the given index. |
iter_parent | object | r | Sets iter to be the parent of child. |
iter_previous | object | r | Sets iter to point to the previous node at the current level. |
ref_node | object | r | Lets the tree ref the node. |
row_changed | object | r | Signal emitted when a row in the model has changed. |
row_deleted | object | r | Signal emitted when a row has been deleted. |
row_has_child_toggled | object | r | Signal emitted when a row has gotten the first child row or lost its last child row. |
row_inserted | object | r | Signal emitted when a new row has been inserted in the model. |
rows_reordered | object | r | Signal emitted when the children of a node in the Gtk.TreeModel have been reordered. |
unref_node | object | r | Lets the tree unref the node. |
Methods¶
None
Details¶
class Gtk.TreeModelIface¶