home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
reptooldia.tcl
< prev
next >
Wrap
Text File
|
1996-09-16
|
1KB
|
40 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)reptooldia.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)reptooldia.tcl /main/titanic/2 16 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