Handbook
Glossary
atk_table_set_row_description ( table row description -- )
Vocabulary
atk
.
ffi
Inputs
table
an
object
row
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_row_description
( AtkTable* table,
gint
row, gchar* description )