TreeView.addOnMoveCursor

The move-cursor signal is a [keybinding signal]GtkBindingSignal which gets emitted when the user presses one of the cursor keys.

Applications should not connect to it, but may emit it with g_signal_emit_by_name() if they need to control the cursor programmatically. In contrast to TreeView.setCursor and TreeView.setCursorOnCell when moving horizontally move-cursor does not reset the current selection.

class TreeView
gulong
addOnMoveCursor
(
bool delegate
(
GtkMovementStep
,
int
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)

Return Value

Type: gulong

TRUE if step is supported, FALSE otherwise.