Gtk.TreePath.prototype.append_index
function append_index(index_:Number):void { // Gjs wrapper for gtk_tree_path_append_index() }
Appends a new index to a path.
As a result, the depth of the path is increased.
- index_
the index
function append_index(index_:Number):void { // Gjs wrapper for gtk_tree_path_append_index() }
Appends a new index to a path.
As a result, the depth of the path is increased.
the index