summaryrefslogtreecommitdiff
path: root/test/mandelbrot_ui.fl
diff options
context:
space:
mode:
Diffstat (limited to 'test/mandelbrot_ui.fl')
-rw-r--r--test/mandelbrot_ui.fl13
1 files changed, 6 insertions, 7 deletions
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl
index e4a9e7f..bb7afe8 100644
--- a/test/mandelbrot_ui.fl
+++ b/test/mandelbrot_ui.fl
@@ -1,8 +1,7 @@
# data file for the Fltk User Interface Designer (fluid)
-version 0.99
-gridx 10
-gridy 10
-snap 3
+version 1.0108
+header_name {.h}
+code_name {.cxx}
decl {\#include "mandelbrot.h"} {public
}
@@ -12,12 +11,12 @@ class Drawing_Window {open
} {
Function {make_window()} {open return_type void
} {
- Fl_Window window {open
- xywh {178 479 450 520} resizable
+ Fl_Window window {open selected
+ xywh {178 479 450 520} type Single resizable
code0 {o->size_range(220,220);} visible
} {
Fl_Box d {
- user_data this user_data_type {void*} selected
+ user_data this user_data_type {void*}
xywh {20 80 410 430} box DOWN_BOX color 0 selection_color 47 resizable
class Drawing_Area
}