home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 October
/
PCWorld_1998-10_cd.bin
/
software
/
prehled
/
komix
/
DATA.Z
/
udefontcho.tcl
< prev
next >
Wrap
Text File
|
1996-05-29
|
993b
|
37 lines
#---------------------------------------------------------------------------
#
# (c) Cadre Technologies Inc. 1996
#
# File: @(#)udefontcho.tcl 1.4
# Author: <generated>
# Description:
#---------------------------------------------------------------------------
# SccsId = @(#)udefontcho.tcl 1.4 16 Apr 1996 Copyright 1996 Cadre Technologies Inc.
# Start user added include file section
# End user added include file section
Class UdeFontChooser : {FontChooser} {
constructor
method destructor
attribute orgFont
attribute options
}
constructor UdeFontChooser {class this name} {
set this [FontChooser::constructor $class $this $name]
# Start constructor user section
$this delHelpButton
# End constructor user section
return $this
}
method UdeFontChooser::destructor {this} {
# Start destructor user section
# End destructor user section
}
# Do not delete this line -- regeneration end marker