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
hscrollbarPolicy | location to store the policy for the horizontal scrollbar, or null |
vscrollbarPolicy | location to store the policy for the vertical scrollbar, or null |