blob: 5940a85afc8f77d27bfa8962c8ae72b891e6ed86 (
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
31
32
33
34
35
36
|
set Objects(hdr_panel) { \
toplevel TopLevelShell hdr_panel\
hdr_panel Layout hdrLayout\
\
hdrLayout Frame hdrMenuFrame\
hdrMenuFrame Layout hdrMenuBar\
hdrMenuBar Command hdrClose\
\
hdrLayout Group hdrObjGroup\
hdrObjGroup Layout hdrObjLayout\
hdrObjLayout Label hdrObjLabel\
hdrObjLayout MenuButton hdrObjMenu\
\
hdrLayout Frame hdrTabFrame\
hdrTabFrame Tabs hdrTabs\
hdrTabs Group hdrHdrGroup\
hdrTabs Group hdrWcsGroup\
\
hdrHdrGroup Layout hdrHdrLayout\
hdrHdrLayout Frame hFindFrame\
hFindFrame AsciiText hFindEntry\
hdrHdrLayout Command hdrFilter\
hdrHdrLayout Command hdrFind\
hdrHdrLayout Command hdrClear\
hdrHdrLayout HTML hdrText\
\
hdrWcsGroup Layout hdrWcsLayout\
hdrWcsLayout Group hdrInfoGroup\
hdrInfoGroup Frame hdrIGFrame\
hdrIGFrame AsciiText hdrIGText\
hdrWcsLayout Group hdrKeywGroup\
hdrKeywGroup Frame hdrKGFrame\
hdrKGFrame AsciiText hdrKGText\
}
|