home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / dlgbrowsob.tcl < prev    next >
Text File  |  1996-05-29  |  944b  |  35 lines

  1. #---------------------------------------------------------------------------
  2. #
  3. #      (c)     Westmount Technology    1994
  4. #
  5. #      File:           @(#)dlgbrowsob.tcl    1.2
  6. #      Author:         <generated>
  7. #      Description:
  8. #---------------------------------------------------------------------------
  9. # SccsId = @(#)dlgbrowsob.tcl    1.2   27 Nov 1995 Copyright 1994 Westmount Technology
  10.  
  11. # Start user added include file section
  12. # End user added include file section
  13.  
  14.  
  15. Class DlgBrowsObject : {BrowsObject} {
  16.     constructor
  17.     method destructor
  18.     attribute object
  19. }
  20.  
  21. constructor DlgBrowsObject {class this name} {
  22.     set this [BrowsObject::constructor $class $this $name]
  23.     # Start constructor user section
  24.     # End constructor user section
  25.     return $this
  26. }
  27.  
  28. method DlgBrowsObject::destructor {this} {
  29.     # Start destructor user section
  30.     # End destructor user section
  31. }
  32.  
  33. # Do not delete this line -- regeneration end marker
  34.  
  35.