Handbook
Glossary
atk_table_set_column_description ( table column description -- )
Vocabulary
atk
.
ffi
Inputs
table
an
object
column
an
object
description
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
atk.ffi
LIBRARY:
atk
FUNCTION:
void
atk_table_set_column_description
( AtkTable* table,
gint
column, gchar* description )