SplashWindowController.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:
OpenGL
开发平台:
Visual C++
- //
- // SplashWindowController.h
- // celestia
- //
- // Created by Da Woon Jung on 2005-12-31.
- // Copyright 2005 Chris Laurel. All rights reserved.
- //
- @interface SplashWindowController : NSObject
- {
- IBOutlet NSTextField *status;
- IBOutlet NSTextField *version;
- IBOutlet NSWindow *window;
- }
- - (void)setStatusText: (NSString *)statusText;
- - (void)showWindow;
- - (void)close;
- - (NSWindow *)window;
- @end