Gtk.TreeView.prototype.get_hadjustment

function get_hadjustment():Gtk.Adjustment {
    // Gjs wrapper for gtk_tree_view_get_hadjustment()
}

Gets the Gtk.Adjustment currently being used for the horizontal aspect.

Returns

A Gtk.Adjustment object, or null if none is currently being used.