Handbook
Glossary
gtk_tree_sortable_set_sort_column_id ( tree_sortable sort_column_id order -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_sortable
an
object
sort_column_id
an
object
order
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_sortable_set_sort_column_id
( GtkTreeSortable* tree_sortable,
gint
sort_column_id,
GtkSortType
order )