home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
browsitem.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
925b
|
35 lines
#---------------------------------------------------------------------------
#
# (c) Westmount Technology 1994
#
# File: @(#)browsitem.tcl 1.2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)browsitem.tcl 1.2 10 Nov 1995 Copyright 1994 Westmount Technology
# Start user added include file section
# End user added include file section
Class BrowsItem : {BrowsObject} {
constructor
method destructor
attribute item
}
constructor BrowsItem {class this name} {
set this [BrowsObject::constructor $class $this $name]
# Start constructor user section
# End constructor user section
return $this
}
method BrowsItem::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker