summaryrefslogtreecommitdiff
path: root/cocoa/URLFieldCell.h
diff options
context:
space:
mode:
authorSven Weidauer <sven.weidauer@gmail.com>2011-01-25 17:16:17 +0000
committerSven Weidauer <sven.weidauer@gmail.com>2011-01-25 17:16:17 +0000
commit67c9970e544f987fc275c7a5eac67a9123e94868 (patch)
treecbd78a08a266fb7b82a4c31d33de04793084a82a /cocoa/URLFieldCell.h
parentcca607fbe85ae6b6ad517a08eee80ac6a6e83c50 (diff)
downloadnetsurf-67c9970e544f987fc275c7a5eac67a9123e94868.tar.gz
netsurf-67c9970e544f987fc275c7a5eac67a9123e94868.tar.bz2
Implemented favicons. Doesn't work for .ICO files
svn path=/trunk/netsurf/; revision=11485
Diffstat (limited to 'cocoa/URLFieldCell.h')
-rw-r--r--cocoa/URLFieldCell.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/URLFieldCell.h b/cocoa/URLFieldCell.h
index bb0d6572b..38a75a139 100644
--- a/cocoa/URLFieldCell.h
+++ b/cocoa/URLFieldCell.h
@@ -21,9 +21,11 @@
@interface URLFieldCell : NSTextFieldCell {
NSButtonCell *refreshCell;
+ NSImage *favicon;
}
@property (readwrite, assign, nonatomic) SEL refreshAction;
@property (readwrite, assign, nonatomic) id refreshTarget;
+@property (readwrite, retain, nonatomic) NSImage *favicon;
@end