TreeView.setEnableTreeLines
void setEnableTreeLines(bool enabled)Sets whether to draw lines interconnecting the expanders in tree_view. This does not have any visible effects for lists.
Parameters
enabled | true to enable tree line drawing, false otherwise. |
Deprecated
Use [gtk.list_view.ListView] or [gtk.column_view.ColumnView] instead