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