aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPChooseMenuItemDialog.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-03 14:09:15 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-03 14:09:15 +0000
commit7387efe3ddd3ad7440d54ba1ab10e5806da63ba7 (patch)
tree9ac55cf34aff38cb9734bf80529224b4bc2e5e26 /Source/SPChooseMenuItemDialog.h
parent5c941dbdd8fb13c0938f03cc7902fa6d7a8a740d (diff)
downloadsequelpro-7387efe3ddd3ad7440d54ba1ab10e5806da63ba7.tar.gz
sequelpro-7387efe3ddd3ad7440d54ba1ab10e5806da63ba7.tar.bz2
sequelpro-7387efe3ddd3ad7440d54ba1ab10e5806da63ba7.zip
• further work on the choosMenuItem [not yet working]
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