blob: 51c617e001b092aa250e5505177c5f217bee4f24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
set Objects(warning) { \
toplevel TransientShell warning\
warning Layout warn\
warn Frame warnFrame\
warnFrame Layout WFlayout\
WFlayout Icon warnIcon\
WFlayout TextBox warnText\
warn Command warnOk\
warn Command warnCancel\
}
|