From bafd3fd3d792b530d39d3af06e087dc63d2a25a2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 1 Jan 2023 21:53:07 +0100 Subject: Add Fl_Scheme_Choice widget and use it in test programs 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("...") --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c6a6cec63..cbba4076d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -77,6 +77,7 @@ CPPFILES = \ Fl_Round_Button.cxx \ Fl_Screen_Driver.cxx \ Fl_Scheme.cxx \ + Fl_Scheme_Choice.cxx \ Fl_Scroll.cxx \ Fl_Scrollbar.cxx \ Fl_Shared_Image.cxx \ -- cgit v1.2.3