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