aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPChooseMenuItemDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPChooseMenuItemDialog.h')
-rw-r--r--Source/SPChooseMenuItemDialog.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/Source/SPChooseMenuItemDialog.h b/Source/SPChooseMenuItemDialog.h
index 4b6f4a67..e268ab84 100644
--- a/Source/SPChooseMenuItemDialog.h
+++ b/Source/SPChooseMenuItemDialog.h
@@ -28,7 +28,13 @@
@interface SPChooseMenuItemDialog : NSWindow
{
-
+ NSMenu *contextMenu;
+ NSTextView *tv;
}
+@property(readwrite,retain) NSMenu* contextMenu;
+
+- (void)initMeWithOptions:(NSDictionary *)displayOptions;
++ (void)displayMenu:(NSMenu*)theMenu atPosition:(NSPoint)location;
+
@end