Class Gtk::TreeIter
In: lib/json/editor.rb
Parent: Object

The Gtk::TreeIter class is reopened and some auxiliary methods are added.

Methods

Included Modules

Enumerable

Public Instance methods

Returns the content of this node.

Sets the content of this node to value.

Traverse each of this Gtk::TreeIter instance‘s children and yield to them.

Recursively traverse all nodes of this Gtk::TreeIter‘s subtree (including self) and yield to them.

Remove the subtree of this Gtk::TreeIter instance from the model model.

Returns the type of this node.

Sets the type of this node to value. This implies setting the respective icon accordingly.

[Validate]