home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)mtinformat.tcl /main/titanic/5
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)mtinformat.tcl /main/titanic/5 1 Sep 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
-
- Class MTInformationView : {BrowsView} {
- constructor
- method destructor
- }
-
- constructor MTInformationView {class this name} {
- set this [BrowsView::constructor $class $this $name]
- # Start constructor user section
- $this mode DETAIL
-
- $this selectionChanged {.main selectionChanged}
-
- BrowsHeader new $this.name -label Name -width 20
- BrowsHeader new $this.type -label Type -width 15
- BrowsHeader new $this.propName -label "Property Name" -width 15
- BrowsHeader new $this.conflict -label Conflict -width 10
- BrowsHeader new $this.base -label "Base Version" -width 15
- BrowsHeader new $this.from -label "From Version" -width 15
- BrowsHeader new $this.to -label "To Version" -width 15
-
- # End constructor user section
- return $this
- }
-
- method MTInformationView::destructor {this} {
- # Start destructor user section
- # End destructor user section
- }
-
- # Do not delete this line -- regeneration end marker
-
-