mirror of
https://github.com/fltk/fltk.git
synced 2026-05-29 04:26:27 +08:00
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:
@@ -1,8 +1,7 @@
|
|||||||
# data file for the Fltk User Interface Designer (fluid)
|
# data file for the Fltk User Interface Designer (fluid)
|
||||||
version 0.99
|
version 1.0108
|
||||||
gridx 10
|
header_name {.h}
|
||||||
gridy 10
|
code_name {.cxx}
|
||||||
snap 3
|
|
||||||
decl {\#include "mandelbrot.h"} {public
|
decl {\#include "mandelbrot.h"} {public
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -12,12 +11,12 @@ class Drawing_Window {open
|
|||||||
} {
|
} {
|
||||||
Function {make_window()} {open return_type void
|
Function {make_window()} {open return_type void
|
||||||
} {
|
} {
|
||||||
Fl_Window window {open
|
Fl_Window window {open selected
|
||||||
xywh {178 479 450 520} resizable
|
xywh {178 479 450 520} type Single resizable
|
||||||
code0 {o->size_range(220,220);} visible
|
code0 {o->size_range(220,220);} visible
|
||||||
} {
|
} {
|
||||||
Fl_Box d {
|
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
|
xywh {20 80 410 430} box DOWN_BOX color 0 selection_color 47 resizable
|
||||||
class Drawing_Area
|
class Drawing_Area
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user