home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / Palettes / NibInfoPalette2B / NibInfoMethods / NibInfoMethods.h < prev    next >
Encoding:
Text File  |  1994-02-10  |  628 b   |  21 lines

  1. // Robert Nicholson, Thu Feb 10 14:42:10 GMT 1994
  2. // Copyright, 1994. All rights reserved.
  3.  
  4. #import <appkit/appkit.h>
  5.  
  6. @interface Object(NibInfoMethods)
  7. - NIBINFOReportHeader:(const char *)pathname toStream:(NXStream *)s;
  8. - NIBINFOReportTrailer:(const char *)pathname toStream:(NXStream *)s;
  9. - NIBINFOheaderForObject:anObject toStream:(NXStream *)s;
  10. - NIBINFOdetailForSourceToStream:(NXStream *)s;
  11. - NIBINFOdetailForDestToStream:(NXStream *)s;
  12. - NIBINFOselector:(const char *)selector toStream:(NXStream *)s;
  13. - NIBINFOinfoToStream:(NXStream *)s;
  14. @end
  15.  
  16. @interface View(NibInfoMethods)
  17. - NIBINFOinfoToStream:(NXStream *)s;
  18. @end
  19.  
  20.  
  21.