Gtk.TreeView.prototype.get_reorderable
function get_reorderable():Boolean { // Gjs wrapper for gtk_tree_view_get_reorderable() }
Retrieves whether the user can reorder the tree via drag-and-drop. See Gtk.set_reorderable.
- Returns
true if the tree can be reordered.