home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
repunarobj.tcl
< prev
next >
Wrap
Text File
|
1997-07-25
|
1KB
|
46 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)repunarobj.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)repunarobj.tcl /main/titanic/2 25 Jul 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "repunardia.tcl"
Class RepUnarObjDialog : {RepUnarDialog} {
constructor
method destructor
}
constructor RepUnarObjDialog {class this name view} {
set this [RepUnarDialog::constructor $class $this $name $view]
# Start constructor user section
[$this dirLabel] text "Into Repository Directory"
set rep [$view rep]
set corp [$rep currentCorporate]
if ![$corp isNil] {
set repDir [$rep currentRepDir]
$this setDirectory $repDir
}
# End constructor user section
return $this
}
method RepUnarObjDialog::destructor {this} {
# Start destructor user section
# End destructor user section
$this RepUnarDialog::destructor
}
# Do not delete this line -- regeneration end marker