signal callback delegate or function to connect
bool callback(gtk.types.MovementStep step, int count, bool extend, bool modify, gtk.icon_view.IconView iconView)
step the granularity of the move, as a gtk.types.MovementStep (optional)
count the number of step units to move (optional)
extend whether to extend the selection (optional)
modify whether to modify the selection (optional)
iconView the instance the signal is connected to (optional)
Returns
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]gtk.signal_action.SignalAction which gets emitted when the user initiates a cursor movement.
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 include
All of these will extend the selection when combined with the Shift modifier.