Handbook
Glossary
gtk_table_attach ( table child left_attach right_attach top_attach bottom_attach xoptions yoptions xpadding ypadding -- )
Vocabulary
gtk2
.
ffi
Inputs
table
an
object
child
an
object
left_attach
an
object
right_attach
an
object
top_attach
an
object
bottom_attach
an
object
xoptions
an
object
yoptions
an
object
xpadding
an
object
ypadding
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_table_attach
( GtkTable* table, GtkWidget* child,
guint
left_attach,
guint
right_attach,
guint
top_attach,
guint
bottom_attach,
GtkAttachOptions
xoptions,
GtkAttachOptions
yoptions,
guint
xpadding,
guint
ypadding )