diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:22:00 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-12-07 13:22:00 +0000 |
| commit | 88559817dda7e6dc2a4904b006182869ad80d38e (patch) | |
| tree | 5502503684debb9d705dc81d0f917ceae676dd0c /test | |
| parent | e449a77e75546b6b1a9ed42a079ab0961b7a3142 (diff) | |
Updated Fluid files for new extensions.
git-svn-id: file:///fltk/svn/fltk/trunk@138 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/inactive.fl | 2 | ||||
| -rw-r--r-- | test/mandelbrot_ui.fl | 4 | ||||
| -rw-r--r-- | test/valuators.fl | 2 |
3 files changed, 1 insertions, 7 deletions
diff --git a/test/inactive.fl b/test/inactive.fl index 0335158a8..4713fc97f 100644 --- a/test/inactive.fl +++ b/test/inactive.fl @@ -1,7 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) version 0.99 -header_name {.H} -code_name {.C} gridx 5 gridy 5 snap 3 diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index 2ab021f01..e4a9e7f5a 100644 --- a/test/mandelbrot_ui.fl +++ b/test/mandelbrot_ui.fl @@ -1,11 +1,9 @@ # data file for the Fltk User Interface Designer (fluid) version 0.99 -header_name {.H} -code_name {.C} gridx 10 gridy 10 snap 3 -decl {\#include "mandelbrot.H"} {public +decl {\#include "mandelbrot.h"} {public } decl {\#include <stdlib.h>} {} diff --git a/test/valuators.fl b/test/valuators.fl index 8aca64f4e..f84809065 100644 --- a/test/valuators.fl +++ b/test/valuators.fl @@ -1,7 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) version 0.99 -header_name {.H} -code_name {.C} gridx 5 gridy 5 snap 3 |
