diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2006-08-17 09:49:43 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2006-08-17 09:49:43 +0000 |
| commit | 51d67574ecae4a7e898a854b23b79be59197cc4e (patch) | |
| tree | a40de38ebf1471fca6f68181b107eba5719de5c2 /test/CubeViewUI.fl | |
| parent | ef48f007a1a8463abfccb118a6836718d497eb29 (diff) | |
New context_changed() function for OpenGL windows allowing efficient texture loading (str #1372)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5322 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/CubeViewUI.fl')
| -rw-r--r-- | test/CubeViewUI.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl index b742e21bf..da8e196e0 100644 --- a/test/CubeViewUI.fl +++ b/test/CubeViewUI.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0100 +version 1.0108 header_name {.h} code_name {.cxx} class CubeViewUI {open @@ -7,7 +7,7 @@ class CubeViewUI {open Function {CubeViewUI()} {open } { Fl_Window mainWindow { - label CubeView open selected + label CubeView open private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 resizable visible } { Fl_Group {} {open @@ -47,14 +47,14 @@ cube->redraw();} } } Fl_Group MainView {open - xywh {46 27 333 333} + xywh {46 27 333 333} 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} - xywh {48 29 329 329} align 16 + label {This is the cube_view} selected + xywh {48 29 329 329} align 16 resizable code0 {\#include "CubeView.h"} class CubeView } |
