diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-10 01:41:55 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2015-03-10 01:41:55 +0000 |
| commit | 0f45a7adf55c002d6f3804c56344340690556c42 (patch) | |
| tree | 26101d6bae68dcf3fbb77b972f07f2dc36378d76 /test | |
| parent | c96c4c35b0c308c1da9796ca88762044851d3801 (diff) | |
[Version 1.3.4] Update version numbers - hopefully complete.
Note to devs: if I missed something, please mark follow-up commits with
[Version 1.3.4] so we can find the necessary commits for version updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10612 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test')
| -rw-r--r-- | test/CubeViewUI.fl | 4 | ||||
| -rw-r--r-- | test/fast_slow.fl | 4 | ||||
| -rw-r--r-- | test/inactive.fl | 4 | ||||
| -rw-r--r-- | test/keyboard_ui.fl | 6 | ||||
| -rw-r--r-- | test/mandelbrot_ui.fl | 6 | ||||
| -rw-r--r-- | test/preferences.fl | 4 | ||||
| -rw-r--r-- | test/radio.fl | 4 | ||||
| -rw-r--r-- | test/resize.fl | 4 | ||||
| -rw-r--r-- | test/tabs.fl | 4 | ||||
| -rw-r--r-- | test/tree.fl | 4 | ||||
| -rw-r--r-- | test/valuators.fl | 6 |
11 files changed, 25 insertions, 25 deletions
diff --git a/test/CubeViewUI.fl b/test/CubeViewUI.fl index 899db38a7..af3f38856 100644 --- a/test/CubeViewUI.fl +++ b/test/CubeViewUI.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} class CubeViewUI {open @@ -8,7 +8,7 @@ class CubeViewUI {open } { Fl_Window mainWindow { label CubeView open - private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 resizable visible + private xywh {428 124 415 405} type Double box UP_BOX labelsize 12 hide resizable } { Fl_Group {} {open xywh {5 3 374 399} diff --git a/test/fast_slow.fl b/test/fast_slow.fl index 6c534431e..49f2c0090 100644 --- a/test/fast_slow.fl +++ b/test/fast_slow.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {397 202 318 443} type Double resizable visible + xywh {397 202 318 443} type Double hide resizable } { Fl_Slider control { label {move diff --git a/test/inactive.fl b/test/inactive.fl index cfe016ef5..ab0b06828 100644 --- a/test/inactive.fl +++ b/test/inactive.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {390 200 420 369} type Double resizable visible + xywh {390 200 420 369} type Double hide resizable } { Fl_Group the_group { label {activate()/deactivate() called on this Fl_Group} open diff --git a/test/keyboard_ui.fl b/test/keyboard_ui.fl index 3f6bdad7e..9da03aa2a 100644 --- a/test/keyboard_ui.fl +++ b/test/keyboard_ui.fl @@ -1,13 +1,13 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {make_window()} {open } { Fl_Window my_window {open selected - xywh {461 296 495 215} type Double + xywh {461 296 495 215} type Double hide code0 {\#include "keyboard.h"} - class MyWindow visible + class MyWindow } { Fl_Button {} { label {Esc } diff --git a/test/mandelbrot_ui.fl b/test/mandelbrot_ui.fl index b77c7759b..47fa1302d 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.0303 +version 1.0304 header_name {.h} code_name {.cxx} decl {\#include "mandelbrot.h"} {public local @@ -13,8 +13,8 @@ class Drawing_Window {open Function {make_window()} {open return_type void } { Fl_Window window {open - xywh {515 343 450 520} type Single resizable - code0 {o->size_range(220,220);} visible + xywh {515 343 450 520} type Single hide resizable + code0 {o->size_range(220,220);} } { Fl_Box d { user_data this user_data_type {void*} diff --git a/test/preferences.fl b/test/preferences.fl index e836eaa0f..2ee9e1808 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} decl {\#include <FL/Fl_Preferences.H>} {public local @@ -45,7 +45,7 @@ Function {} {open return_type int Fl_Window myWindow { label {My Preferences} callback closeWindowCB open - xywh {408 202 298 311} type Double visible + xywh {408 202 298 311} type Double hide } { Fl_Button {} { label Cancel diff --git a/test/radio.fl b/test/radio.fl index 35ad146f1..b02bc78c3 100644 --- a/test/radio.fl +++ b/test/radio.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {button_cb(Fl_Button *b, void *)} { @@ -16,7 +16,7 @@ printf("%s\\n",msg);} {selected Function {} {open } { Fl_Window {} {open - xywh {463 67 369 214} type Double visible + xywh {463 67 369 214} type Double hide } { Fl_Button {} { label {&Fl_Button A1} diff --git a/test/resize.fl b/test/resize.fl index 79c5f63ef..3186212c5 100644 --- a/test/resize.fl +++ b/test/resize.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {401 207 366 261} type Double resizable visible + xywh {401 207 366 261} type Double hide resizable } { Fl_Button {} { label {@<-} diff --git a/test/tabs.fl b/test/tabs.fl index 0f1393f75..ac3d51f0f 100644 --- a/test/tabs.fl +++ b/test/tabs.fl @@ -1,12 +1,12 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window foo_window { label {Comparison of Fl_Tab (left) vs. Fl_Wizard (right)} open - xywh {423 205 642 337} type Double resizable visible + xywh {423 205 642 337} type Double hide resizable } { Fl_Box {} { label {class Fl_Tabs} diff --git a/test/tree.fl b/test/tree.fl index d7a375cea..8da3bd29b 100644 --- a/test/tree.fl +++ b/test/tree.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} decl {\#include <stdio.h>} {public global @@ -346,7 +346,7 @@ Function {} {open } { Fl_Window window { label tree open - xywh {115 293 1045 580} type Double visible + xywh {115 293 1045 580} type Double hide } { Fl_Group tree { label Tree diff --git a/test/valuators.fl b/test/valuators.fl index 25b272a7d..96284f83e 100644 --- a/test/valuators.fl +++ b/test/valuators.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0303 +version 1.0304 header_name {.h} code_name {.cxx} Function {callback(Fl_Widget* o, void*)} {open private return_type void @@ -12,8 +12,8 @@ Function {} {open } { Fl_Window {} { label {Valuator classes, showing values for type()} open - xywh {400 199 580 510} type Double color 43 selection_color 43 - code0 {\#include <stdio.h>} visible + xywh {400 199 580 510} type Double color 43 selection_color 43 hide + code0 {\#include <stdio.h>} } { Fl_Box {} { label Fl_Slider |
