mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Moving back an newer evoke
This commit is contained in:
33
evoke/fl/autostart.fl
Normal file
33
evoke/fl/autostart.fl
Normal file
@@ -0,0 +1,33 @@
|
||||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0108
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {} {open selected
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {344 264 370 305} type Double visible
|
||||
} {
|
||||
Fl_Box {} {
|
||||
label {The following applications are registered to be started. Please choose what to do next}
|
||||
xywh {80 10 280 61} align 148
|
||||
}
|
||||
Fl_Check_Browser {} {
|
||||
xywh {10 75 350 185} labelsize 14
|
||||
}
|
||||
Fl_Button {} {
|
||||
label {&Cancel}
|
||||
xywh {270 270 90 25}
|
||||
}
|
||||
Fl_Button {} {
|
||||
label {&Run all}
|
||||
xywh {175 270 90 25}
|
||||
}
|
||||
Fl_Button {} {
|
||||
label {Run &selected}
|
||||
xywh {45 270 125 25}
|
||||
}
|
||||
Fl_Box {} {
|
||||
image {../icons/warning.xpm} xywh {10 10 65 61} labelsize 14
|
||||
}
|
||||
}
|
||||
}
|
30
evoke/fl/logout.fl
Normal file
30
evoke/fl/logout.fl
Normal file
@@ -0,0 +1,30 @@
|
||||
# data file for the Fltk User Interface Designer (fluid)
|
||||
version 1.0108
|
||||
header_name {.h}
|
||||
code_name {.cxx}
|
||||
Function {} {open
|
||||
} {
|
||||
Fl_Window {} {open
|
||||
xywh {479 284 335 180} type Double visible
|
||||
} {
|
||||
Fl_Box {} {
|
||||
label {How do you want to quit?}
|
||||
xywh {10 9 315 25} labelfont 1 align 212
|
||||
}
|
||||
Fl_Choice {} {open
|
||||
xywh {10 45 315 25} down_box BORDER_BOX labelsize 14 textsize 14
|
||||
} {}
|
||||
Fl_Box {} {
|
||||
label {This option will close all programs and logs out from the current session}
|
||||
xywh {10 80 315 55} align 213
|
||||
}
|
||||
Fl_Button {} {
|
||||
label {&OK} selected
|
||||
xywh {140 145 90 25}
|
||||
}
|
||||
Fl_Button {} {
|
||||
label {&Cancel}
|
||||
xywh {235 145 90 25}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user