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