ede/ede-launch/fl/ede-launch.fl
Sanel Zukan e0e54f2ece Support for launching with terminal
Added missing title in fl file
2009-02-25 14:42:40 +00:00

36 lines
812 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 {Run Command} open
xywh {433 276 370 195} type Double visible
} {
Fl_Box {} {
image {../icons/run.xpm} xywh {10 10 55 55} labelsize 14
}
Fl_Box {} {
label {Enter the name of the application you would like to run or the URL you would like to view}
xywh {70 10 290 69} align 148
}
Fl_Input {} {
label {Open:}
xywh {70 90 290 25}
}
Fl_Check_Button {} {
label {Run in terminal} selected
xywh {70 125 290 25} down_box DOWN_BOX
}
Fl_Button {} {
label {&OK}
xywh {175 160 90 25}
}
Fl_Button {} {
label {&Cancel}
xywh {270 160 90 25}
}
}
}