diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-03 14:09:15 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-03 14:09:15 +0000 |
commit | 7387efe3ddd3ad7440d54ba1ab10e5806da63ba7 (patch) | |
tree | 9ac55cf34aff38cb9734bf80529224b4bc2e5e26 /Source/SPChooseMenuItemDialog.h | |
parent | 5c941dbdd8fb13c0938f03cc7902fa6d7a8a740d (diff) | |
download | sequelpro-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.h | 8 |
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 |