Sets our main struct and passes it to the parent class.
Creates a dynamically allocated tree iterator as a copy of @iter.
Frees an iterator that has been allocated by gtk_tree_iter_copy().
the main Gtk struct as a void*
Get the main Gtk struct
the main Gtk struct
The #GtkTreeIter is the primary structure for accessing a #GtkTreeModel. Models are expected to put a unique integer in the @stamp member, and put model-specific data in the three @user_data members.