From f85335a7f9fdbff012409bb2af8fecc81740eab0 Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Wed, 19 Jan 2011 20:19:43 +0000 Subject: Implementing tabs and fixing scrolling. svn path=/trunk/netsurf/; revision=11396 --- cocoa/ScrollableView.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cocoa/ScrollableView.h') diff --git a/cocoa/ScrollableView.h b/cocoa/ScrollableView.h index 1850fe58d..071a11825 100644 --- a/cocoa/ScrollableView.h +++ b/cocoa/ScrollableView.h @@ -26,4 +26,6 @@ @property (readwrite, assign, nonatomic) NSSize minimumSize; +- (void) adjustFrame; + @end -- cgit v1.2.3