home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)cbclassinf.tcl 1.2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)cbclassinf.tcl 1.2 28 Jul 1995 Copyright 1994 Westmount Technology
-
- # Start user added include file section
- # End user added include file section
-
- require "cbtextlist.tcl"
-
- Class CBClassInfoTextList : {CBTextList} {
- constructor
- method destructor
- method initView
- }
-
- constructor CBClassInfoTextList {class this name} {
- set this [CBTextList::constructor $class $this $name]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method CBClassInfoTextList::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this CBTextList::destructor
- }
-
- method CBClassInfoTextList::initView {this} {
- $this removeTextListEntries
- $this removeEntries
- }
-
- # Do not delete this line -- regeneration end marker
-
-