diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-01-18 15:37:25 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-01-18 15:37:25 +0000 |
| commit | 49e0997c9dff2b2f0852cae58e0157b22d668798 (patch) | |
| tree | dace3953a232651e8d14fe23c25d88dbb0f5507e /test/mandelbrot_ui.fl | |
| parent | d029ff2f160cae1a365a37bd3d203c898e8b140e (diff) | |
mandelbrot demo uses single buffering. Doublebuffering needs to be done differently in this particular case.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5616 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/mandelbrot_ui.fl')
| -rw-r--r-- | test/mandelbrot_ui.fl | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index e4a9e7f5a..bb7afe815 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 } |
