summaryrefslogtreecommitdiff
path: root/ext/mac-ui-macgap1-wrapper/MacGap/Classes/Commands/App.h
blob: f65ba61e1961a3e8fa1cfdec0e1e4c04c6b0107c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#import <Foundation/Foundation.h>

#import "WindowController.h"

@interface App : NSObject {

}

@property (nonatomic, retain) WebView *webView;

- (id) initWithWebView:(WebView *)view;

- (void) terminate;
- (void) activate;
- (void) hide;
- (void) unhide;
- (void) beep;
- (void) bounce;
- (void) setCustomUserAgent:(NSString *)userAgentString;
- (NSNumber*) systemIdleTime;
@end