Handbook
Glossary
gtk_tree_selection_set_select_function ( tree_selection func data destroy -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_selection
an
object
func
an
object
data
an
object
destroy
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_selection_set_select_function
( GtkTreeSelection* tree_selection,
GtkTreeSelectionFunc
func,
gpointer
data,
GDestroyNotify
destroy )