From 51d67574ecae4a7e898a854b23b79be59197cc4e Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Aug 2006 09:49:43 +0000 Subject: 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 --- test/CubeViewUI.fl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/CubeViewUI.fl') 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 } -- cgit v1.2.3