home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Westmount Technology 1994
- #
- # File: @(#)dlgbrowsob.tcl 1.2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)dlgbrowsob.tcl 1.2 27 Nov 1995 Copyright 1994 Westmount Technology
-
- # Start user added include file section
- # End user added include file section
-
-
- Class DlgBrowsObject : {BrowsObject} {
- constructor
- method destructor
- attribute object
- }
-
- constructor DlgBrowsObject {class this name} {
- set this [BrowsObject::constructor $class $this $name]
- # Start constructor user section
- # End constructor user section
- return $this
- }
-
- method DlgBrowsObject::destructor {this} {
- # Start destructor user section
- # End destructor user section
- }
-
- # Do not delete this line -- regeneration end marker
-
-