| Import line: | Gtk = imports.gi.Gtk; |
| GIR File: | Gtk-3.0.gir |
| C documentation: | GtkScrollablePolicy |
| Enum : | ScrollablePolicy |
| Properties | |
|---|---|
|
guint32 Gtk.ScrollablePolicy.MINIMUM : 0
|
|
|
guint32 Gtk.ScrollablePolicy.NATURAL : 1
|
|
| None |
| None |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
Gtk.Scrollable
Property |
hscroll_policy : Gtk.ScrollablePolicy
Determines whether horizontal scrolling should start once the scrollable
widget is allocated less than its minimum width or less than its natural width. |
|
Gtk.Scrollable
Property |
vscroll_policy : Gtk.ScrollablePolicy
Determines whether vertical scrolling should start once the scrollable
widget is allocated less than its minimum height or less than its natural height. |
|
Gtk.Scrollable
Method |
get_hscroll_policy
()
:
Gtk.ScrollablePolicy
Gets the horizontal GtkScrollablePolicy.
|
|
Gtk.Scrollable
Method |
get_vscroll_policy
()
:
Gtk.ScrollablePolicy
Gets the vertical GtkScrollablePolicy.
|
|
Gtk.Scrollable
Method |
set_hscroll_policy
(ScrollablePolicy policy)
:
none
Sets the GtkScrollablePolicy to determine whether
horizontal scrolling should start below the minimum width or below the natural width. |
|
Gtk.Scrollable
Method |
set_vscroll_policy
(ScrollablePolicy policy)
:
none
Sets the GtkScrollablePolicy to determine whether
vertical scrolling should start below the minimum height or below the natural height. |