gtk_table_attach ( table child left_attach right_attach top_attach bottom_attach xoptions yoptions xpadding ypadding -- )


Vocabulary
gtk2.ffi

Inputs
tablean object
childan object
left_attachan object
right_attachan object
top_attachan object
bottom_attachan object
xoptionsan object
yoptionsan object
xpaddingan object
ypaddingan object


Outputs
None

Definition


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 )