diff options
Diffstat (limited to 'test/CubeViewUI.fl')
| -rw-r--r-- | test/CubeViewUI.fl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl index 42d97463a..29730c674 100644 --- a/test/CubeViewUI.fl +++ b/test/CubeViewUI.fl @@ -2,13 +2,18 @@ version 1.0400 header_name {.h} code_name {.cxx} +snap { + ver 1 + current_suite FLTK + current_preset 1 +} class CubeViewUI {open } { Function {CubeViewUI()} {open } { Fl_Window mainWindow { label CubeView open - private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 hide resizable + private xywh {494 321 415 405} type Double box UP_BOX labelsize 12 resizable visible } { Fl_Group {} {open xywh {5 3 374 399} @@ -42,18 +47,15 @@ cube->redraw();} Fl_Roller hrot { label {H Rotation} callback {cube->h_angle(((Fl_Roller *)o)->value()); -cube->redraw();} +cube->redraw();} selected xywh {122 383 186 17} type Horizontal labeltype NO_LABEL labelsize 12 align 8 minimum -180 maximum 180 step 1 } } Fl_Group MainView {open - xywh {46 27 333 333} resizable + xywh {46 27 333 333} box DOWN_BOX resizable } { - Fl_Box cframe { - 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 resizable code0 {\#include "CubeView.h"} class CubeView |
