mirror of https://github.com/fltk/fltk
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
This commit is contained in:
parent
d029ff2f16
commit
49e0997c9d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue