summaryrefslogtreecommitdiff
path: root/cocoa/BrowserWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserWindowController.h')
-rw-r--r--cocoa/BrowserWindowController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cocoa/BrowserWindowController.h b/cocoa/BrowserWindowController.h
index 42a75930a..25482bbfa 100644
--- a/cocoa/BrowserWindowController.h
+++ b/cocoa/BrowserWindowController.h
@@ -20,15 +20,20 @@
@class PSMTabBarControl;
@class BrowserViewController;
+@class URLFieldCell;
@interface BrowserWindowController : NSWindowController {
PSMTabBarControl *tabBar;
NSTabView *tabView;
+ URLFieldCell *urlField;
+
BrowserViewController *activeBrowser;
}
@property (readwrite, retain, nonatomic) IBOutlet PSMTabBarControl *tabBar;
@property (readwrite, retain, nonatomic) IBOutlet NSTabView *tabView;
+@property (readwrite, retain, nonatomic) IBOutlet URLFieldCell *urlField;
+
@property (readwrite, assign, nonatomic) BrowserViewController *activeBrowser;
- (IBAction) newTab: (id) sender;