blob: 3bea2d87d74d0dedbd4b41d25b5767cfeb01e83b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
set Objects(tcl_panel) { \
toplevel TopLevelShell tcl_panel\
tcl_panel Layout tclLayout\
tclLayout Group tclCmdGroup\
tclCmdGroup Layout tclCmd\
tclCmd Command tclClear\
tclCmd Command tclExecute\
tclCmd Command tclDismiss\
tclLayout Frame tclFrame\
tclFrame AsciiText tclEntry\
}
|