ede/eiconman/fl/icon_properties.fl
Sanel Zukan 530a815246 eiconman:
Implemented dialog for icon properties.
EDEBUG, EWARNING, EASSERT replaced with E_DEBUG, E_WARNING, E_ASSERT

ehelp:
Imported ehelp. It is meant for displaying ede help or some of
documented programs in the browser, no matter where help is installed.

Remanining thing is to be added in configure script so it can set correct
paths, when configure be written.

Documented ehelp.
2008-08-07 14:22:05 +00:00

67 lines
1.6 KiB
Plaintext

# data file for the Fltk User Interface Designer (fluid)
version 1.0108
header_name {.h}
code_name {.cxx}
Function {} {open
} {
Fl_Window {} {open
xywh {661 66 315 395} type Double visible
} {
Fl_Tabs {} {open
xywh {10 10 295 340} labelsize 14
} {
Fl_Group {} {
label General open selected
xywh {15 35 285 310}
} {
Fl_Button {} {
image {/home/sanel/.icons/edeneu/64x64/apps/gaim.png} xywh {20 50 75 75} labelsize 14
}
Fl_Input {} {
xywh {100 75 195 25}
}
Fl_Output {} {
label {Type:}
xywh {100 150 195 25} box FLAT_BOX color 49
}
Fl_Output {} {
label {Location:}
xywh {100 180 195 25} box FLAT_BOX color 49
}
Fl_Output {} {
label {Size:}
xywh {100 210 195 25} box FLAT_BOX color 49
}
Fl_Output {} {
label {Modified:}
xywh {100 240 195 25} box FLAT_BOX color 49
}
Fl_Output {} {
label {Accessed:}
xywh {100 270 195 25} box FLAT_BOX color 49
}
}
Fl_Group {} {
label URL open
xywh {15 35 285 310} hide
} {
Fl_Input {} {
label {URL:}
xywh {20 65 245 25} align 5
}
Fl_Button {} {
image {/home/sanel/.icons/edeneu/16x16/actions/document-open.png} xywh {270 65 25 25} labelsize 14
}
}
}
Fl_Button {} {
label {&OK}
xywh {120 360 90 25}
}
Fl_Button {} {
label {&Cancel}
xywh {215 360 90 25}
}
}
}