From e1901889698454018150bfc58f469708837dfd7a Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Sun, 27 Feb 2011 09:46:54 +0000 Subject: Local history view now is responsible for hiding itself after selecting a web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837 --- cocoa/HistoryView.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cocoa/HistoryView.h') diff --git a/cocoa/HistoryView.h b/cocoa/HistoryView.h index 20806363f..d3062b6f1 100644 --- a/cocoa/HistoryView.h +++ b/cocoa/HistoryView.h @@ -19,12 +19,14 @@ #import @class HistoryView; +@class BrowserView; @interface HistoryView : NSView { struct browser_window *browser; + BrowserView *browserView; } -@property (readwrite, assign, nonatomic) struct browser_window *browser; +@property (readwrite, assign, nonatomic) BrowserView *browser; - (void) updateHistory; - (NSSize) size; -- cgit v1.2.3