home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
dirnode.tcl
< prev
next >
Wrap
Text File
|
1997-04-24
|
942b
|
35 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)dirnode.tcl /main/titanic/1
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)dirnode.tcl /main/titanic/1 24 Apr 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
Class DirNode : {BrowsNode} {
constructor
method destructor
attribute directory
}
constructor DirNode {class this name} {
set this [BrowsNode::constructor $class $this $name]
# Start constructor user section
# End constructor user section
return $this
}
method DirNode::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker