From 49e0997c9dff2b2f0852cae58e0157b22d668798 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 18 Jan 2007 15:37:25 +0000 Subject: 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 --- test/mandelbrot_ui.fl | 13 ++++++------- 1 file 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 } -- cgit v1.2.3