Gtk.Container.prototype.get_focus_vadjustment

function get_focus_vadjustment():Gtk.Adjustment {
    // Gjs wrapper for gtk_container_get_focus_vadjustment()
}

Retrieves the vertical focus adjustment for the container. See Gtk.set_focus_vadjustment.

Returns

the vertical focus adjustment, or null if none has been set.