Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Creates a new
|
Gets the number of imaginary rows in a null store. This is a convenience function, the same information can be obtained with gtk_tree_model_iter_n_children().
|
Sets the number of imaginary rows in a null store. If the new number of rows is larger than the current one, rows will be sequentially and virtually appended to the end of the store until the requested number of rows is reached. Similarly, if the new number of rows is smaller then the current one, rows will be sequentially and virtually deleted from the end of the store until the requested number of rows is reached. Note for radical changes it is usually more useful to disconnect the model from its view(s), change the number of rows, and then reconnect.
|
Gets the model pointer of a null store.
|
Sets the model pointer of a null store. While the virtual integers in The store itself does not interpret nor access the attached data by any means. No signals are emitted in response to the model pointer change either, particularly because it is expected to be set only once upon creation (null stores are cheap). You are free to keep the model pointer at
|
Emits "GtkTreeModel::row-changed" signal on a null store. This is a convenience method, with a bit more work the same effect can be achieved with gtk_tree_model_row_changed().
|
Emits "GtkTreeModel::row-changed" signal on a block of rows in a null store. This is a convenience method, with a bit more work the same effect can be achieved with gtk_tree_model_row_changed(). It is possible to pass
Since: 2.62 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |