summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSMenu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/appkit/NSMenu.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSMenu.inc21
1 files changed, 12 insertions, 9 deletions
diff --git a/packages/cocoaint/src/appkit/NSMenu.inc b/packages/cocoaint/src/appkit/NSMenu.inc
index ecf5222366..e8c0fac74f 100644
--- a/packages/cocoaint/src/appkit/NSMenu.inc
+++ b/packages/cocoaint/src/appkit/NSMenu.inc
@@ -1,14 +1,6 @@
{ Parsed from Appkit.framework NSMenu.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
-{$ifdef HEADER}
-{$ifndef NSMENU_PAS_H}
-{$define NSMENU_PAS_H}
-type
- NSMenuPointer = Pointer;
-
-{$endif}
-{$endif}
{$ifdef TYPES}
{$ifndef NSMENU_PAS_T}
@@ -35,11 +27,22 @@ type
{$ifndef NSMENU_PAS_S}
{$define NSMENU_PAS_S}
+{ External string constants }
+var
+ NSMenuWillSendActionNotification: NSString; external name '_NSMenuWillSendActionNotification';
+ NSMenuDidSendActionNotification: NSString; external name '_NSMenuDidSendActionNotification';
+ NSMenuDidAddItemNotification: NSString; external name '_NSMenuDidAddItemNotification';
+ NSMenuDidRemoveItemNotification: NSString; external name '_NSMenuDidRemoveItemNotification';
+ NSMenuDidChangeItemNotification: NSString; external name '_NSMenuDidChangeItemNotification';
+ NSMenuDidBeginTrackingNotification: NSString; external name '_NSMenuDidBeginTrackingNotification';
+ NSMenuDidEndTrackingNotification: NSString; external name '_NSMenuDidEndTrackingNotification';
+
{$endif}
{$endif}
{$ifdef FORWARD}
NSMenu = objcclass;
+ NSMenuPointer = ^NSMenu;
{$endif}