summaryrefslogtreecommitdiff
path: root/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 14:46:42 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 14:46:42 -0700
commitcafa41ba4d53b2b945d56cd1a9b1bb92b5610b53 (patch)
treec5293dd426c821ef02c122115630eaf1eccc88b6 /ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h
parent196d96cfa7e24891bd1954e6ed734567e3944279 (diff)
downloadinfinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.tar.gz
infinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.zip
RedHat stuff and cleanup.
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h')
-rw-r--r--ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h b/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h
deleted file mode 100644
index f721376e..00000000
--- a/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Window.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#import <Foundation/Foundation.h>
-
-#import "WindowController.h"
-
-@interface Window : NSObject{
- CGRect _oldRestoreFrame;
-}
-
-@property (retain, nonatomic) WindowController *windowController;
-@property (nonatomic, retain) WebView *webView;
-
-- (id) initWithWebView:(WebView *)view;
-- (void) open:(NSDictionary *)properties;
-- (void) move:(NSDictionary *)properties;
-- (void) resize:(NSDictionary *) properties;
-- (Boolean) isMaximized;
-- (CGFloat) getX;
-- (CGFloat) getY;
-- (void) maximize;
-- (void) restore;
-- (void) toggleFullscreen;
-
-@end