From 38871c5b3192bccd508f3686413d4e56041ab091 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 16 Oct 2023 22:11:33 +0200 Subject: Add Fl_Grid widget and test and demo programs - FL/Fl_Grid.H: header file - src/Fl_Grid.cxx: implementation - examples/grid-simple.cxx: simple example program - test/cube.cxx: use Fl_Grid for layout - test/grid_alignment.cxx: test cell alignment and other functions - test/grid_buttons.cxx: demo program as discussed in fltk.general - test/grid_login.cxx: like test/flex_login.cxx but with Fl_Grid - test/flex_login.cxx: modified to match test/grid_login.cxx --- test/makedepend | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/makedepend') diff --git a/test/makedepend b/test/makedepend index 6d57bc9a2..dfd430bf3 100644 --- a/test/makedepend +++ b/test/makedepend @@ -539,6 +539,7 @@ cube.o: ../FL/fl_config.h cube.o: ../FL/Fl_Device.H cube.o: ../FL/Fl_Export.H cube.o: ../FL/Fl_Gl_Window.H +cube.o: ../FL/Fl_Grid.H cube.o: ../FL/Fl_Group.H cube.o: ../FL/Fl_Image.H cube.o: ../FL/Fl_Light_Button.H @@ -550,6 +551,7 @@ cube.o: ../FL/Fl_Plugin.H cube.o: ../FL/Fl_Preferences.H cube.o: ../FL/Fl_Printer.H cube.o: ../FL/Fl_Radio_Light_Button.H +cube.o: ../FL/Fl_Rect.H cube.o: ../FL/Fl_Slider.H cube.o: ../FL/Fl_String.H cube.o: ../FL/Fl_Sys_Menu_Bar.H -- cgit v1.2.3