Source position: gtkclist.pp line 141
type TGtkCListRow = record
cell: PGtkCell;
state: TGtkStateType;
foreground: TGdkColor;
background: TGdkColor;
style: PGtkStyle;
data: gpointer;
destroy: TGtkDestroyNotify;
flag0: Word;
end;