Gtk.TreeView.prototype.set_enable_tree_lines
function set_enable_tree_lines(enabled:Boolean):void { // Gjs wrapper for gtk_tree_view_set_enable_tree_lines() }
Sets whether to draw lines interconnecting the expanders in tree_view. This does not have any visible effects for lists.
Since 2.10
- enabled
true to enable tree line drawing, false otherwise.