Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkScrollType |
Enum : | ScrollType |
Properties | |
---|---|
guint32 Gtk.ScrollType.END : 15
|
|
guint32 Gtk.ScrollType.JUMP : 1
|
|
guint32 Gtk.ScrollType.NONE : 0
|
|
guint32 Gtk.ScrollType.PAGE_BACKWARD : 4
|
|
guint32 Gtk.ScrollType.PAGE_DOWN : 9
|
|
guint32 Gtk.ScrollType.PAGE_FORWARD : 5
|
|
guint32 Gtk.ScrollType.PAGE_LEFT : 12
|
|
guint32 Gtk.ScrollType.PAGE_RIGHT : 13
|
|
guint32 Gtk.ScrollType.PAGE_UP : 8
|
|
guint32 Gtk.ScrollType.START : 14
|
|
guint32 Gtk.ScrollType.STEP_BACKWARD : 2
|
|
guint32 Gtk.ScrollType.STEP_DOWN : 7
|
|
guint32 Gtk.ScrollType.STEP_FORWARD : 3
|
|
guint32 Gtk.ScrollType.STEP_LEFT : 10
|
|
guint32 Gtk.ScrollType.STEP_RIGHT : 11
|
|
guint32 Gtk.ScrollType.STEP_UP : 6
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
EvinceView.View
Signal |
|
EvinceView.View
Method |
scroll
(ScrollType scroll, gboolean horizontal)
:
none
|
EvinceView.ViewPresentation
Signal |
change_page
(ViewPresentation self, ScrollType object)
:
none
|
Gtk.ComboBox
Signal |
move_active
(ComboBox self, ScrollType scroll_type)
:
none
The ::move-active signal is a
keybinding signal which gets emitted to move the active selection. |
Gtk.Menu
Signal |
move_scroll
(Menu self, ScrollType scroll_type)
:
none
|
Gtk.Paned
Signal |
The ::move-handle signal is a
keybinding signal which gets emitted to move the handle when the user is using key bindings to move it. |
Gtk.Range
Signal |
The GtkRange::change-value signal is emitted when a scroll action is
performed on a range. |
Gtk.Range
Signal |
move_slider
(Range self, ScrollType step)
:
none
Virtual function that moves the slider.
|
Gtk.ScrolledWindow
Signal |
The ::scroll-child signal is a
keybinding signal which gets emitted when a keybinding that scrolls is pressed. |
Gtk.SpinButton
Signal |
change_value
(SpinButton self, ScrollType object)
:
none
|