c
Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkScrollable |
Interface : | Scrollable |
Implementations: | Gcr.ListSelector, Gcr.TreeSelector, Gtk.IconView, Gtk.Layout, Gtk.TextView, Gtk.ToolPalette, Gtk.TreeView, Gtk.Viewport |
Properties | Defined By | |
---|---|---|
hadjustment : Gtk.Adjustment
|
Gtk.Scrollable | |
hscroll_policy : Gtk.ScrollablePolicy
|
Gtk.Scrollable | |
vadjustment : Gtk.Adjustment
|
Gtk.Scrollable | |
vscroll_policy : Gtk.ScrollablePolicy
|
Gtk.Scrollable |
Method / Constructor | Defined By | |
---|---|---|
get_hadjustment
()
:
Gtk.Adjustment
|
Gtk.Scrollable | |
get_hscroll_policy
()
:
Gtk.ScrollablePolicy
|
Gtk.Scrollable | |
get_vadjustment
()
:
Gtk.Adjustment
|
Gtk.Scrollable | |
get_vscroll_policy
()
:
Gtk.ScrollablePolicy
|
Gtk.Scrollable | |
set_hadjustment
(Adjustment hadjustment)
:
none
|
Gtk.Scrollable | |
set_hscroll_policy
(ScrollablePolicy policy)
:
none
|
Gtk.Scrollable | |
set_vadjustment
(Adjustment vadjustment)
:
none
|
Gtk.Scrollable | |
set_vscroll_policy
(ScrollablePolicy policy)
:
none
|
Gtk.Scrollable |
None |