Up
_gtkTableAdd
_gtkTableAdd
adds a Widget object in a
Tables
object. A child can be expanded on several "cell".
Prototype : fun [ObjGtkTable * I I I I] ObjGtkTable
ObjGtkTable
: a Tables object (the parent).
*
: a Widget object (the child).
I
: the column number to attach the left side of the child widget.
I
: the column number to attach the right side of the child widget.
I
: the row number to attach the top side of the child widget.
I
: the row number to attach the bottom side of the child widget.
Return
ObjGtkTable : the same Tables or nil if an error occurs.
See also
_gtkTableAddEx
to add a child with more parameters
_gtkContainerRemove
to remove a child from a table
Example