ScrolledWindow.getPolicy

Retrieves the current policy values for the horizontal and vertical scrollbars. See gtk_scrolled_window_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