home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
etd.mnu
< prev
next >
Wrap
Text File
|
1997-10-16
|
2KB
|
101 lines
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 {
type CustMenuSeparator
name .options.menu.separator1
}
registerObject {
name .options.menu.menuarbiter
type CustMenuArbiter
objSpec {
currentButtonChanged { [.main options] look }
}
}
registerObject {
name .options.menu.UML
type CustMenuRadioButton
arbiter menuarbiter
objSpec {
hintText "Changes to UML look."
label "UML Look"
mnemonic U
}
}
registerObject {
name .options.menu.OMT
type CustMenuRadioButton
arbiter menuarbiter
objSpec {
hintText "Changes to OMT look."
label "OMT Look"
mnemonic M
}
}
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.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.aboutetdeditor
type CustMenuPushButton
objSpec {
hintText "Shows version information."
label {About SD Editor}
mnemonic A
activated {
#CTGENCommandScript
showVersionDialog [%this label]
#CTGENEndCommandScript
}
}
}