home *** CD-ROM | disk | FTP | other *** search
- #---------------------------------------------------------------------------
- #
- # (c) Cayenne Software Inc. 1997
- #
- # File: @(#)revengvard.tcl /main/hindenburg/1
- # Author: <generated>
- # Description:
- #---------------------------------------------------------------------------
- # SccsId = @(#)revengvard.tcl /main/hindenburg/1 18 Mar 1997 Copyright 1997 Cayenne Software Inc.
-
- # Start user added include file section
- # End user added include file section
-
- require "revengdlg.tcl"
-
- Class RevEngVarDlg : {RevEngDlg} {
- method destructor
- constructor
- }
-
- method RevEngVarDlg::destructor {this} {
- # Start destructor user section
- # End destructor user section
- $this RevEngDlg::destructor
- }
-
- constructor RevEngVarDlg {class this name} {
- set this [RevEngDlg::constructor $class $this $name "VAR" "var2oo"]
- $this config \
- -title "Import VAR"
- return $this
- }
-
- # Do not delete this line -- regeneration end marker
-
-