Source position: gtktable.pp line 31
type TGtkTableChild = record
widget: PGtkWidget;
left_attach: guint16;
right_attach: guint16;
top_attach: guint16;
bottom_attach: guint16;
xpadding: guint16;
ypadding: guint16;
flag0: Word;
end;