home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)infoheader.tcl 1.2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)infoheader.tcl 1.2 28 Feb 1995 Copyright 1994 Westmount Technology
-
- # Start user added include file section
- # End user added include file section
-
-
- Class InfoHeader : {BrowsHeader} {
- constructor
- method destructor
-
- # Indicates in which order columns are sorted.
- #
- attribute sortIndex
-
- # Header sort policy: none | increasing | decreasing
- #
- attribute sortPolicy
-
- # Header type: ascii | integer | real
- #
- attribute type
- }
-
- constructor InfoHeader {class this name} {
- set this [BrowsHeader::constructor $class $this $name]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method InfoHeader::destructor {this} {
- # Start destructor user section
- # End destructor user section
- }
-
- # Do not delete this line -- regeneration end marker
-
-