1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
# data file for the Fltk User Interface Designer (fluid)
version 1.00
header_name {.H}
code_name {.C}
gridx 5
gridy 5
snap 3
Function {tmpmsg_panel(tmpmsg &tm)} {open
} {
Fl_Window {tm.outputWindow} {
label {Warning message ring} open selected
xywh {495 270 520 335} type Single color 15 resizable
code0 {\#include "tmpMsg.hxx"} visible
} {
Fl_Output {tm.MessageOutput} {
label Warning
xywh {20 25 480 265} type Multiline box ENGRAVED_BOX color 197 labelfont 9 labelsize 16 align 1 resizable
}
Fl_Return_Button {} {
label Dismiss
callback {((Fl_Window*)(o->parent()))->hide();}
xywh {395 300 105 25}
}
}
}
|