Handbook
Glossary
gtk_tree_view_set_tooltip_cell ( tree_view tooltip path column cell -- )
Vocabulary
gtk2
.
ffi
Inputs
tree_view
an
object
tooltip
an
object
path
an
object
column
an
object
cell
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_tree_view_set_tooltip_cell
( GtkTreeView* tree_view, GtkTooltip* tooltip, GtkTreePath*
path, GtkTreeViewColumn* column, GtkCellRenderer* cell )