summaryrefslogtreecommitdiff
path: root/ide/Xcode3/Project Templates/FLTK/ui.fl
diff options
context:
space:
mode:
Diffstat (limited to 'ide/Xcode3/Project Templates/FLTK/ui.fl')
-rw-r--r--ide/Xcode3/Project Templates/FLTK/ui.fl15
1 files changed, 0 insertions, 15 deletions
diff --git a/ide/Xcode3/Project Templates/FLTK/ui.fl b/ide/Xcode3/Project Templates/FLTK/ui.fl
deleted file mode 100644
index efe088804..000000000
--- a/ide/Xcode3/Project Templates/FLTK/ui.fl
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
- }
- }
-}