summaryrefslogtreecommitdiff
path: root/LibGUI/GStyle.h
AgeCommit message (Collapse)Author
2019-03-04LibGUI: Improve GStatusBar and GToolBar and share some code via GStyle.Andreas Kling
2019-02-20LibGUI: Support different button styles.Andreas Kling
I want to try an MS Office 97 "CoolBar" inspired look for my toolbars. This is only the painting support, we still need hover events to implement the actual effect.
2019-02-10LibGUI: Share code for widget rendering styles in a GStyle class.Andreas Kling
Since GScrollBar wants its internal buttons to look like GButtons, let's share the painting code between them.