summaryrefslogtreecommitdiff
path: root/ide/Xcode3/Project Templates/FLTK/ui.fl
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-21 21:54:42 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-21 21:54:42 +0000
commit47ed5a1dddcb084f3fdfa871d39de0df09c30a97 (patch)
tree44f673ee9fea337b3fd480aff2af58be2e5b0616 /ide/Xcode3/Project Templates/FLTK/ui.fl
parentf3b09c3de55d6bfcc60665eaa9a89400474bc6cb (diff)
A completely new set of IDE files for the entire FLTK project. This project should be pretty clean and up to the newest standards in Xcode3. The debug version builds whatever is best on the current platform. The Release version builds a Universal Binary for PPC, win32, and x64 - verified OK! I will rename the now outdated Xcode3.1 project and eventually remove it.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7132 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/Xcode3/Project Templates/FLTK/ui.fl')
-rw-r--r--ide/Xcode3/Project Templates/FLTK/ui.fl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ide/Xcode3/Project Templates/FLTK/ui.fl b/ide/Xcode3/Project Templates/FLTK/ui.fl
new file mode 100644
index 000000000..efe088804
--- /dev/null
+++ b/ide/Xcode3/Project Templates/FLTK/ui.fl
@@ -0,0 +1,15 @@
+# data file for the Fltk User Interface Designer (fluid)
+version 1.0300
+header_name {.h}
+code_name {.cxx}
+Function {make_window()} {open
+} {
+ Fl_Window {} {open selected
+ xywh {550 77 300 160} type Double visible
+ } {
+ Fl_Box {} {
+ label {Welcome to FLTK!}
+ xywh {50 25 200 100} box GTK_ROUND_UP_BOX color 50 labelsize 20
+ }
+ }
+}