home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
mtviewmenu.tcl
< prev
next >
Wrap
Text File
|
1997-08-01
|
2KB
|
59 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)mtviewmenu.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)mtviewmenu.tcl /main/titanic/2 1 Aug 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
Class MTViewMenuProcs : {Object} {
constructor
method destructor
}
constructor MTViewMenuProcs {class this} {
set this [Object::constructor $class $this $name]
# Start constructor user section
# End constructor user section
return $this
}
method MTViewMenuProcs::destructor {this} {
# Start destructor user section
# End destructor user section
}
proc MTViewMenuProcs::refresh {} {
#force a reopen by resetting the currentObj
set currentObj [.main currentObj]
.main currentObj ""
$currentObj open
}
proc MTViewMenuProcs::toggleContextArea {} {
.main contextAreaPresent [[.main menuBar].view.menu.contextarea state]
}
proc MTViewMenuProcs::toggleToolbar {} {
.main toolBarPresent [[.main menuBar].view.menu.toolbar state]
}
proc MTViewMenuProcs::toggleMessageArea {} {
.main messageAreaPresent [[.main menuBar].view.menu.messagearea state]
}
proc MTViewMenuProcs::showAllMergeElements {state} {
.main showAll $state
MTFileMenuProcs::reload
}
# Do not delete this line -- regeneration end marker