summaryrefslogtreecommitdiff
path: root/src/gui/fpg_scrollbar.pas
AgeCommit message (Collapse)Author
2010-10-04Published Align property for all widgets.Graeme Geldenhuys
2010-08-30disable scrollbar buttons when parent is disabled tooJean-Marc Levecque
2010-08-19Scrollbars now have disabled arrow button state at Min or Max values.Graeme Geldenhuys
Thanks to Jean-Marc Levecque for the idea.
2010-06-11Scrollbar: New convenience functions added.Graeme Geldenhuys
These functions set a new scrollbar position and fires the OnScroll event.
2010-05-31Scrollbar: When resized it now triggers a recalc of slidersize.Graeme Geldenhuys
2010-05-31Scrollbar: replaced magic numbers with a constant.Graeme Geldenhuys
2010-05-28Scrollbar: All painting is now done from inside HandlePaintGraeme Geldenhuys
This is now safer and more consistent with all other fpGUI components.
2010-02-26Update copyright notice in all units.Graeme Geldenhuys
2009-10-12Scrollbars: reverse d1e205cfb commit.Graeme Geldenhuys
ScrollBars are a special case and require BeginDraw & EndDraw inside the HandlePaint event because the component also does drawing from outside the HandlePaint event. eg: When draging the scrollbar button around.
2009-10-09Removed redundant BeginDraw..EndDraw calls in ScrollBar painting.Graeme Geldenhuys
Signed-off-by: Graeme Geldenhuys <graeme@mastermaths.co.za>
2008-09-27* Phase 2 of the unit rename is complete. The gui units have now been renamed.graemeg
* UI Designer has been updated to reflect the new gui unit names.