diff options
| author | Duncan Gibson <engelsman@users.noreply.github.com> | 2020-11-24 01:07:37 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-08 16:18:58 +0100 |
| commit | 7407d9c8d008ca4e97de454a92bba9290696f25e (patch) | |
| tree | ccf415e2ac1ce0123abb7b5922149abac87b4678 /test/makedepend | |
| parent | 76a3ded5491c3cbc31f921ddbc9d2afa4257940a (diff) | |
Add new resize example to test and dox (PR #165)
add example(s) showing Albrecht's innovative overlap resizable
technique to the "How does resizing work?" documentation and tests
See "resizable question" original discussion thread under:
https://www.fltk.org/newsgroups.php?gfltk.general+v:39635
Diffstat (limited to 'test/makedepend')
| -rw-r--r-- | test/makedepend | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/test/makedepend b/test/makedepend index 0a24d8603..3eac520e7 100644 --- a/test/makedepend +++ b/test/makedepend @@ -1794,6 +1794,51 @@ resize-example4b.o: ../FL/Fl_Widget.H resize-example4b.o: ../FL/Fl_Window.H resize-example4b.o: ../FL/platform_types.h resize-example4b.o: resize-arrows.h +resize-example5a.o: ../FL/abi-version.h +resize-example5a.o: ../FL/Enumerations.H +resize-example5a.o: ../FL/Fl.H +resize-example5a.o: ../FL/Fl_Bitmap.H +resize-example5a.o: ../FL/Fl_Box.H +resize-example5a.o: ../FL/Fl_Double_Window.H +resize-example5a.o: ../FL/Fl_Export.H +resize-example5a.o: ../FL/Fl_Group.H +resize-example5a.o: ../FL/Fl_Image.H +resize-example5a.o: ../FL/fl_types.h +resize-example5a.o: ../FL/fl_utf8.h +resize-example5a.o: ../FL/Fl_Widget.H +resize-example5a.o: ../FL/Fl_Window.H +resize-example5a.o: ../FL/platform_types.h +resize-example5a.o: resize-arrows.h +resize-example5b.o: ../FL/abi-version.h +resize-example5b.o: ../FL/Enumerations.H +resize-example5b.o: ../FL/Fl.H +resize-example5b.o: ../FL/Fl_Bitmap.H +resize-example5b.o: ../FL/Fl_Box.H +resize-example5b.o: ../FL/Fl_Double_Window.H +resize-example5b.o: ../FL/Fl_Export.H +resize-example5b.o: ../FL/Fl_Group.H +resize-example5b.o: ../FL/Fl_Image.H +resize-example5b.o: ../FL/fl_types.h +resize-example5b.o: ../FL/fl_utf8.h +resize-example5b.o: ../FL/Fl_Widget.H +resize-example5b.o: ../FL/Fl_Window.H +resize-example5b.o: ../FL/platform_types.h +resize-example5b.o: resize-arrows.h +resize-example5c.o: ../FL/abi-version.h +resize-example5c.o: ../FL/Enumerations.H +resize-example5c.o: ../FL/Fl.H +resize-example5c.o: ../FL/Fl_Bitmap.H +resize-example5c.o: ../FL/Fl_Box.H +resize-example5c.o: ../FL/Fl_Double_Window.H +resize-example5c.o: ../FL/Fl_Export.H +resize-example5c.o: ../FL/Fl_Group.H +resize-example5c.o: ../FL/Fl_Image.H +resize-example5c.o: ../FL/fl_types.h +resize-example5c.o: ../FL/fl_utf8.h +resize-example5c.o: ../FL/Fl_Widget.H +resize-example5c.o: ../FL/Fl_Window.H +resize-example5c.o: ../FL/platform_types.h +resize-example5c.o: resize-arrows.h resize.o: ../FL/abi-version.h resize.o: ../FL/Enumerations.H resize.o: ../FL/Fl.H |
