blob: 36759f63035462fa8debfccd89384cc2a02d1d35 (
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
|
set Objects(help_panel) { \
toplevel TopLevelShell help_panel\
help_panel Layout helpLayout\
helpLayout Group helpMenuGroup\
helpMenuGroup Layout helpMenubar\
helpLayout Layout helpInfoLayout\
\
helpMenubar Command helpClose\
\
helpLayout Command helpBack\
helpLayout Command helpForward\
helpLayout Command helpHome\
helpLayout Frame hfFrame\
hfFrame AsciiText hfEntry\
helpLayout Command hfFind\
helpLayout Command hfClear\
helpLayout Frame helpTextFrame\
helpTextFrame HTML helpText\
\
helpInfoLayout Label helpIRAFLogo\
helpInfoLayout Label helpInfo1\
helpInfoLayout Label helpInfo2\
helpInfoLayout Label helpInfo3\
helpInfoLayout Label helpNOAOLogo\
}
|