summaryrefslogtreecommitdiff
path: root/src/gui/fpg_scrollframe.pas
AgeCommit message (Collapse)Author
2014-07-10scrollframe: code formatting and design time paintingGraeme Geldenhuys
2014-07-10Tweak so the TfpgScrollFrame can play nicer with the UI Designer.Graeme Geldenhuys
Basically it allows us to set the Content Frame after the ScrollFrame was created.
2014-06-23Added the standard copyright notice to the new unit.Graeme Geldenhuys
2013-05-28Scroll-frame: fixed a couple bugs with RecalcFrameSizeDavid Laurence Emerson
2013-05-28Scroll-frame: mousewheel scrolling working completely now. Scrolling within ↵David Laurence Emerson
the VisibleArea but outside the ContentFrame was not passing scroll events to the ParentScrollFrame.
2013-05-28Scroll-Frame: mousewheel scrolling is working, but only when both scrollbars ↵David Laurence Emerson
are visible
2013-05-27renamed FScrollFrame (bad name) to FVisibleAreaDavid Laurence Emerson
2013-05-27Scroll-Frame!David Laurence Emerson