diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-16 22:11:33 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-10-16 22:18:24 +0200 |
| commit | 38871c5b3192bccd508f3686413d4e56041ab091 (patch) | |
| tree | 26db3ef4a73e93f23a1d1bcb037652aafc26dbed /src/makedepend | |
| parent | e7b790ae31b3c5d5e819f35f5fa8bd3619f7103f (diff) | |
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
Diffstat (limited to 'src/makedepend')
| -rw-r--r-- | src/makedepend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/makedepend b/src/makedepend index 9bd465409..0f973b847 100644 --- a/src/makedepend +++ b/src/makedepend @@ -2238,6 +2238,11 @@ Fl_Graphics_Driver.o: ../FL/platform.H Fl_Graphics_Driver.o: ../FL/platform_types.h Fl_Graphics_Driver.o: ../FL/x11.H Fl_Graphics_Driver.o: Fl_Screen_Driver.H +Fl_Grid.o: ../FL/fl_draw.H +Fl_Grid.o: ../FL/Fl_Grid.H +Fl_Grid.o: ../FL/Fl_Group.H +Fl_Grid.o: ../FL/Fl_Rect.H +Fl_Grid.o: ../FL/Fl_Widget.H Fl_Group.o: ../FL/Enumerations.H Fl_Group.o: ../FL/Fl.H Fl_Group.o: ../FL/fl_attr.h |
