From aef482198e224822d5f08b7adbb2e59a6a68a1fe Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 5 Oct 2014 00:03:27 +0000 Subject: Bump version numbers to 1.3.3. All fluid .fl files have been rewritten with fluid 1.3.3 and may differ somehow, but there are no significant changes. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10353 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/CubeViewUI.fl | 2 +- test/fast_slow.fl | 9 +++------ test/inactive.fl | 14 +++++++------- test/keyboard_ui.fl | 2 +- test/mandelbrot_ui.fl | 2 +- test/preferences.fl | 4 ++-- test/radio.fl | 2 +- test/resize.fl | 4 ++-- test/tabs.fl | 2 +- test/tree.fl | 4 ++-- test/valuators.fl | 4 ++-- 11 files changed, 23 insertions(+), 26 deletions(-) (limited to 'test') diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl index da8e196e0..899db38a7 100644 --- a/test/CubeViewUI.fl +++ b/test/CubeViewUI.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0108 +version 1.0303 header_name {.h} code_name {.cxx} class CubeViewUI {open diff --git a/test/fast_slow.fl b/test/fast_slow.fl index 63e3762b3..6c534431e 100644 --- a/test/fast_slow.fl +++ b/test/fast_slow.fl @@ -1,14 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.00 +version 1.0303 header_name {.h} -code_name {.cxx} -gridx 10 -gridy 10 -snap 3 +code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {143 188 318 443} resizable visible + xywh {397 202 318 443} type Double resizable visible } { Fl_Slider control { label {move diff --git a/test/inactive.fl b/test/inactive.fl index e8e90377f..cfe016ef5 100644 --- a/test/inactive.fl +++ b/test/inactive.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0107 +version 1.0303 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {379 190 420 369} type Double resizable visible + xywh {390 200 420 369} type Double resizable visible } { Fl_Group the_group { label {activate()/deactivate() called on this Fl_Group} open @@ -62,23 +62,23 @@ Function {} {open } { MenuItem {} { label item - xywh {0 0 100 20} labelsize 14 + xywh {0 0 100 20} } MenuItem {} { label item - xywh {10 10 100 20} labelsize 14 + xywh {10 10 100 20} } MenuItem {} { label item - xywh {20 20 100 20} labelsize 14 + xywh {20 20 100 20} } MenuItem {} { label item - xywh {30 30 100 20} labelsize 14 + xywh {30 30 100 20} } MenuItem {} { label item - xywh {40 40 100 20} labelsize 14 + xywh {40 40 100 20} } } Fl_Value_Output {} { diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl index 4cc78bd1c..3f6bdad7e 100644 --- a/test/keyboard_ui.fl +++ b/test/keyboard_ui.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0300 +version 1.0303 header_name {.h} code_name {.cxx} Function {make_window()} {open diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index 7f206a739..b77c7759b 100644 --- a/test/mandelbrot_ui.fl +++ b/test/mandelbrot_ui.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0302 +version 1.0303 header_name {.h} code_name {.cxx} decl {\#include "mandelbrot.h"} {public local diff --git a/test/preferences.fl b/test/preferences.fl index a72ab28c2..e836eaa0f 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0300 +version 1.0303 header_name {.h} code_name {.cxx} decl {\#include } {public local @@ -45,7 +45,7 @@ Function {} {open return_type int Fl_Window myWindow { label {My Preferences} callback closeWindowCB open - xywh {709 76 298 311} type Double visible + xywh {408 202 298 311} type Double visible } { Fl_Button {} { label Cancel diff --git a/test/radio.fl b/test/radio.fl index e8ec5e6d1..35ad146f1 100644 --- a/test/radio.fl +++ b/test/radio.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0300 +version 1.0303 header_name {.h} code_name {.cxx} Function {button_cb(Fl_Button *b, void *)} { diff --git a/test/resize.fl b/test/resize.fl index 3b2180153..79c5f63ef 100644 --- a/test/resize.fl +++ b/test/resize.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0300 +version 1.0303 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {333 489 366 261} type Double resizable visible + xywh {401 207 366 261} type Double resizable visible } { Fl_Button {} { label {@<-} diff --git a/test/tabs.fl b/test/tabs.fl index 29b8b3738..0f1393f75 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0108 +version 1.0303 header_name {.h} code_name {.cxx} Function {} {open diff --git a/test/tree.fl b/test/tree.fl index 7d1779fa0..d7a375cea 100644 --- a/test/tree.fl +++ b/test/tree.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0302 +version 1.0303 header_name {.h} code_name {.cxx} decl {\#include } {public global @@ -346,7 +346,7 @@ Function {} {open } { Fl_Window window { label tree open - xywh {1 234 1045 580} type Double visible + xywh {115 293 1045 580} type Double visible } { Fl_Group tree { label Tree diff --git a/test/valuators.fl b/test/valuators.fl index 668a462f6..25b272a7d 100644 --- a/test/valuators.fl +++ b/test/valuators.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0107 +version 1.0303 header_name {.h} code_name {.cxx} Function {callback(Fl_Widget* o, void*)} {open private return_type void @@ -12,7 +12,7 @@ Function {} {open } { Fl_Window {} { label {Valuator classes, showing values for type()} open - xywh {479 151 580 510} type Double color 43 selection_color 43 + xywh {400 199 580 510} type Double color 43 selection_color 43 code0 {\#include } visible } { Fl_Box {} { -- cgit v1.2.3