Handbook
Glossary
gtk_table_resize ( table rows columns -- )
Vocabulary
gtk2
.
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:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_table_resize
( GtkTable* table,
guint
rows,
guint
columns )