TreeView.addOnMoveCursor

The #GtkTreeView::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 gtk_tree_view_set_cursor() and gtk_tree_view_set_cursor_on_cell() when moving horizontally #GtkTreeView::move-cursor does not reset the current selection.

class TreeView
gulong
addOnMoveCursor

Return Value

Type: gulong

%TRUE if @step is supported, %FALSE otherwise.

Meta