blob: 1da660a240ae70daf7174aa8476eb401e5cc128f (
plain) (
blame)
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
26
27
28
29
30
|
set Objects(pixel_table) { \
toplevel TopLevelShell pixel_panel\
\
pixel_panel Layout pixel_table\
pixel_table Frame pixtabMenuFrame\
pixtabMenuFrame Layout pixtabMenuBar\
pixtabMenuBar MenuButton pixtabSize\
pixtabMenuBar Command pixtabHelp\
pixtabMenuBar Command pixtabClose\
\
pixel_table Frame pixtabFrame\
pixtabFrame Porthole ptPort\
ptPort Layout ptLayout\
ptLayout Frame ptColFrame\
ptColFrame MultiList ptColLabs\
ptLayout Frame ptRowFrame\
ptRowFrame MultiList ptRowLabs\
ptLayout Frame ptFrame\
ptFrame MultiList pixtab\
\
ptLayout Label meanLabel\
ptLayout Frame meanFrame\
meanFrame Label meanValue\
\
ptLayout Label sigLabel\
ptLayout Frame sigFrame\
sigFrame Label sigValue\
}
|