ScrolledWindow.getPolicy

void getPolicy(out gtk.types.PolicyType hscrollbarPolicy, out gtk.types.PolicyType vscrollbarPolicy)

Retrieves the current policy values for the horizontal and vertical scrollbars. See [gtk.scrolled_window.ScrolledWindow.setPolicy].

Parameters

hscrollbarPolicylocation to store the policy for the horizontal scrollbar, or null
vscrollbarPolicylocation to store the policy for the vertical scrollbar, or null