home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / CEBrowserCell.h < prev    next >
Encoding:
Text File  |  1995-01-16  |  565 b   |  33 lines

  1. /* CEBrowserCell.h                 
  2.  *
  3.  * This object controls the data of a beaker (molecules, cameras, groups etc.)
  4.  * It is the main document of BeakerBoy and controls everything from loading to
  5.  * setting up the browser which does most of the other work.
  6.  *
  7.  * Usage: ....
  8.  *
  9.  * Written by:         Thomas Engel
  10.  * Created:            23.10.1993 (Copyleft)
  11.  * Last modified:     12.11.1994
  12.  */
  13.  
  14. #import <appkit/appkit.h>
  15.  
  16. @interface CEBrowserCell:NXBrowserCell
  17. {
  18.     id    source;
  19. }
  20.  
  21. + initialize;
  22.  
  23. - setSource:theObject;
  24. - source;
  25.  
  26. @end
  27.  
  28. /*
  29.  * History: 13.01.95 Buh
  30.  *            
  31.  *
  32.  * Bugs: - ...
  33.  */