Handbook
Glossary
gtk_tree_view_set_cursor_on_cell ( tree_view path focus_column focus_cell start_editing -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
path
an
object
focus_column
an
object
focus_cell
an
object
start_editing
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_view_set_cursor_on_cell
( GtkTreeView* tree_view, GtkTreePath* path,
GtkTreeViewColumn* focus_column, GtkCellRenderer*
focus_cell,
gboolean
start_editing )