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