TextView.addOnMoveViewport

The ::move-viewport signal is a [keybinding signal]GtkBindingSignal which can be bound to key combinations to allow the user to move the viewport, i.e. change what part of the text view is visible in a containing scrolled window.

There are no default bindings for this signal.

class TextView
gulong
addOnMoveViewport
(
void delegate
(
GtkScrollStep
,
int
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)