home *** CD-ROM | disk | FTP | other *** search
- registerObject {
- name .options.menu.font.menu.bold
- type CustMenuPushButton
- visible {1 1 1 1 1}
- objSpec {
- hintText "Changes the bold font."
- label Bold...
- mnemonic B
- activated {
- #CTGENCommandScript
- [.main options] boldFont
- #CTGENEndCommandScript
- }
- }
- }
-
- 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 .utilities.menu.reports.menu.onflows
- type CustMenuPushButton
- visible {1 1 1 1 1}
- objSpec {
- hintText "Generates a report on flows."
- label {On Flows}
- mnemonic F
- activated {
- #CTGENCommandScript
- .main startReport flows.tcl [%this label]
- #CTGENEndCommandScript
- }
- operations diagram
- }
- }
-
-
- registerObject {
- name .help.menu.aboutdfdeditor
- type CustMenuPushButton
- objSpec {
- hintText "Shows version information."
- label {About DFD Editor}
- mnemonic A
- activated {
- #CTGENCommandScript
- showVersionDialog [%this label]
- #CTGENEndCommandScript
- }
- }
- }
-
-