aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextAndLinkCell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTextAndLinkCell.h')
-rw-r--r--Source/SPTextAndLinkCell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTextAndLinkCell.h b/Source/SPTextAndLinkCell.h
index 73eeb486..74f28cc8 100644
--- a/Source/SPTextAndLinkCell.h
+++ b/Source/SPTextAndLinkCell.h
@@ -33,6 +33,7 @@
@interface SPTextAndLinkCell : NSTextFieldCell
{
BOOL hasLink;
+ BOOL linkActive;
NSButtonCell *linkButton;
id linkTarget;
@@ -43,6 +44,8 @@
NSInteger drawState;
}
+@property (readwrite, assign) BOOL linkActive;
+
- (void) setTarget:(id)theTarget action:(SEL)theAction;
- (NSInteger) getClickedColumn;
- (NSInteger) getClickedRow;