home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Desktop / Background3.2 / Source / Background / Workspace.h < prev    next >
Encoding:
Text File  |  1991-08-07  |  112 b   |  11 lines

  1. #import <appkit/Window.h>
  2.  
  3. @interface Workspace:Window
  4. {
  5.   id background;
  6. }
  7.  
  8. - appDidBecomeActive:sender;
  9.  
  10. @end
  11.