home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
mgd.mnu
< prev
next >
Wrap
Text File
|
1996-12-05
|
605b
|
32 lines
registerObject {
name .options.menu.syntax
type CustMenuPushButton
visible {1 1 1 1 1}
objSpec {
hintText "Changes the syntax specification for labels."
label Syntax...
mnemonic y
activated {
#CTGENCommandScript
[.main options] syntax
#CTGENEndCommandScript
}
}
}
registerObject {
name .help.menu.aboutmgdeditor
type CustMenuPushButton
objSpec {
hintText "Shows version information."
label {About MGD Editor}
mnemonic A
activated {
#CTGENCommandScript
showVersionDialog [%this label]
#CTGENEndCommandScript
}
}
}