home *** CD-ROM | disk | FTP | other *** search
- 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
- }
- }
- }
-
-