Gtk.TreeView.prototype.get_headers_visible
function get_headers_visible():Boolean {
// Gjs wrapper for gtk_tree_view_get_headers_visible()
}Returns true if the headers on the tree_view are visible.
- Returns
Whether the headers are visible or not.