home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Documentation / SwapKitTutorial.rtfd / AtomInspector.h < prev    next >
Encoding:
Text File  |  1994-03-25  |  517 b   |  27 lines

  1. /* AtomInspector.h                 
  2.  *
  3.  * This subclass of MiscInspectorWrapper inspects Atoms.
  4.  *
  5.  * Usage: You don't have to use this class directly.
  6.  *
  7.  * Written by:         Thomas Engel
  8.  * Created:            18.12.1993 (Copyleft)
  9.  * Last modified:     08.02.1994
  10.  */
  11.  
  12. #import <misckit/MiscInspectorWrapper.h>
  13.  
  14. @interface AtomInspector:MiscInspectorWrapper
  15.  
  16. - (BOOL)doesHandleSelection;
  17.  
  18. @end
  19.  
  20. /*
  21.  * History: 08.02.94 MiscInspector stuff conform.
  22.  *
  23.  *            18.12.93 First implementation. should work like this.
  24.  *
  25.  *
  26.  * Bugs: not here...
  27.  */