Source position: gtkwscontrols.pp line 128
type TBaseScrollingWinControlData = record
HValue: Integer;
HScroll: PGTKWidget;
VValue: Integer;
VScroll: PGTKWidget;
end;