Imported eabout, a small program that displays current EDE version, authors, contibutors, etc.

Added ProgramBare rule in Program.jam so there could be built plain (command-line) programs
and so they could be installed where other EDE programs resides.

New etip on FLTK1 code. Also, instead hardcoded tips, etip now uses fortune-like files
for tips. Ah yes, it is able to read fortune files too :)
This commit is contained in:
Sanel Zukan
2008-01-14 12:02:43 +00:00
parent 3326269e36
commit 2dcdc52e6a
24 changed files with 1972 additions and 1517 deletions

43
etip/fl/etip.fl Normal file
View File

@@ -0,0 +1,43 @@
# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open
} {
Fl_Window {} {
label {EDE Tips And Tricks} open
xywh {299 206 535 260} type Double visible
} {
Fl_Check_Button {} {
label {Show tips on startup} selected
xywh {10 224 225 25} down_box DOWN_BOX labelsize 13
}
Fl_Button {} {
label {&Previous}
xywh {240 224 90 25}
}
Fl_Button {} {
label {&Next}
xywh {335 224 90 25}
}
Fl_Button {} {
label {&Close}
xywh {435 224 90 25}
}
Fl_Group {} {open
xywh {10 10 515 205} box DOWN_BOX color 7
} {
Fl_Box {} {
image {../icons/hint.xpm} xywh {11 13 121 201} labelsize 14
}
Fl_Box {} {
label {Some tips...}
xywh {155 23 355 25} labelfont 1 align 212
}
Fl_Box {} {
label {If you cannot access the titlebar, you can still move a window on the screen by holding the Alt key, clicking anywhere into the window and "dragging" it with the mouse.}
xywh {155 60 355 140} align 213
}
}
}
}