Handbook
Glossary
gtk_table_resize ( 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_resize
( GtkTable* table,
guint
rows,
guint
columns )