home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
dfd.mnu
< prev
next >
Wrap
Text File
|
1996-12-23
|
1KB
|
66 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 {
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
}
}
}