Handbook
Glossary
gtk_table_get_size ( table rows columns -- )
Vocabulary
gtk3
.
ffi
Inputs
table
an
object
rows
an
object
columns
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_table_get_size
( GtkTable* table, guint* rows, guint* columns )