Method
Gtk.ScrolledWindow.get_policy
Declaration [src]
void
gtk_scrolled_window_get_policy (
  GtkScrolledWindow* scrolled_window,
  GtkPolicyType* hscrollbar_policy,
  GtkPolicyType* vscrollbar_policy
)
Parameters
| hscrollbar_policy | GtkPolicyType | 
| location to store the policy
    for the horizontal scrollbar, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee | |
| vscrollbar_policy | GtkPolicyType | 
| location to store the policy
    for the vertical scrollbar, or  | |
| Direction: out | |
| Ownership of the data is transferred to the callee |