ScrolledWindow.getPolicy

Retrieves the current policy values for the horizontal and vertical scrollbars.

See [method@Gtk.ScrolledWindow.set_policy].

class ScrolledWindow
void
getPolicy

Parameters

hscrollbarPolicy GtkPolicyType

location to store the policy for the horizontal scrollbar, or %NULL

vscrollbarPolicy GtkPolicyType

location to store the policy for the vertical scrollbar, or %NULL

Meta