Use double-buffered window for CubeView...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2601 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
fc6b029e21
commit
ad29f94f86
@ -7,8 +7,8 @@ class CubeViewUI {open
|
||||
Function {CubeViewUI()} {open
|
||||
} {
|
||||
Fl_Window mainWindow {
|
||||
label CubeView open
|
||||
private xywh {428 124 415 405} box UP_BOX labelsize 12 resizable visible
|
||||
label CubeView open selected
|
||||
private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 resizable visible
|
||||
} {
|
||||
Fl_Group {} {open
|
||||
xywh {5 3 374 399}
|
||||
@ -53,7 +53,7 @@ cube->redraw();}
|
||||
xywh {46 27 333 333} box DOWN_FRAME color 4 selection_color 69
|
||||
}
|
||||
Fl_Box cube {
|
||||
label {This is the cube_view} selected
|
||||
label {This is the cube_view}
|
||||
xywh {48 29 329 329} align 16
|
||||
code0 {\#include "CubeView.h"}
|
||||
class CubeView
|
||||
|
Loading…
Reference in New Issue
Block a user