TextWindowController.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. //  TextWindowController.h
  3. //  celestia
  4. //
  5. //  Created by Da Woon Jung on 2006-10-01.
  6. //  Copyright 2006 Da Woon Jung. All rights reserved.
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface TextWindowController : NSWindowController
  10. {
  11.     IBOutlet NSTextField *textView;
  12. }
  13. - (void)makeActiveWithDelegate: (id)aDelegate;
  14. @end