set_policy


Description:

public void set_policy (PolicyType hscrollbar_policy, PolicyType vscrollbar_policy)

Sets the scrollbar policy for the horizontal and vertical scrollbars.

The policy determines when the scrollbar should appear; it is a value from the [enum@Gtk.PolicyType] enumeration. If gtk_policy_always, the scrollbar is always present; if gtk_policy_never, the scrollbar is never present; if gtk_policy_automatic, the scrollbar is present only if needed (that is, if the slider part of the bar would be smaller than the trough — the display is larger than the page size).

Parameters:

this

a `GtkScrolledWindow`

hscrollbar_policy

policy for horizontal bar

vscrollbar_policy

policy for vertical bar