home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
mtitemprop.tcl
< prev
next >
Wrap
Text File
|
1997-08-01
|
1KB
|
47 lines
#---------------------------------------------------------------------------
#
# (c) Cayenne Software Inc. 1997
#
# File: @(#)mtitemprop.tcl /main/titanic/2
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)mtitemprop.tcl /main/titanic/2 1 Aug 1997 Copyright 1997 Cayenne Software Inc.
# Start user added include file section
# End user added include file section
require "mtproprepo.tcl"
Class MTItemPropRepObj : {MTPropRepObj} {
constructor
method destructor
method browserObjType
method browserType
attribute item
}
constructor MTItemPropRepObj {class this name} {
set this [MTPropRepObj::constructor $class $this $name]
# Start constructor user section
# End constructor user section
return $this
}
method MTItemPropRepObj::destructor {this} {
# Start destructor user section
# End destructor user section
$this MTPropRepObj::destructor
}
method MTItemPropRepObj::browserObjType {this} {
return MTItemPropertyRepObj
}
method MTItemPropRepObj::browserType {this} {
return ItemProperty
}
# Do not delete this line -- regeneration end marker