home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
revengvard.tcl
< prev
next >
Wrap
Text File
|
1997-04-10
|
995b
|
36 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)revengvard.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)revengvard.tcl /main/titanic/1 10 Apr 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