summaryrefslogtreecommitdiff
path: root/cocoa/ScrollableView.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-19 20:19:43 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-19 20:19:43 +0000
commitf85335a7f9fdbff012409bb2af8fecc81740eab0 (patch)
treef4f6678aa78b89b76fab7a10094f0cdd1b22be0f /cocoa/ScrollableView.h
parent5a259dadeb6b6b31f5cfe628cc62bfb7d86e25b4 (diff)
downloadnetsurf-f85335a7f9fdbff012409bb2af8fecc81740eab0.tar.gz
netsurf-f85335a7f9fdbff012409bb2af8fecc81740eab0.tar.bz2
Implementing tabs and fixing scrolling.
svn path=/trunk/netsurf/; revision=11396
Diffstat (limited to 'cocoa/ScrollableView.h')
-rw-r--r--cocoa/ScrollableView.h2
1 files changed, 2 insertions, 0 deletions
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