aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTooltip.h')
-rw-r--r--Source/SPTooltip.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/Source/SPTooltip.h b/Source/SPTooltip.h
index 7dc37dbe..aac20447 100644
--- a/Source/SPTooltip.h
+++ b/Source/SPTooltip.h
@@ -42,10 +42,15 @@
NSPoint mousePositionWhenOpened;
- NSString* SPTooltipPreferencesIdentifier;
+ NSString* SPTooltipPreferencesIdentifier;
+
}
-+ (void)showWithObject:(id)content ofType:(NSString *)type transparent:(BOOL)transparent;
-+ (void)showWithObject:(id)content atLocation:(NSPoint)point ofType:(NSString *)type transparent:(BOOL)transparent;
++ (void)showWithObject:(id)content atLocation:(NSPoint)point ofType:(NSString *)type displayOptions:(NSDictionary *)displayOptions;
++ (void)showWithObject:(id)content atLocation:(NSPoint)point ofType:(NSString *)type;
++ (void)showWithObject:(id)content atLocation:(NSPoint)point;
++ (void)showWithObject:(id)content ofType:(NSString *)type displayOptions:(NSDictionary *)displayOptions;
++ (void)showWithObject:(id)content ofType:(NSString *)type;
++ (void)showWithObject:(id)content;
@end