summaryrefslogtreecommitdiff
path: root/src/Fl_Scheme_Choice.cxx
AgeCommit message (Collapse)Author
2 dayswi[maxim nikonov
2023-01-12Add Fl_Scheme_Choice widget and use it in test programsAlbrecht Schlosser
This widget offers the selection of all known FLTK schemes as a simple widget based on Fl_Choice. Some test and demo programs use Fl_Scheme_Choice to enable the developer or user to switch schemes quickly for comparison. Todo: - add features to add new schemes during runtime (partially done) - update status when the scheme is changed by Fl::scheme("...")