signal callback delegate or function to connect
void callback(gtk.types.MovementStep step, int count, bool extendSelection, gtk.entry.Entry entry)
step the granularity of the move, as a #GtkMovementStep (optional)
count the number of step units to move (optional)
extendSelection true if the move should extend the selection (optional)
entry the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to MoveCursor signal.
The ::move-cursor signal is a [keybinding signal]GtkBindingSignal which gets emitted when the user initiates a cursor movement. If the cursor is not visible in entry, this signal causes the viewport to be moved instead.
Applications should not connect to it, but may emit it with gobject.global.signalEmitByName if they need to control the cursor programmatically.
The default bindings for this signal come in two variants, the variant with the Shift modifier extends the selection, the variant without the Shift modifer does not. There are too many key combinations to list them all here.