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