diff options
| author | Greg Ercolano <erco@seriss.com> | 2009-04-21 09:09:37 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2009-04-21 09:09:37 +0000 |
| commit | b475babf172ec6702af57f514c6fc28bd43159da (patch) | |
| tree | 115b0aa1a977a8496552c2b16161f96573e350a9 /test/mandelbrot_ui.fl | |
| parent | 03ec459eb03b18c4792c9edc5f8e585653c276e9 (diff) | |
Most test demos converted to use Fl_Double_Window
to prevent flicker when new users run test/demo programs.
For details, see fltk.development thread started 04/16/09,
"Subject: browser demo flicker".
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6772 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/mandelbrot_ui.fl')
| -rw-r--r-- | test/mandelbrot_ui.fl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index bb7afe815..075819b57 100644 --- a/test/mandelbrot_ui.fl +++ b/test/mandelbrot_ui.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0108 +version 1.0300 header_name {.h} code_name {.cxx} decl {\#include "mandelbrot.h"} {public @@ -12,7 +12,7 @@ class Drawing_Window {open Function {make_window()} {open return_type void } { Fl_Window window {open selected - xywh {178 479 450 520} type Single resizable + xywh {178 479 450 520} type Double resizable code0 {o->size_range(220,220);} visible } { Fl_Box d { |
