cave-story-solaris/DoConfig/fltk/ide/Xcode4/Project Templates/FLTK Application/FLTK 1.3/ui.fl
Clownacy 537d777536 Revert "Removed the DoConfig folder"
This reverts commit afb3e2f83e.

This branch needs this
2019-09-05 12:49:35 +00:00

15 lines
349 B
Text

# data file for the Fltk User Interface Designer (fluid)
version 1.0305
header_name {.h}
code_name {.cxx}
Function {make_window()} {open
} {
Fl_Window {} {open selected
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
}
}
}