diff options
Diffstat (limited to 'ide/Xcode4')
| -rw-r--r-- | ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl b/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl index efe088804..9ca97914c 100644 --- a/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl +++ b/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl @@ -1,15 +1,15 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0300 -header_name {.h} +version 1.0304 +header_name {.h} code_name {.cxx} Function {make_window()} {open } { Fl_Window {} {open selected - xywh {550 77 300 160} type Double visible + xywh {550 77 300 160} type Double hide } { Fl_Box {} { label {Welcome to FLTK!} xywh {50 25 200 100} box GTK_ROUND_UP_BOX color 50 labelsize 20 } } -} +} |
