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 >
Text File  |  1996-05-29  |  993b  |  37 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Cadre Technologies Inc.    1996
  4. #
  5. #      File:           @(#)udefontcho.tcl    1.4
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)udefontcho.tcl    1.4   16 Apr 1996 Copyright 1996 Cadre Technologies Inc.
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14.  
  15. Class UdeFontChooser : {FontChooser} {
  16.     constructor
  17.     method destructor
  18.     attribute orgFont
  19.     attribute options
  20. }
  21.  
  22. constructor UdeFontChooser {class this name} {
  23.     set this [FontChooser::constructor $class $this $name]
  24.     # Start constructor user section
  25.     $this delHelpButton
  26.     # End constructor user section
  27.     return $this
  28. }
  29.  
  30. method UdeFontChooser::destructor {this} {
  31.     # Start destructor user section
  32.     # End destructor user section
  33. }
  34.  
  35. # Do not delete this line -- regeneration end marker
  36.  
  37.