Handbook
Glossary
gtk_tree_view_enable_model_drag_dest ( tree_view targets n_targets actions -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
targets
an
object
n_targets
an
object
actions
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk2.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_view_enable_model_drag_dest
( GtkTreeView* tree_view, GtkTargetEntry* targets,
gint
n_targets,
GdkDragAction
actions )