home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cadre Technologies Inc. 1996
- #
- # File: @(#)reptooldia.tcl /main/hindenburg/2
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)reptooldia.tcl /main/hindenburg/2 13 Sep 1996 Copyright 1996 Cadre Technologies Inc.
-
- # Start user added include file section
- # End user added include file section
-
-
- Class RepToolDialog : {TemplateDialog} {
- constructor
- method destructor
- attribute view
- }
-
- constructor RepToolDialog {class this name view} {
- set this [TemplateDialog::constructor $class $this $name]
- $this view $view
- # Start constructor user section
-
- # Default modality.
- $this modal 1
-
- # End constructor user section
- return $this
- }
-
- method RepToolDialog::destructor {this} {
- # Start destructor user section
- # End destructor user section
- }
-
- # Do not delete this line -- regeneration end marker
-
-