ede/ede-about/ede-about.fl
Sanel Zukan d7c521b847 Renaming files.
Cleaning some junk svn created
2008-09-22 12:48:52 +00:00

35 lines
829 B
Plaintext

# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open
} {
Fl_Window {} {
label {About EDE} open selected
xywh {292 190 440 335} type Double visible
} {
Fl_Group {} {open
xywh {0 0 440 65} box FLAT_BOX color 7 labelsize 14
} {
Fl_Box {} {
image {icons/ede.xpm} xywh {5 5 60 55} labelsize 14
}
Fl_Box {} {
label {Equinox Desktop Environment}
xywh {70 10 365 25} labelfont 1 align 20
}
Fl_Box {} {
label {Copyright (c) by EDE Authors 2000-2008}
xywh {70 35 365 25} labelsize 11 align 21
}
}
Fl_Text_Display {} {
xywh {10 78 420 212} labelsize 14 textsize 14
}
Fl_Button {} {
label {&Close}
xywh {340 300 90 25}
}
}
}