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 .check.menu.localmodel
- type CustMenuPushButton
- visible {1 1 1 1 1}
- objSpec {
- hintText "Checks the local model of this diagram."
- label {Local Model}
- mnemonic L
- activated {
- #CTGENCommandScript
- .main checkLocalModel
- #CTGENEndCommandScript
- }
- }
- }
-
- registerObject {
- name .utilities.menu.reports.menu.oncommunications
- type CustMenuPushButton
- visible {1 1 1 1 1}
- objSpec {
- hintText "Generates a report on communications."
- label {On Communications}
- mnemonic C
- activated {
- #CTGENCommandScript
- .main startReport communications.tcl [%this label]
- #CTGENEndCommandScript
- }
- operations diagram
- }
- }
-
- registerObject {
- name .utilities.menu.reports.menu.onmessages
- type CustMenuPushButton
- visible {1 1 1 1 1}
- objSpec {
- hintText "Generates a report on messages."
- label {On Messages}
- mnemonic e
- activated {
- #CTGENCommandScript
- .main startReport events.tcl [%this label]
- #CTGENEndCommandScript
- }
- operations diagram
- }
- }
-
- registerObject {
- name .help.menu.aboutccdeditor
- type CustMenuPushButton
- objSpec {
- hintText "Shows version information."
- label {About CCD Editor}
- mnemonic A
- activated {
- #CTGENCommandScript
- showVersionDialog [%this label]
- #CTGENEndCommandScript
- }
- }
- }
-
-