diff options
| author | josef <josef@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-28 10:39:28 +0000 |
|---|---|---|
| committer | josef <josef@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-09-28 10:39:28 +0000 |
| commit | 17799a8b754cc81904a7830f68b5ff6db39269e8 (patch) | |
| tree | 36881fd576ae0c79283200aae3d9ad66ed21e6a5 /packages/cocoaint/src | |
| parent | 8b7bd9c03fd9111d60c3e5158750dc2c3b57d265 (diff) | |
| download | fpc-17799a8b754cc81904a7830f68b5ff6db39269e8.tar.gz | |
* Procedures with varargs are parsed properly.
* Fixed macro that was causing CFString constants to fail.
* Removed MacOSAll dependency from iPhoneAll.pas.
* More enumerations are parsed in all frameworks.
* Properties that returned values in iPhone headers are now fixed.
* Properties from categories are included now.
+ Users can add hand parsed patches by putting them in the patches directory and they will be included during parsing.
git-svn-id: http://svn.freepascal.org/svn/fpc/branches/objc@13770 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cocoaint/src')
281 files changed, 1423 insertions, 1258 deletions
diff --git a/packages/cocoaint/src/UndefinedTypes.inc b/packages/cocoaint/src/UndefinedTypes.inc index 0eca41827e..12f368361c 100644 --- a/packages/cocoaint/src/UndefinedTypes.inc +++ b/packages/cocoaint/src/UndefinedTypes.inc @@ -19,7 +19,7 @@ type { Variable argument list - disabled for Pascal } type - va_list_rec=record + va_list_rec = record end; va_list = ^va_list_rec; @@ -47,7 +47,8 @@ const NSIntegerMax = high(clong); NSIntegerMin = low(clong); NSUIntegerMax = high(culong); - + NSNotFound = NSUIntegerMax; + const NX_TABLET_POINTER_UNKNOWN = 0; NX_TABLET_POINTER_PEN = 1; diff --git a/packages/cocoaint/src/appkit/NSATSTypesetter.inc b/packages/cocoaint/src/appkit/NSATSTypesetter.inc index 477d972dfd..fa8d6ebbed 100644 --- a/packages/cocoaint/src/appkit/NSATSTypesetter.inc +++ b/packages/cocoaint/src/appkit/NSATSTypesetter.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSATSTypesetter.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSATSTYPESETTER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSATSTYPESETTER_PAS_T} -{$define NSATSTYPESETTER_PAS_T} +{$ifndef NSATSTYPESETTER_PAS_S} +{$define NSATSTYPESETTER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAccessibility.inc b/packages/cocoaint/src/appkit/NSAccessibility.inc index 551319e72c..430c5d8e12 100644 --- a/packages/cocoaint/src/appkit/NSAccessibility.inc +++ b/packages/cocoaint/src/appkit/NSAccessibility.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAccessibility.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -35,8 +35,8 @@ procedure NSAccessibilityPostNotification(element: id; notificationPointer: NSSt {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSACCESSIBILITY_PAS_T} -{$define NSACCESSIBILITY_PAS_T} +{$ifndef NSACCESSIBILITY_PAS_S} +{$define NSACCESSIBILITY_PAS_S} { External string constants } var @@ -102,14 +102,34 @@ var NSAccessibilityColumnsAttribute: NSString; external name '_NSAccessibilityColumnsAttribute'; NSAccessibilityVisibleColumnsAttribute: NSString; external name '_NSAccessibilityVisibleColumnsAttribute'; NSAccessibilitySelectedColumnsAttribute: NSString; external name '_NSAccessibilitySelectedColumnsAttribute'; + NSAccessibilityAscendingSortDirectionValue: NSString; external name '_NSAccessibilityAscendingSortDirectionValue'; + NSAccessibilityDescendingSortDirectionValue: NSString; external name '_NSAccessibilityDescendingSortDirectionValue'; + NSAccessibilityUnknownSortDirectionValue: NSString; external name '_NSAccessibilityUnknownSortDirectionValue'; NSAccessibilityDisclosingAttribute: NSString; external name '_NSAccessibilityDisclosingAttribute'; NSAccessibilityDisclosedRowsAttribute: NSString; external name '_NSAccessibilityDisclosedRowsAttribute'; NSAccessibilityDisclosedByRowAttribute: NSString; external name '_NSAccessibilityDisclosedByRowAttribute'; + NSAccessibilityLeftTabStopMarkerTypeValue: NSString; external name '_NSAccessibilityLeftTabStopMarkerTypeValue'; + NSAccessibilityRightTabStopMarkerTypeValue: NSString; external name '_NSAccessibilityRightTabStopMarkerTypeValue'; + NSAccessibilityCenterTabStopMarkerTypeValue: NSString; external name '_NSAccessibilityCenterTabStopMarkerTypeValue'; + NSAccessibilityDecimalTabStopMarkerTypeValue: NSString; external name '_NSAccessibilityDecimalTabStopMarkerTypeValue'; + NSAccessibilityHeadIndentMarkerTypeValue: NSString; external name '_NSAccessibilityHeadIndentMarkerTypeValue'; + NSAccessibilityTailIndentMarkerTypeValue: NSString; external name '_NSAccessibilityTailIndentMarkerTypeValue'; + NSAccessibilityFirstLineIndentMarkerTypeValue: NSString; external name '_NSAccessibilityFirstLineIndentMarkerTypeValue'; + NSAccessibilityUnknownMarkerTypeValue: NSString; external name '_NSAccessibilityUnknownMarkerTypeValue'; + NSAccessibilityInchesUnitValue: NSString; external name '_NSAccessibilityInchesUnitValue'; + NSAccessibilityCentimetersUnitValue: NSString; external name '_NSAccessibilityCentimetersUnitValue'; + NSAccessibilityPointsUnitValue: NSString; external name '_NSAccessibilityPointsUnitValue'; + NSAccessibilityPicasUnitValue: NSString; external name '_NSAccessibilityPicasUnitValue'; + NSAccessibilityUnknownUnitValue: NSString; external name '_NSAccessibilityUnknownUnitValue'; NSAccessibilityPressAction: NSString; external name '_NSAccessibilityPressAction'; NSAccessibilityIncrementAction: NSString; external name '_NSAccessibilityIncrementAction'; NSAccessibilityDecrementAction: NSString; external name '_NSAccessibilityDecrementAction'; NSAccessibilityConfirmAction: NSString; external name '_NSAccessibilityConfirmAction'; NSAccessibilityPickAction: NSString; external name '_NSAccessibilityPickAction'; + NSAccessibilityCancelAction: NSString; external name '_NSAccessibilityCancelAction'; + NSAccessibilityRaiseAction: NSString; external name '_NSAccessibilityRaiseAction'; + NSAccessibilityShowMenuAction: NSString; external name '_NSAccessibilityShowMenuAction'; + NSAccessibilityDeleteAction: NSString; external name '_NSAccessibilityDeleteAction'; NSAccessibilityMainWindowChangedNotification: NSString; external name '_NSAccessibilityMainWindowChangedNotification'; NSAccessibilityFocusedWindowChangedNotification: NSString; external name '_NSAccessibilityFocusedWindowChangedNotification'; NSAccessibilityFocusedUIElementChangedNotification: NSString; external name '_NSAccessibilityFocusedUIElementChangedNotification'; @@ -122,8 +142,20 @@ var NSAccessibilityWindowResizedNotification: NSString; external name '_NSAccessibilityWindowResizedNotification'; NSAccessibilityWindowMiniaturizedNotification: NSString; external name '_NSAccessibilityWindowMiniaturizedNotification'; NSAccessibilityWindowDeminiaturizedNotification: NSString; external name '_NSAccessibilityWindowDeminiaturizedNotification'; + NSAccessibilityDrawerCreatedNotification: NSString; external name '_NSAccessibilityDrawerCreatedNotification'; + NSAccessibilitySheetCreatedNotification: NSString; external name '_NSAccessibilitySheetCreatedNotification'; NSAccessibilityUIElementDestroyedNotification: NSString; external name '_NSAccessibilityUIElementDestroyedNotification'; NSAccessibilityValueChangedNotification: NSString; external name '_NSAccessibilityValueChangedNotification'; + NSAccessibilityTitleChangedNotification: NSString; external name '_NSAccessibilityTitleChangedNotification'; + NSAccessibilityResizedNotification: NSString; external name '_NSAccessibilityResizedNotification'; + NSAccessibilityMovedNotification: NSString; external name '_NSAccessibilityMovedNotification'; + NSAccessibilityCreatedNotification: NSString; external name '_NSAccessibilityCreatedNotification'; + NSAccessibilityHelpTagCreatedNotification: NSString; external name '_NSAccessibilityHelpTagCreatedNotification'; + NSAccessibilitySelectedTextChangedNotification: NSString; external name '_NSAccessibilitySelectedTextChangedNotification'; + NSAccessibilityRowCountChangedNotification: NSString; external name '_NSAccessibilityRowCountChangedNotification'; + NSAccessibilitySelectedChildrenChangedNotification: NSString; external name '_NSAccessibilitySelectedChildrenChangedNotification'; + NSAccessibilitySelectedRowsChangedNotification: NSString; external name '_NSAccessibilitySelectedRowsChangedNotification'; + NSAccessibilitySelectedColumnsChangedNotification: NSString; external name '_NSAccessibilitySelectedColumnsChangedNotification'; NSAccessibilityUnknownRole: NSString; external name '_NSAccessibilityUnknownRole'; NSAccessibilityButtonRole: NSString; external name '_NSAccessibilityButtonRole'; NSAccessibilityRadioButtonRole: NSString; external name '_NSAccessibilityRadioButtonRole'; @@ -164,6 +196,14 @@ var NSAccessibilityColorWellRole: NSString; external name '_NSAccessibilityColorWellRole'; NSAccessibilityGrowAreaRole: NSString; external name '_NSAccessibilityGrowAreaRole'; NSAccessibilitySheetRole: NSString; external name '_NSAccessibilitySheetRole'; + NSAccessibilityHelpTagRole: NSString; external name '_NSAccessibilityHelpTagRole'; + NSAccessibilityMatteRole: NSString; external name '_NSAccessibilityMatteRole'; + NSAccessibilityRulerRole: NSString; external name '_NSAccessibilityRulerRole'; + NSAccessibilityRulerMarkerRole: NSString; external name '_NSAccessibilityRulerMarkerRole'; + NSAccessibilitySortButtonRole: NSString; external name '_NSAccessibilitySortButtonRole'; + NSAccessibilityLinkRole: NSString; external name '_NSAccessibilityLinkRole'; + NSAccessibilityDisclosureTriangleRole: NSString; external name '_NSAccessibilityDisclosureTriangleRole'; + NSAccessibilityGridRole: NSString; external name '_NSAccessibilityGridRole'; NSAccessibilityUnknownSubrole: NSString; external name '_NSAccessibilityUnknownSubrole'; NSAccessibilityCloseButtonSubrole: NSString; external name '_NSAccessibilityCloseButtonSubrole'; NSAccessibilityZoomButtonSubrole: NSString; external name '_NSAccessibilityZoomButtonSubrole'; @@ -172,6 +212,19 @@ var NSAccessibilityTableRowSubrole: NSString; external name '_NSAccessibilityTableRowSubrole'; NSAccessibilityOutlineRowSubrole: NSString; external name '_NSAccessibilityOutlineRowSubrole'; NSAccessibilitySecureTextFieldSubrole: NSString; external name '_NSAccessibilitySecureTextFieldSubrole'; + NSAccessibilityStandardWindowSubrole: NSString; external name '_NSAccessibilityStandardWindowSubrole'; + NSAccessibilityDialogSubrole: NSString; external name '_NSAccessibilityDialogSubrole'; + NSAccessibilitySystemDialogSubrole: NSString; external name '_NSAccessibilitySystemDialogSubrole'; + NSAccessibilityFloatingWindowSubrole: NSString; external name '_NSAccessibilityFloatingWindowSubrole'; + NSAccessibilitySystemFloatingWindowSubrole: NSString; external name '_NSAccessibilitySystemFloatingWindowSubrole'; + NSAccessibilityIncrementArrowSubrole: NSString; external name '_NSAccessibilityIncrementArrowSubrole'; + NSAccessibilityDecrementArrowSubrole: NSString; external name '_NSAccessibilityDecrementArrowSubrole'; + NSAccessibilityIncrementPageSubrole: NSString; external name '_NSAccessibilityIncrementPageSubrole'; + NSAccessibilityDecrementPageSubrole: NSString; external name '_NSAccessibilityDecrementPageSubrole'; + NSAccessibilitySearchFieldSubrole: NSString; external name '_NSAccessibilitySearchFieldSubrole'; + NSAccessibilityTextAttachmentSubrole: NSString; external name '_NSAccessibilityTextAttachmentSubrole'; + NSAccessibilityTextLinkSubrole: NSString; external name '_NSAccessibilityTextLinkSubrole'; + NSAccessibilityTimelineSubrole: NSString; external name '_NSAccessibilityTimelineSubrole'; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSActionCell.inc b/packages/cocoaint/src/appkit/NSActionCell.inc index 3aa013c891..97e81b6863 100644 --- a/packages/cocoaint/src/appkit/NSActionCell.inc +++ b/packages/cocoaint/src/appkit/NSActionCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSActionCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSACTIONCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSACTIONCELL_PAS_T} -{$define NSACTIONCELL_PAS_T} +{$ifndef NSACTIONCELL_PAS_S} +{$define NSACTIONCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAffineTransform.inc b/packages/cocoaint/src/appkit/NSAffineTransform.inc index 084ad80b8d..df8800928b 100644 --- a/packages/cocoaint/src/appkit/NSAffineTransform.inc +++ b/packages/cocoaint/src/appkit/NSAffineTransform.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAffineTransform.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSAFFINETRANSFORM_PAS_H} @@ -24,8 +24,8 @@ type { Records } type NSAffineTransformStruct = record - m11: CGFloat; - tX: CGFloat; + m11, m12, m21, m22: CGFloat; + tX, tY: CGFloat; end; @@ -40,8 +40,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAFFINETRANSFORM_PAS_T} -{$define NSAFFINETRANSFORM_PAS_T} +{$ifndef NSAFFINETRANSFORM_PAS_S} +{$define NSAFFINETRANSFORM_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAlert.inc b/packages/cocoaint/src/appkit/NSAlert.inc index 58e6d4443c..6dabd83c4f 100644 --- a/packages/cocoaint/src/appkit/NSAlert.inc +++ b/packages/cocoaint/src/appkit/NSAlert.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAlert.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSALERT_PAS_H} @@ -48,8 +48,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSALERT_PAS_T} -{$define NSALERT_PAS_T} +{$ifndef NSALERT_PAS_S} +{$define NSALERT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAnimation.inc b/packages/cocoaint/src/appkit/NSAnimation.inc index b8a387342e..0130a21d3d 100644 --- a/packages/cocoaint/src/appkit/NSAnimation.inc +++ b/packages/cocoaint/src/appkit/NSAnimation.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAnimation.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSANIMATION_PAS_H} @@ -18,9 +18,10 @@ type { Constants } const - NSAnimationEaseIn = 0; - NSAnimationEaseOut = 1; - NSAnimationLinear = 2; + NSAnimationEaseInOut = 0; + NSAnimationEaseIn = 1; + NSAnimationEaseOut = 2; + NSAnimationLinear = 3; const NSAnimationBlocking = 0; @@ -51,8 +52,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSANIMATION_PAS_T} -{$define NSANIMATION_PAS_T} +{$ifndef NSANIMATION_PAS_S} +{$define NSANIMATION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAnimationContext.inc b/packages/cocoaint/src/appkit/NSAnimationContext.inc index a1eb8dabd4..dd74194a31 100644 --- a/packages/cocoaint/src/appkit/NSAnimationContext.inc +++ b/packages/cocoaint/src/appkit/NSAnimationContext.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAnimationContext.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSANIMATIONCONTEXT_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSANIMATIONCONTEXT_PAS_T} -{$define NSANIMATIONCONTEXT_PAS_T} +{$ifndef NSANIMATIONCONTEXT_PAS_S} +{$define NSANIMATIONCONTEXT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc index e4977ecfe1..a619f4ffba 100644 --- a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc +++ b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAppleScriptExtensions.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_T} -{$define NSAPPLESCRIPTEXTENSIONS_PAS_T} +{$ifndef NSAPPLESCRIPTEXTENSIONS_PAS_S} +{$define NSAPPLESCRIPTEXTENSIONS_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSApplication.inc b/packages/cocoaint/src/appkit/NSApplication.inc index e228a44d58..78673e03bb 100644 --- a/packages/cocoaint/src/appkit/NSApplication.inc +++ b/packages/cocoaint/src/appkit/NSApplication.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSApplication.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSAPPLICATION_PAS_H} @@ -91,32 +91,13 @@ procedure NSUnregisterServicesProvider(namePointer: NSString); cdecl; external n {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLICATION_PAS_T} -{$define NSAPPLICATION_PAS_T} +{$ifndef NSAPPLICATION_PAS_S} +{$define NSAPPLICATION_PAS_S} { External symbols } var NSAppKitVersionNumber: double; external name '_NSAppKitVersionNumber'; -{ External string constants } -var - NSModalPanelRunLoopMode: NSString; external name '_NSModalPanelRunLoopMode'; - NSEventTrackingRunLoopMode: NSString; external name '_NSEventTrackingRunLoopMode'; - NSApplicationDidBecomeActiveNotification: NSString; external name '_NSApplicationDidBecomeActiveNotification'; - NSApplicationDidHideNotification: NSString; external name '_NSApplicationDidHideNotification'; - NSApplicationDidFinishLaunchingNotification: NSString; external name '_NSApplicationDidFinishLaunchingNotification'; - NSApplicationDidResignActiveNotification: NSString; external name '_NSApplicationDidResignActiveNotification'; - NSApplicationDidUnhideNotification: NSString; external name '_NSApplicationDidUnhideNotification'; - NSApplicationDidUpdateNotification: NSString; external name '_NSApplicationDidUpdateNotification'; - NSApplicationWillBecomeActiveNotification: NSString; external name '_NSApplicationWillBecomeActiveNotification'; - NSApplicationWillHideNotification: NSString; external name '_NSApplicationWillHideNotification'; - NSApplicationWillFinishLaunchingNotification: NSString; external name '_NSApplicationWillFinishLaunchingNotification'; - NSApplicationWillResignActiveNotification: NSString; external name '_NSApplicationWillResignActiveNotification'; - NSApplicationWillUnhideNotification: NSString; external name '_NSApplicationWillUnhideNotification'; - NSApplicationWillUpdateNotification: NSString; external name '_NSApplicationWillUpdateNotification'; - NSApplicationWillTerminateNotification: NSString; external name '_NSApplicationWillTerminateNotification'; - NSApplicationDidChangeScreenParametersNotification: NSString; external name '_NSApplicationDidChangeScreenParametersNotification'; - {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSApplicationScripting.inc b/packages/cocoaint/src/appkit/NSApplicationScripting.inc index a2ac111122..b7b149aa29 100644 --- a/packages/cocoaint/src/appkit/NSApplicationScripting.inc +++ b/packages/cocoaint/src/appkit/NSApplicationScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSApplicationScripting.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLICATIONSCRIPTING_PAS_T} -{$define NSAPPLICATIONSCRIPTING_PAS_T} +{$ifndef NSAPPLICATIONSCRIPTING_PAS_S} +{$define NSAPPLICATIONSCRIPTING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSArrayController.inc b/packages/cocoaint/src/appkit/NSArrayController.inc index 6db64ece7a..9a506b7a6a 100644 --- a/packages/cocoaint/src/appkit/NSArrayController.inc +++ b/packages/cocoaint/src/appkit/NSArrayController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSArrayController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSARRAYCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSARRAYCONTROLLER_PAS_T} -{$define NSARRAYCONTROLLER_PAS_T} +{$ifndef NSARRAYCONTROLLER_PAS_S} +{$define NSARRAYCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSAttributedString.inc b/packages/cocoaint/src/appkit/NSAttributedString.inc index 751c2ca680..303125d104 100644 --- a/packages/cocoaint/src/appkit/NSAttributedString.inc +++ b/packages/cocoaint/src/appkit/NSAttributedString.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAttributedString.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSATTRIBUTEDSTRING_PAS_H} @@ -56,29 +56,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSATTRIBUTEDSTRING_PAS_T} -{$define NSATTRIBUTEDSTRING_PAS_T} - -{ External string constants } -var - NSFontAttributeName: NSString; external name '_NSFontAttributeName'; - NSParagraphStyleAttributeName: NSString; external name '_NSParagraphStyleAttributeName'; - NSForegroundColorAttributeName: NSString; external name '_NSForegroundColorAttributeName'; - NSUnderlineStyleAttributeName: NSString; external name '_NSUnderlineStyleAttributeName'; - NSSuperscriptAttributeName: NSString; external name '_NSSuperscriptAttributeName'; - NSBackgroundColorAttributeName: NSString; external name '_NSBackgroundColorAttributeName'; - NSAttachmentAttributeName: NSString; external name '_NSAttachmentAttributeName'; - NSLigatureAttributeName: NSString; external name '_NSLigatureAttributeName'; - NSBaselineOffsetAttributeName: NSString; external name '_NSBaselineOffsetAttributeName'; - NSKernAttributeName: NSString; external name '_NSKernAttributeName'; - NSLinkAttributeName: NSString; external name '_NSLinkAttributeName'; - NSCharacterShapeAttributeName: NSString; external name '_NSCharacterShapeAttributeName'; - NSGlyphInfoAttributeName: NSString; external name '_NSGlyphInfoAttributeName'; - NSPlainTextDocumentType: NSString; external name '_NSPlainTextDocumentType'; - NSRTFTextDocumentType: NSString; external name '_NSRTFTextDocumentType'; - NSRTFDTextDocumentType: NSString; external name '_NSRTFDTextDocumentType'; - NSMacSimpleTextDocumentType: NSString; external name '_NSMacSimpleTextDocumentType'; - NSHTMLTextDocumentType: NSString; external name '_NSHTMLTextDocumentType'; +{$ifndef NSATTRIBUTEDSTRING_PAS_S} +{$define NSATTRIBUTEDSTRING_PAS_S} { External symbols } var diff --git a/packages/cocoaint/src/appkit/NSBezierPath.inc b/packages/cocoaint/src/appkit/NSBezierPath.inc index de048bcf1d..980d58bbae 100644 --- a/packages/cocoaint/src/appkit/NSBezierPath.inc +++ b/packages/cocoaint/src/appkit/NSBezierPath.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBezierPath.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSBEZIERPATH_PAS_H} @@ -61,8 +61,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBEZIERPATH_PAS_T} -{$define NSBEZIERPATH_PAS_T} +{$ifndef NSBEZIERPATH_PAS_S} +{$define NSBEZIERPATH_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSBitmapImageRep.inc b/packages/cocoaint/src/appkit/NSBitmapImageRep.inc index 8cbb261c92..925f3f014e 100644 --- a/packages/cocoaint/src/appkit/NSBitmapImageRep.inc +++ b/packages/cocoaint/src/appkit/NSBitmapImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBitmapImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSBITMAPIMAGEREP_PAS_H} @@ -35,6 +35,14 @@ const NSJPEG2000FileType = 5; const + NSImageRepLoadStatusUnknownType = -1; + NSImageRepLoadStatusReadingHeader = -2; + NSImageRepLoadStatusWillNeedAllData = -3; + NSImageRepLoadStatusInvalidData = -4; + NSImageRepLoadStatusUnexpectedEOF = -5; + NSImageRepLoadStatusCompleted = -6; + +const NSAlphaFirstBitmapFormat = 1 shl 0; NSAlphaNonpremultipliedBitmapFormat = 1 shl 1; NSFloatingPointSamplesBitmapFormat = 1 shl 2; @@ -64,8 +72,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBITMAPIMAGEREP_PAS_T} -{$define NSBITMAPIMAGEREP_PAS_T} +{$ifndef NSBITMAPIMAGEREP_PAS_S} +{$define NSBITMAPIMAGEREP_PAS_S} {$endif} {$endif} @@ -110,7 +118,7 @@ type function initWithCGImage(CGImage_: CGImageRef): id; message 'initWithCGImage:'; function initWithCIImage(ciImage: CIImagePointer): id; message 'initWithCIImage:'; class function imageRepsWithData(data: NSData): NSArray; message 'imageRepsWithData:'; - class function imageRepWithData_initWithData(data: NSData): id; message 'imageRepWithData:'; + class function imageRepWithData(data: NSData): id; message 'imageRepWithData:'; function initWithData(data: NSData): id; message 'initWithData:'; function bitmapData: Pointer; message 'bitmapData'; procedure getBitmapDataPlanes(data: pchar); message 'getBitmapDataPlanes:'; diff --git a/packages/cocoaint/src/appkit/NSBox.inc b/packages/cocoaint/src/appkit/NSBox.inc index dae9a63633..2bad150600 100644 --- a/packages/cocoaint/src/appkit/NSBox.inc +++ b/packages/cocoaint/src/appkit/NSBox.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBox.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSBOX_PAS_H} @@ -25,6 +25,13 @@ const NSAtBottom = 5; NSBelowBottom = 6; +const + NSBoxPrimary = 0; + NSBoxSecondary = 1; + NSBoxSeparator = 2; + NSBoxOldStyle = 3; + NSBoxCustom = 4; + { Types } type NSTitlePosition = NSUInteger; @@ -48,8 +55,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBOX_PAS_T} -{$define NSBOX_PAS_T} +{$ifndef NSBOX_PAS_S} +{$define NSBOX_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSBrowser.inc b/packages/cocoaint/src/appkit/NSBrowser.inc index 51b3504e69..f99ff96314 100644 --- a/packages/cocoaint/src/appkit/NSBrowser.inc +++ b/packages/cocoaint/src/appkit/NSBrowser.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBrowser.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSBROWSER_PAS_H} @@ -113,8 +113,12 @@ _Brflags = __Brflags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBROWSER_PAS_T} -{$define NSBROWSER_PAS_T} +{$ifndef NSBROWSER_PAS_S} +{$define NSBROWSER_PAS_S} + +{ External string constants } +var + NSBrowserColumnConfigurationDidChangeNotification: NSString; external name '_NSBrowserColumnConfigurationDidChangeNotification'; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSBrowserCell.inc b/packages/cocoaint/src/appkit/NSBrowserCell.inc index 907bac3150..918c6cc42a 100644 --- a/packages/cocoaint/src/appkit/NSBrowserCell.inc +++ b/packages/cocoaint/src/appkit/NSBrowserCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBrowserCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSBROWSERCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBROWSERCELL_PAS_T} -{$define NSBROWSERCELL_PAS_T} +{$ifndef NSBROWSERCELL_PAS_S} +{$define NSBROWSERCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSButton.inc b/packages/cocoaint/src/appkit/NSButton.inc index 967e96194b..2f0787cd40 100644 --- a/packages/cocoaint/src/appkit/NSButton.inc +++ b/packages/cocoaint/src/appkit/NSButton.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSButton.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSBUTTON_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBUTTON_PAS_T} -{$define NSBUTTON_PAS_T} +{$ifndef NSBUTTON_PAS_S} +{$define NSBUTTON_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSButtonCell.inc b/packages/cocoaint/src/appkit/NSButtonCell.inc index 15f703a9e4..039186faf0 100644 --- a/packages/cocoaint/src/appkit/NSButtonCell.inc +++ b/packages/cocoaint/src/appkit/NSButtonCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSButtonCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSBUTTONCELL_PAS_H} @@ -17,12 +17,14 @@ type { Constants } const + NSMomentaryLightButton = 0; NSPushOnPushOffButton = 1; NSToggleButton = 2; NSSwitchButton = 3; NSRadioButton = 4; NSMomentaryChangeButton = 5; NSOnOffButton = 6; + NSMomentaryPushInButton = 7; NSMomentaryPushButton = 0; NSMomentaryLight = 7; @@ -148,8 +150,8 @@ _BCFlags2 = __BCFlags2; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBUTTONCELL_PAS_T} -{$define NSBUTTONCELL_PAS_T} +{$ifndef NSBUTTONCELL_PAS_S} +{$define NSBUTTONCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSCIImageRep.inc b/packages/cocoaint/src/appkit/NSCIImageRep.inc index ad39553881..64e6eddf50 100644 --- a/packages/cocoaint/src/appkit/NSCIImageRep.inc +++ b/packages/cocoaint/src/appkit/NSCIImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCIImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCIIMAGEREP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCIIMAGEREP_PAS_T} -{$define NSCIIMAGEREP_PAS_T} +{$ifndef NSCIIMAGEREP_PAS_S} +{$define NSCIIMAGEREP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSCachedImageRep.inc b/packages/cocoaint/src/appkit/NSCachedImageRep.inc index ee4f6ab4f4..a005632bbd 100644 --- a/packages/cocoaint/src/appkit/NSCachedImageRep.inc +++ b/packages/cocoaint/src/appkit/NSCachedImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCachedImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCACHEDIMAGEREP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCACHEDIMAGEREP_PAS_T} -{$define NSCACHEDIMAGEREP_PAS_T} +{$ifndef NSCACHEDIMAGEREP_PAS_S} +{$define NSCACHEDIMAGEREP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSCell.inc b/packages/cocoaint/src/appkit/NSCell.inc index 3b4a3a0bf0..bf876da2b5 100644 --- a/packages/cocoaint/src/appkit/NSCell.inc +++ b/packages/cocoaint/src/appkit/NSCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCELL_PAS_H} @@ -59,6 +59,17 @@ const NSImageOverlaps = 6; const + NSScaleProportionally = 0; + NSScaleToFit = 0; + NSScaleNone = 1; + +const + NSImageScaleProportionallyDown = 0; + NSImageScaleAxesIndependently = 0; + NSImageScaleNone = 1; + NSImageScaleProportionallyUpOrDown = 2; + +const NSMixedState = -1; NSOffState = 0; NSOnState = 1; @@ -71,6 +82,7 @@ const NSChangeBackgroundCellMask = 8; const + NSDefaultControlTint = 0; NSBlueControlTint = 1; NSGraphiteControlTint = 6; NSClearControlTint = 7; @@ -85,6 +97,12 @@ const NSCellHitEditableTextArea = 1 shl 1; NSCellHitTrackableArea = 1 shl 2; +const + NSBackgroundStyleLight = 0; + NSBackgroundStyleDark = 0; + NSBackgroundStyleRaised = 1; + NSBackgroundStyleLowered = 2; + { Types } type NSCellType = NSUInteger; @@ -172,12 +190,8 @@ procedure NSDrawNinePartImage(frame: NSRect; topLeftCornerPointer: NSImage; topE {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCELL_PAS_T} -{$define NSCELL_PAS_T} - -{ External string constants } -var - NSControlTintDidChangeNotification: NSString; external name '_NSControlTintDidChangeNotification'; +{$ifndef NSCELL_PAS_S} +{$define NSCELL_PAS_S} {$endif} {$endif} @@ -334,9 +348,9 @@ var function attributedStringValue: NSAttributedString; message 'attributedStringValue'; procedure setAttributedStringValue(obj: NSAttributedString); message 'setAttributedStringValue:'; function allowsEditingTextAttributes: Boolean; message 'allowsEditingTextAttributes'; - procedure setAllowsEditingTextAttributes_setImportsGraphics(flag: Boolean); message 'setAllowsEditingTextAttributes:'; + procedure setAllowsEditingTextAttributes(flag: Boolean); message 'setAllowsEditingTextAttributes:'; function importsGraphics: Boolean; message 'importsGraphics'; - procedure setImportsGraphics_setAllowsEditingTextAttributes(flag: Boolean); message 'setImportsGraphics:'; + procedure setImportsGraphics(flag: Boolean); message 'setImportsGraphics:'; { Category: NSCellMixedState } procedure setAllowsMixedState(flag: Boolean); message 'setAllowsMixedState:'; diff --git a/packages/cocoaint/src/appkit/NSClipView.inc b/packages/cocoaint/src/appkit/NSClipView.inc index c48629df71..838d8ec2bc 100644 --- a/packages/cocoaint/src/appkit/NSClipView.inc +++ b/packages/cocoaint/src/appkit/NSClipView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSClipView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCLIPVIEW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCLIPVIEW_PAS_T} -{$define NSCLIPVIEW_PAS_T} +{$ifndef NSCLIPVIEW_PAS_S} +{$define NSCLIPVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSCollectionView.inc b/packages/cocoaint/src/appkit/NSCollectionView.inc index 2efd1e796f..f750f16c52 100644 --- a/packages/cocoaint/src/appkit/NSCollectionView.inc +++ b/packages/cocoaint/src/appkit/NSCollectionView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCollectionView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLLECTIONVIEW_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLLECTIONVIEW_PAS_T} -{$define NSCOLLECTIONVIEW_PAS_T} +{$ifndef NSCOLLECTIONVIEW_PAS_S} +{$define NSCOLLECTIONVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColor.inc b/packages/cocoaint/src/appkit/NSColor.inc index 7998a500da..6af1104be0 100644 --- a/packages/cocoaint/src/appkit/NSColor.inc +++ b/packages/cocoaint/src/appkit/NSColor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLOR_PAS_H} @@ -36,12 +36,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLOR_PAS_T} -{$define NSCOLOR_PAS_T} - -{ External string constants } -var - NSSystemColorsDidChangeNotification: NSString; external name '_NSSystemColorsDidChangeNotification'; +{$ifndef NSCOLOR_PAS_S} +{$define NSCOLOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColorList.inc b/packages/cocoaint/src/appkit/NSColorList.inc index c3d2158222..88d58d65f4 100644 --- a/packages/cocoaint/src/appkit/NSColorList.inc +++ b/packages/cocoaint/src/appkit/NSColorList.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorList.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLORLIST_PAS_H} @@ -32,12 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLORLIST_PAS_T} -{$define NSCOLORLIST_PAS_T} - -{ External string constants } -var - NSColorListDidChangeNotification: NSString; external name '_NSColorListDidChangeNotification'; +{$ifndef NSCOLORLIST_PAS_S} +{$define NSCOLORLIST_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColorPanel.inc b/packages/cocoaint/src/appkit/NSColorPanel.inc index 4f848c65fd..9c6d991e48 100644 --- a/packages/cocoaint/src/appkit/NSColorPanel.inc +++ b/packages/cocoaint/src/appkit/NSColorPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorPanel.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLORPANEL_PAS_H} @@ -60,12 +60,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLORPANEL_PAS_T} -{$define NSCOLORPANEL_PAS_T} - -{ External string constants } -var - NSColorPanelColorDidChangeNotification: NSString; external name '_NSColorPanelColorDidChangeNotification'; +{$ifndef NSCOLORPANEL_PAS_S} +{$define NSCOLORPANEL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColorPicker.inc b/packages/cocoaint/src/appkit/NSColorPicker.inc index 2a7897903d..2672e56266 100644 --- a/packages/cocoaint/src/appkit/NSColorPicker.inc +++ b/packages/cocoaint/src/appkit/NSColorPicker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorPicker.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLORPICKER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLORPICKER_PAS_T} -{$define NSCOLORPICKER_PAS_T} +{$ifndef NSCOLORPICKER_PAS_S} +{$define NSCOLORPICKER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColorPicking.inc b/packages/cocoaint/src/appkit/NSColorPicking.inc index 2ab54f76fa..22a2d2f3c5 100644 --- a/packages/cocoaint/src/appkit/NSColorPicking.inc +++ b/packages/cocoaint/src/appkit/NSColorPicking.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorPicking.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLORPICKING_PAS_T} -{$define NSCOLORPICKING_PAS_T} +{$ifndef NSCOLORPICKING_PAS_S} +{$define NSCOLORPICKING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColorSpace.inc b/packages/cocoaint/src/appkit/NSColorSpace.inc index b24dce20e9..1ddd490dcb 100644 --- a/packages/cocoaint/src/appkit/NSColorSpace.inc +++ b/packages/cocoaint/src/appkit/NSColorSpace.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorSpace.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLORSPACE_PAS_H} @@ -48,8 +48,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLORSPACE_PAS_T} -{$define NSCOLORSPACE_PAS_T} +{$ifndef NSCOLORSPACE_PAS_S} +{$define NSCOLORSPACE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColorWell.inc b/packages/cocoaint/src/appkit/NSColorWell.inc index 812ccda57f..1ef0decfb5 100644 --- a/packages/cocoaint/src/appkit/NSColorWell.inc +++ b/packages/cocoaint/src/appkit/NSColorWell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorWell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOLORWELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOLORWELL_PAS_T} -{$define NSCOLORWELL_PAS_T} +{$ifndef NSCOLORWELL_PAS_S} +{$define NSCOLORWELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSComboBox.inc b/packages/cocoaint/src/appkit/NSComboBox.inc index ccdc8ee243..b2491ff7e9 100644 --- a/packages/cocoaint/src/appkit/NSComboBox.inc +++ b/packages/cocoaint/src/appkit/NSComboBox.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSComboBox.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOMBOBOX_PAS_H} @@ -32,15 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOMBOBOX_PAS_T} -{$define NSCOMBOBOX_PAS_T} - -{ External string constants } -var - NSComboBoxWillPopUpNotification: NSString; external name '_NSComboBoxWillPopUpNotification'; - NSComboBoxWillDismissNotification: NSString; external name '_NSComboBoxWillDismissNotification'; - NSComboBoxSelectionDidChangeNotification: NSString; external name '_NSComboBoxSelectionDidChangeNotification'; - NSComboBoxSelectionIsChangingNotification: NSString; external name '_NSComboBoxSelectionIsChangingNotification'; +{$ifndef NSCOMBOBOX_PAS_S} +{$define NSCOMBOBOX_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSComboBoxCell.inc b/packages/cocoaint/src/appkit/NSComboBoxCell.inc index 2b49db8ff9..42b4e3bc1e 100644 --- a/packages/cocoaint/src/appkit/NSComboBoxCell.inc +++ b/packages/cocoaint/src/appkit/NSComboBoxCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSComboBoxCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOMBOBOXCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOMBOBOXCELL_PAS_T} -{$define NSCOMBOBOXCELL_PAS_T} +{$ifndef NSCOMBOBOXCELL_PAS_S} +{$define NSCOMBOBOXCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSControl.inc b/packages/cocoaint/src/appkit/NSControl.inc index ffe8d1b573..458bf8c114 100644 --- a/packages/cocoaint/src/appkit/NSControl.inc +++ b/packages/cocoaint/src/appkit/NSControl.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSControl.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCONTROL_PAS_H} @@ -32,14 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCONTROL_PAS_T} -{$define NSCONTROL_PAS_T} - -{ External string constants } -var - NSControlTextDidBeginEditingNotification: NSString; external name '_NSControlTextDidBeginEditingNotification'; - NSControlTextDidEndEditingNotification: NSString; external name '_NSControlTextDidEndEditingNotification'; - NSControlTextDidChangeNotification: NSString; external name '_NSControlTextDidChangeNotification'; +{$ifndef NSCONTROL_PAS_S} +{$define NSCONTROL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSController.inc b/packages/cocoaint/src/appkit/NSController.inc index d800bfd2c6..79b1fa9dd6 100644 --- a/packages/cocoaint/src/appkit/NSController.inc +++ b/packages/cocoaint/src/appkit/NSController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCONTROLLER_PAS_T} -{$define NSCONTROLLER_PAS_T} +{$ifndef NSCONTROLLER_PAS_S} +{$define NSCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSCursor.inc b/packages/cocoaint/src/appkit/NSCursor.inc index 2f9d9d15da..849beca708 100644 --- a/packages/cocoaint/src/appkit/NSCursor.inc +++ b/packages/cocoaint/src/appkit/NSCursor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCursor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCURSOR_PAS_H} @@ -36,8 +36,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCURSOR_PAS_T} -{$define NSCURSOR_PAS_T} +{$ifndef NSCURSOR_PAS_S} +{$define NSCURSOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSCustomImageRep.inc b/packages/cocoaint/src/appkit/NSCustomImageRep.inc index 1c5137a0de..fe0e5d02c7 100644 --- a/packages/cocoaint/src/appkit/NSCustomImageRep.inc +++ b/packages/cocoaint/src/appkit/NSCustomImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCustomImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCUSTOMIMAGEREP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCUSTOMIMAGEREP_PAS_T} -{$define NSCUSTOMIMAGEREP_PAS_T} +{$ifndef NSCUSTOMIMAGEREP_PAS_S} +{$define NSCUSTOMIMAGEREP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDatePicker.inc b/packages/cocoaint/src/appkit/NSDatePicker.inc index 73d1dd7f5f..008596ac9a 100644 --- a/packages/cocoaint/src/appkit/NSDatePicker.inc +++ b/packages/cocoaint/src/appkit/NSDatePicker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDatePicker.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSDATEPICKER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDATEPICKER_PAS_T} -{$define NSDATEPICKER_PAS_T} +{$ifndef NSDATEPICKER_PAS_S} +{$define NSDATEPICKER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDatePickerCell.inc b/packages/cocoaint/src/appkit/NSDatePickerCell.inc index 3b8127c31e..d245fd392d 100644 --- a/packages/cocoaint/src/appkit/NSDatePickerCell.inc +++ b/packages/cocoaint/src/appkit/NSDatePickerCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDatePickerCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSDATEPICKERCELL_PAS_H} @@ -57,8 +57,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDATEPICKERCELL_PAS_T} -{$define NSDATEPICKERCELL_PAS_T} +{$ifndef NSDATEPICKERCELL_PAS_S} +{$define NSDATEPICKERCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDictionaryController.inc b/packages/cocoaint/src/appkit/NSDictionaryController.inc index 4322c4f425..426925fcee 100644 --- a/packages/cocoaint/src/appkit/NSDictionaryController.inc +++ b/packages/cocoaint/src/appkit/NSDictionaryController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDictionaryController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSDICTIONARYCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDICTIONARYCONTROLLER_PAS_T} -{$define NSDICTIONARYCONTROLLER_PAS_T} +{$ifndef NSDICTIONARYCONTROLLER_PAS_S} +{$define NSDICTIONARYCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDockTile.inc b/packages/cocoaint/src/appkit/NSDockTile.inc index c9d9dc1d82..8c42d50e76 100644 --- a/packages/cocoaint/src/appkit/NSDockTile.inc +++ b/packages/cocoaint/src/appkit/NSDockTile.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDockTile.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSDOCKTILE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDOCKTILE_PAS_T} -{$define NSDOCKTILE_PAS_T} +{$ifndef NSDOCKTILE_PAS_S} +{$define NSDOCKTILE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDocument.inc b/packages/cocoaint/src/appkit/NSDocument.inc index 065622d783..ecc97c3ea8 100644 --- a/packages/cocoaint/src/appkit/NSDocument.inc +++ b/packages/cocoaint/src/appkit/NSDocument.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDocument.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSDOCUMENT_PAS_H} @@ -53,8 +53,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDOCUMENT_PAS_T} -{$define NSDOCUMENT_PAS_T} +{$ifndef NSDOCUMENT_PAS_S} +{$define NSDOCUMENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDocumentController.inc b/packages/cocoaint/src/appkit/NSDocumentController.inc index 2917f14869..fbca76e83a 100644 --- a/packages/cocoaint/src/appkit/NSDocumentController.inc +++ b/packages/cocoaint/src/appkit/NSDocumentController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDocumentController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSDOCUMENTCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDOCUMENTCONTROLLER_PAS_T} -{$define NSDOCUMENTCONTROLLER_PAS_T} +{$ifndef NSDOCUMENTCONTROLLER_PAS_S} +{$define NSDOCUMENTCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDocumentScripting.inc b/packages/cocoaint/src/appkit/NSDocumentScripting.inc index 6e8e42942e..92014a8239 100644 --- a/packages/cocoaint/src/appkit/NSDocumentScripting.inc +++ b/packages/cocoaint/src/appkit/NSDocumentScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDocumentScripting.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDOCUMENTSCRIPTING_PAS_T} -{$define NSDOCUMENTSCRIPTING_PAS_T} +{$ifndef NSDOCUMENTSCRIPTING_PAS_S} +{$define NSDOCUMENTSCRIPTING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDragging.inc b/packages/cocoaint/src/appkit/NSDragging.inc index ae21e41529..87525b3c21 100644 --- a/packages/cocoaint/src/appkit/NSDragging.inc +++ b/packages/cocoaint/src/appkit/NSDragging.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDragging.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -41,8 +41,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDRAGGING_PAS_T} -{$define NSDRAGGING_PAS_T} +{$ifndef NSDRAGGING_PAS_S} +{$define NSDRAGGING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSDrawer.inc b/packages/cocoaint/src/appkit/NSDrawer.inc index 9569294b04..dae93d0658 100644 --- a/packages/cocoaint/src/appkit/NSDrawer.inc +++ b/packages/cocoaint/src/appkit/NSDrawer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDrawer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSDRAWER_PAS_H} @@ -44,15 +44,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDRAWER_PAS_T} -{$define NSDRAWER_PAS_T} - -{ External string constants } -var - NSDrawerWillOpenNotification: NSString; external name '_NSDrawerWillOpenNotification'; - NSDrawerDidOpenNotification: NSString; external name '_NSDrawerDidOpenNotification'; - NSDrawerWillCloseNotification: NSString; external name '_NSDrawerWillCloseNotification'; - NSDrawerDidCloseNotification: NSString; external name '_NSDrawerDidCloseNotification'; +{$ifndef NSDRAWER_PAS_S} +{$define NSDRAWER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSEPSImageRep.inc b/packages/cocoaint/src/appkit/NSEPSImageRep.inc index 834e2d61b7..8cb4edf431 100644 --- a/packages/cocoaint/src/appkit/NSEPSImageRep.inc +++ b/packages/cocoaint/src/appkit/NSEPSImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSEPSImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSEPSIMAGEREP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSEPSIMAGEREP_PAS_T} -{$define NSEPSIMAGEREP_PAS_T} +{$ifndef NSEPSIMAGEREP_PAS_S} +{$define NSEPSIMAGEREP_PAS_S} {$endif} {$endif} @@ -57,7 +57,7 @@ type public class function alloc: NSEPSImageRep; message 'alloc'; - class function imageRepWithData_initWithData(epsData: NSData): id; message 'imageRepWithData:'; + class function imageRepWithData(epsData: NSData): id; message 'imageRepWithData:'; function initWithData(epsData: NSData): id; message 'initWithData:'; procedure prepareGState; message 'prepareGState'; function EPSRepresentation: NSData; message 'EPSRepresentation'; diff --git a/packages/cocoaint/src/appkit/NSErrors.inc b/packages/cocoaint/src/appkit/NSErrors.inc index b5bd359286..fe0457f2fb 100644 --- a/packages/cocoaint/src/appkit/NSErrors.inc +++ b/packages/cocoaint/src/appkit/NSErrors.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSErrors.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,47 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSERRORS_PAS_T} -{$define NSERRORS_PAS_T} - -{ External string constants } -var - NSTextLineTooLongException: NSString; external name '_NSTextLineTooLongException'; - NSTextNoSelectionException: NSString; external name '_NSTextNoSelectionException'; - NSWordTablesWriteException: NSString; external name '_NSWordTablesWriteException'; - NSWordTablesReadException: NSString; external name '_NSWordTablesReadException'; - NSTextReadException: NSString; external name '_NSTextReadException'; - NSTextWriteException: NSString; external name '_NSTextWriteException'; - NSPasteboardCommunicationException: NSString; external name '_NSPasteboardCommunicationException'; - NSPrintingCommunicationException: NSString; external name '_NSPrintingCommunicationException'; - NSAbortModalException: NSString; external name '_NSAbortModalException'; - NSAbortPrintingException: NSString; external name '_NSAbortPrintingException'; - NSIllegalSelectorException: NSString; external name '_NSIllegalSelectorException'; - NSAppKitVirtualMemoryException: NSString; external name '_NSAppKitVirtualMemoryException'; - NSBadRTFDirectiveException: NSString; external name '_NSBadRTFDirectiveException'; - NSBadRTFFontTableException: NSString; external name '_NSBadRTFFontTableException'; - NSBadRTFStyleSheetException: NSString; external name '_NSBadRTFStyleSheetException'; - NSTypedStreamVersionException: NSString; external name '_NSTypedStreamVersionException'; - NSTIFFException: NSString; external name '_NSTIFFException'; - NSPrintPackageException: NSString; external name '_NSPrintPackageException'; - NSBadRTFColorTableException: NSString; external name '_NSBadRTFColorTableException'; - NSDraggingException: NSString; external name '_NSDraggingException'; - NSColorListIOException: NSString; external name '_NSColorListIOException'; - NSColorListNotEditableException: NSString; external name '_NSColorListNotEditableException'; - NSBadBitmapParametersException: NSString; external name '_NSBadBitmapParametersException'; - NSWindowServerCommunicationException: NSString; external name '_NSWindowServerCommunicationException'; - NSFontUnavailableException: NSString; external name '_NSFontUnavailableException'; - NSPPDIncludeNotFoundException: NSString; external name '_NSPPDIncludeNotFoundException'; - NSPPDParseException: NSString; external name '_NSPPDParseException'; - NSPPDIncludeStackOverflowException: NSString; external name '_NSPPDIncludeStackOverflowException'; - NSPPDIncludeStackUnderflowException: NSString; external name '_NSPPDIncludeStackUnderflowException'; - NSRTFPropertyStackOverflowException: NSString; external name '_NSRTFPropertyStackOverflowException'; - NSAppKitIgnoredException: NSString; external name '_NSAppKitIgnoredException'; - NSBadComparisonException: NSString; external name '_NSBadComparisonException'; - NSImageCacheException: NSString; external name '_NSImageCacheException'; - NSNibLoadingException: NSString; external name '_NSNibLoadingException'; - NSBrowserIllegalDelegateException: NSString; external name '_NSBrowserIllegalDelegateException'; - NSAccessibilityException: NSString; external name '_NSAccessibilityException'; +{$ifndef NSERRORS_PAS_S} +{$define NSERRORS_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSEvent.inc b/packages/cocoaint/src/appkit/NSEvent.inc index b16ed246c8..4c744029a7 100644 --- a/packages/cocoaint/src/appkit/NSEvent.inc +++ b/packages/cocoaint/src/appkit/NSEvent.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSEvent.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSEVENT_PAS_H} @@ -179,8 +179,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSEVENT_PAS_T} -{$define NSEVENT_PAS_T} +{$ifndef NSEVENT_PAS_S} +{$define NSEVENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFileWrapper.inc b/packages/cocoaint/src/appkit/NSFileWrapper.inc index 07c18205d8..0afdfbfb1a 100644 --- a/packages/cocoaint/src/appkit/NSFileWrapper.inc +++ b/packages/cocoaint/src/appkit/NSFileWrapper.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFileWrapper.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSFILEWRAPPER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFILEWRAPPER_PAS_T} -{$define NSFILEWRAPPER_PAS_T} +{$ifndef NSFILEWRAPPER_PAS_S} +{$define NSFILEWRAPPER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFont.inc b/packages/cocoaint/src/appkit/NSFont.inc index 14cefd7ad5..57c59d0a3f 100644 --- a/packages/cocoaint/src/appkit/NSFont.inc +++ b/packages/cocoaint/src/appkit/NSFont.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFont.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSFONT_PAS_H} @@ -31,6 +31,12 @@ const NSNativeShortGlyphPacking = 5; const + NSFontDefaultRenderingMode = 0; + NSFontAntialiasedRenderingMode = 1; + NSFontIntegerAdvancementsRenderingMode = 2; + NSFontAntialiasedIntegerAdvancementsRenderingMode = 3; + +const NSOneByteGlyphPacking = 0; NSJapaneseEUCGlyphPacking = 1; NSAsciiWithDoubleByteEUCGlyphPacking = 2; @@ -58,8 +64,8 @@ function NSConvertGlyphsToPackedGlyphs(glBufPointer: NSGlyph; count: NSInteger; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFONT_PAS_T} -{$define NSFONT_PAS_T} +{$ifndef NSFONT_PAS_S} +{$define NSFONT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFontDescriptor.inc b/packages/cocoaint/src/appkit/NSFontDescriptor.inc index 2b5b4ead9c..011db5add9 100644 --- a/packages/cocoaint/src/appkit/NSFontDescriptor.inc +++ b/packages/cocoaint/src/appkit/NSFontDescriptor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFontDescriptor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSFONTDESCRIPTOR_PAS_H} @@ -64,8 +64,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFONTDESCRIPTOR_PAS_T} -{$define NSFONTDESCRIPTOR_PAS_T} +{$ifndef NSFONTDESCRIPTOR_PAS_S} +{$define NSFONTDESCRIPTOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFontManager.inc b/packages/cocoaint/src/appkit/NSFontManager.inc index 392e7dbf84..be86517466 100644 --- a/packages/cocoaint/src/appkit/NSFontManager.inc +++ b/packages/cocoaint/src/appkit/NSFontManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFontManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSFONTMANAGER_PAS_H} @@ -66,8 +66,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFONTMANAGER_PAS_T} -{$define NSFONTMANAGER_PAS_T} +{$ifndef NSFONTMANAGER_PAS_S} +{$define NSFONTMANAGER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFontPanel.inc b/packages/cocoaint/src/appkit/NSFontPanel.inc index 05f53299a6..3808ff692d 100644 --- a/packages/cocoaint/src/appkit/NSFontPanel.inc +++ b/packages/cocoaint/src/appkit/NSFontPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFontPanel.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSFONTPANEL_PAS_H} @@ -56,8 +56,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFONTPANEL_PAS_T} -{$define NSFONTPANEL_PAS_T} +{$ifndef NSFONTPANEL_PAS_S} +{$define NSFONTPANEL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSForm.inc b/packages/cocoaint/src/appkit/NSForm.inc index 440f3df6f5..fb77743472 100644 --- a/packages/cocoaint/src/appkit/NSForm.inc +++ b/packages/cocoaint/src/appkit/NSForm.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSForm.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFORM_PAS_T} -{$define NSFORM_PAS_T} +{$ifndef NSFORM_PAS_S} +{$define NSFORM_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFormCell.inc b/packages/cocoaint/src/appkit/NSFormCell.inc index b5d2c7dd9f..b28bef0af1 100644 --- a/packages/cocoaint/src/appkit/NSFormCell.inc +++ b/packages/cocoaint/src/appkit/NSFormCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFormCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSFORMCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFORMCELL_PAS_T} -{$define NSFORMCELL_PAS_T} +{$ifndef NSFORMCELL_PAS_S} +{$define NSFORMCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc index 24669eabe2..1fb6357a4c 100644 --- a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc +++ b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGlyphGenerator.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSGLYPHGENERATOR_PAS_H} @@ -39,8 +39,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGLYPHGENERATOR_PAS_T} -{$define NSGLYPHGENERATOR_PAS_T} +{$ifndef NSGLYPHGENERATOR_PAS_S} +{$define NSGLYPHGENERATOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSGlyphInfo.inc b/packages/cocoaint/src/appkit/NSGlyphInfo.inc index bde13bc879..4783a83eb5 100644 --- a/packages/cocoaint/src/appkit/NSGlyphInfo.inc +++ b/packages/cocoaint/src/appkit/NSGlyphInfo.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGlyphInfo.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSGLYPHINFO_PAS_H} @@ -14,6 +14,16 @@ type {$ifndef NSGLYPHINFO_PAS_T} {$define NSGLYPHINFO_PAS_T} +{ Constants } + +const + NSIdentityMappingCharacterCollection = 0; + NSAdobeCNS1CharacterCollection = 1; + NSAdobeGB1CharacterCollection = 2; + NSAdobeJapan1CharacterCollection = 3; + NSAdobeJapan2CharacterCollection = 4; + NSAdobeKorea1CharacterCollection = 5; + { Types } type NSCharacterCollection = NSUInteger; @@ -36,8 +46,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGLYPHINFO_PAS_T} -{$define NSGLYPHINFO_PAS_T} +{$ifndef NSGLYPHINFO_PAS_S} +{$define NSGLYPHINFO_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSGradient.inc b/packages/cocoaint/src/appkit/NSGradient.inc index 1d57b95b6b..7018b2dfe5 100644 --- a/packages/cocoaint/src/appkit/NSGradient.inc +++ b/packages/cocoaint/src/appkit/NSGradient.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGradient.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSGRADIENT_PAS_H} @@ -42,8 +42,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGRADIENT_PAS_T} -{$define NSGRADIENT_PAS_T} +{$ifndef NSGRADIENT_PAS_S} +{$define NSGRADIENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSGraphics.inc b/packages/cocoaint/src/appkit/NSGraphics.inc index 13a2f9c9fd..740a799680 100644 --- a/packages/cocoaint/src/appkit/NSGraphics.inc +++ b/packages/cocoaint/src/appkit/NSGraphics.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGraphics.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -118,27 +118,8 @@ procedure NSShowAnimationEffect(animationEffect: NSAnimationEffect; centerLocati {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGRAPHICS_PAS_T} -{$define NSGRAPHICS_PAS_T} - -{ External string constants } -var - NSCalibratedWhiteColorSpace: NSString; external name '_NSCalibratedWhiteColorSpace'; - NSCalibratedBlackColorSpace: NSString; external name '_NSCalibratedBlackColorSpace'; - NSCalibratedRGBColorSpace: NSString; external name '_NSCalibratedRGBColorSpace'; - NSDeviceWhiteColorSpace: NSString; external name '_NSDeviceWhiteColorSpace'; - NSDeviceBlackColorSpace: NSString; external name '_NSDeviceBlackColorSpace'; - NSDeviceRGBColorSpace: NSString; external name '_NSDeviceRGBColorSpace'; - NSDeviceCMYKColorSpace: NSString; external name '_NSDeviceCMYKColorSpace'; - NSNamedColorSpace: NSString; external name '_NSNamedColorSpace'; - NSPatternColorSpace: NSString; external name '_NSPatternColorSpace'; - NSCustomColorSpace: NSString; external name '_NSCustomColorSpace'; - NSDeviceResolution: NSString; external name '_NSDeviceResolution'; - NSDeviceColorSpaceName: NSString; external name '_NSDeviceColorSpaceName'; - NSDeviceBitsPerSample: NSString; external name '_NSDeviceBitsPerSample'; - NSDeviceIsScreen: NSString; external name '_NSDeviceIsScreen'; - NSDeviceIsPrinter: NSString; external name '_NSDeviceIsPrinter'; - NSDeviceSize: NSString; external name '_NSDeviceSize'; +{$ifndef NSGRAPHICS_PAS_S} +{$define NSGRAPHICS_PAS_S} { External symbols } var diff --git a/packages/cocoaint/src/appkit/NSGraphicsContext.inc b/packages/cocoaint/src/appkit/NSGraphicsContext.inc index 587c1a5e51..bd42486a30 100644 --- a/packages/cocoaint/src/appkit/NSGraphicsContext.inc +++ b/packages/cocoaint/src/appkit/NSGraphicsContext.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGraphicsContext.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSGRAPHICSCONTEXT_PAS_H} @@ -52,15 +52,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGRAPHICSCONTEXT_PAS_T} -{$define NSGRAPHICSCONTEXT_PAS_T} - -{ External string constants } -var - NSGraphicsContextDestinationAttributeName: NSString; external name '_NSGraphicsContextDestinationAttributeName'; - NSGraphicsContextRepresentationFormatAttributeName: NSString; external name '_NSGraphicsContextRepresentationFormatAttributeName'; - NSGraphicsContextPSFormat: NSString; external name '_NSGraphicsContextPSFormat'; - NSGraphicsContextPDFFormat: NSString; external name '_NSGraphicsContextPDFFormat'; +{$ifndef NSGRAPHICSCONTEXT_PAS_S} +{$define NSGRAPHICSCONTEXT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSHelpManager.inc b/packages/cocoaint/src/appkit/NSHelpManager.inc index a63d8ff38d..1ec45fe97f 100644 --- a/packages/cocoaint/src/appkit/NSHelpManager.inc +++ b/packages/cocoaint/src/appkit/NSHelpManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSHelpManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSHELPMANAGER_PAS_H} @@ -32,13 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSHELPMANAGER_PAS_T} -{$define NSHELPMANAGER_PAS_T} - -{ External string constants } -var - NSContextHelpModeDidActivateNotification: NSString; external name '_NSContextHelpModeDidActivateNotification'; - NSContextHelpModeDidDeactivateNotification: NSString; external name '_NSContextHelpModeDidDeactivateNotification'; +{$ifndef NSHELPMANAGER_PAS_S} +{$define NSHELPMANAGER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSImage.inc b/packages/cocoaint/src/appkit/NSImage.inc index bd347c61fa..7bbe54be2b 100644 --- a/packages/cocoaint/src/appkit/NSImage.inc +++ b/packages/cocoaint/src/appkit/NSImage.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImage.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSIMAGE_PAS_H} @@ -23,6 +23,12 @@ const NSImageLoadStatusUnexpectedEOF = 3; NSImageLoadStatusReadError = 4; +const + NSImageCacheDefault = 0; + NSImageCacheAlways = 1; + NSImageCacheBySize = 2; + NSImageCacheNever = 3; + { Types } type NSImageLoadStatus = NSUInteger; @@ -46,8 +52,55 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSIMAGE_PAS_T} -{$define NSIMAGE_PAS_T} +{$ifndef NSIMAGE_PAS_S} +{$define NSIMAGE_PAS_S} + +{ External string constants } +var + NSImageNameQuickLookTemplate: NSString; external name '_NSImageNameQuickLookTemplate'; + NSImageNameBluetoothTemplate: NSString; external name '_NSImageNameBluetoothTemplate'; + NSImageNameIChatTheaterTemplate: NSString; external name '_NSImageNameIChatTheaterTemplate'; + NSImageNameSlideshowTemplate: NSString; external name '_NSImageNameSlideshowTemplate'; + NSImageNameActionTemplate: NSString; external name '_NSImageNameActionTemplate'; + NSImageNameSmartBadgeTemplate: NSString; external name '_NSImageNameSmartBadgeTemplate'; + NSImageNameIconViewTemplate: NSString; external name '_NSImageNameIconViewTemplate'; + NSImageNameListViewTemplate: NSString; external name '_NSImageNameListViewTemplate'; + NSImageNameColumnViewTemplate: NSString; external name '_NSImageNameColumnViewTemplate'; + NSImageNameFlowViewTemplate: NSString; external name '_NSImageNameFlowViewTemplate'; + NSImageNamePathTemplate: NSString; external name '_NSImageNamePathTemplate'; + NSImageNameInvalidDataFreestandingTemplate: NSString; external name '_NSImageNameInvalidDataFreestandingTemplate'; + NSImageNameLockLockedTemplate: NSString; external name '_NSImageNameLockLockedTemplate'; + NSImageNameLockUnlockedTemplate: NSString; external name '_NSImageNameLockUnlockedTemplate'; + NSImageNameGoRightTemplate: NSString; external name '_NSImageNameGoRightTemplate'; + NSImageNameGoLeftTemplate: NSString; external name '_NSImageNameGoLeftTemplate'; + NSImageNameRightFacingTriangleTemplate: NSString; external name '_NSImageNameRightFacingTriangleTemplate'; + NSImageNameLeftFacingTriangleTemplate: NSString; external name '_NSImageNameLeftFacingTriangleTemplate'; + NSImageNameAddTemplate: NSString; external name '_NSImageNameAddTemplate'; + NSImageNameRemoveTemplate: NSString; external name '_NSImageNameRemoveTemplate'; + NSImageNameRevealFreestandingTemplate: NSString; external name '_NSImageNameRevealFreestandingTemplate'; + NSImageNameFollowLinkFreestandingTemplate: NSString; external name '_NSImageNameFollowLinkFreestandingTemplate'; + NSImageNameEnterFullScreenTemplate: NSString; external name '_NSImageNameEnterFullScreenTemplate'; + NSImageNameExitFullScreenTemplate: NSString; external name '_NSImageNameExitFullScreenTemplate'; + NSImageNameStopProgressTemplate: NSString; external name '_NSImageNameStopProgressTemplate'; + NSImageNameStopProgressFreestandingTemplate: NSString; external name '_NSImageNameStopProgressFreestandingTemplate'; + NSImageNameRefreshTemplate: NSString; external name '_NSImageNameRefreshTemplate'; + NSImageNameRefreshFreestandingTemplate: NSString; external name '_NSImageNameRefreshFreestandingTemplate'; + NSImageNameBonjour: NSString; external name '_NSImageNameBonjour'; + NSImageNameDotMac: NSString; external name '_NSImageNameDotMac'; + NSImageNameComputer: NSString; external name '_NSImageNameComputer'; + NSImageNameFolderBurnable: NSString; external name '_NSImageNameFolderBurnable'; + NSImageNameFolderSmart: NSString; external name '_NSImageNameFolderSmart'; + NSImageNameNetwork: NSString; external name '_NSImageNameNetwork'; + NSImageNameMultipleDocuments: NSString; external name '_NSImageNameMultipleDocuments'; + NSImageNameUserAccounts: NSString; external name '_NSImageNameUserAccounts'; + NSImageNamePreferencesGeneral: NSString; external name '_NSImageNamePreferencesGeneral'; + NSImageNameAdvanced: NSString; external name '_NSImageNameAdvanced'; + NSImageNameInfo: NSString; external name '_NSImageNameInfo'; + NSImageNameFontPanel: NSString; external name '_NSImageNameFontPanel'; + NSImageNameColorPanel: NSString; external name '_NSImageNameColorPanel'; + NSImageNameUser: NSString; external name '_NSImageNameUser'; + NSImageNameUserGroup: NSString; external name '_NSImageNameUserGroup'; + NSImageNameEveryone: NSString; external name '_NSImageNameEveryone'; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSImageCell.inc b/packages/cocoaint/src/appkit/NSImageCell.inc index c6b320ba08..ee1a6177e7 100644 --- a/packages/cocoaint/src/appkit/NSImageCell.inc +++ b/packages/cocoaint/src/appkit/NSImageCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImageCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSIMAGECELL_PAS_H} @@ -57,8 +57,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSIMAGECELL_PAS_T} -{$define NSIMAGECELL_PAS_T} +{$ifndef NSIMAGECELL_PAS_S} +{$define NSIMAGECELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSImageRep.inc b/packages/cocoaint/src/appkit/NSImageRep.inc index acd30b4c78..2e89790e53 100644 --- a/packages/cocoaint/src/appkit/NSImageRep.inc +++ b/packages/cocoaint/src/appkit/NSImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSIMAGEREP_PAS_H} @@ -37,12 +37,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSIMAGEREP_PAS_T} -{$define NSIMAGEREP_PAS_T} - -{ External string constants } -var - NSImageRepRegistryDidChangeNotification: NSString; external name '_NSImageRepRegistryDidChangeNotification'; +{$ifndef NSIMAGEREP_PAS_S} +{$define NSIMAGEREP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSImageView.inc b/packages/cocoaint/src/appkit/NSImageView.inc index ef76fae606..1dd57e286f 100644 --- a/packages/cocoaint/src/appkit/NSImageView.inc +++ b/packages/cocoaint/src/appkit/NSImageView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImageView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSIMAGEVIEW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSIMAGEVIEW_PAS_T} -{$define NSIMAGEVIEW_PAS_T} +{$ifndef NSIMAGEVIEW_PAS_S} +{$define NSIMAGEVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSInputManager.inc b/packages/cocoaint/src/appkit/NSInputManager.inc index 6faa206ab4..2e155c08ac 100644 --- a/packages/cocoaint/src/appkit/NSInputManager.inc +++ b/packages/cocoaint/src/appkit/NSInputManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSInputManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSINPUTMANAGER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSINPUTMANAGER_PAS_T} -{$define NSINPUTMANAGER_PAS_T} +{$ifndef NSINPUTMANAGER_PAS_S} +{$define NSINPUTMANAGER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSInputServer.inc b/packages/cocoaint/src/appkit/NSInputServer.inc index 75c5adbd07..d4cbccfdf0 100644 --- a/packages/cocoaint/src/appkit/NSInputServer.inc +++ b/packages/cocoaint/src/appkit/NSInputServer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSInputServer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSINPUTSERVER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSINPUTSERVER_PAS_T} -{$define NSINPUTSERVER_PAS_T} +{$ifndef NSINPUTSERVER_PAS_S} +{$define NSINPUTSERVER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSInterfaceStyle.inc b/packages/cocoaint/src/appkit/NSInterfaceStyle.inc index 5a6eb84c47..683a2d1563 100644 --- a/packages/cocoaint/src/appkit/NSInterfaceStyle.inc +++ b/packages/cocoaint/src/appkit/NSInterfaceStyle.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSInterfaceStyle.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -9,6 +9,7 @@ { Constants } const + NSNoInterfaceStyle = 0; NSNextStepInterfaceStyle = 1; NSWindows95InterfaceStyle = 2; NSMacintoshInterfaceStyle = 3; @@ -38,12 +39,8 @@ function NSInterfaceStyleForKey(keyPointer: NSString; responderPointer: NSRespon {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSINTERFACESTYLE_PAS_T} -{$define NSINTERFACESTYLE_PAS_T} - -{ External string constants } -var - NSInterfaceStyleDefault: NSString; external name '_NSInterfaceStyleDefault'; +{$ifndef NSINTERFACESTYLE_PAS_S} +{$define NSINTERFACESTYLE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSKeyValueBinding.inc b/packages/cocoaint/src/appkit/NSKeyValueBinding.inc index 818206e496..29f30da2ea 100644 --- a/packages/cocoaint/src/appkit/NSKeyValueBinding.inc +++ b/packages/cocoaint/src/appkit/NSKeyValueBinding.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSKeyValueBinding.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -27,8 +27,8 @@ function NSIsControllerMarker(object_: id): Boolean; cdecl; external name 'NSIsC {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSKEYVALUEBINDING_PAS_T} -{$define NSKEYVALUEBINDING_PAS_T} +{$ifndef NSKEYVALUEBINDING_PAS_S} +{$define NSKEYVALUEBINDING_PAS_S} { External symbols } var diff --git a/packages/cocoaint/src/appkit/NSLayoutManager.inc b/packages/cocoaint/src/appkit/NSLayoutManager.inc index 507f83c975..fa3ff994d4 100644 --- a/packages/cocoaint/src/appkit/NSLayoutManager.inc +++ b/packages/cocoaint/src/appkit/NSLayoutManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSLayoutManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSLAYOUTMANAGER_PAS_H} @@ -31,6 +31,8 @@ const const NSTypesetterLatestBehavior = -1; + NSTypesetterOriginalBehavior = 0; + NSTypesetterBehavior_10_2_WithCompatibility = 1; NSTypesetterBehavior_10_2 = 2; NSTypesetterBehavior_10_3 = 3; NSTypesetterBehavior_10_4 = 4; @@ -58,8 +60,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSLAYOUTMANAGER_PAS_T} -{$define NSLAYOUTMANAGER_PAS_T} +{$ifndef NSLAYOUTMANAGER_PAS_S} +{$define NSLAYOUTMANAGER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSLevelIndicator.inc b/packages/cocoaint/src/appkit/NSLevelIndicator.inc index 2d44db7064..05f4a45381 100644 --- a/packages/cocoaint/src/appkit/NSLevelIndicator.inc +++ b/packages/cocoaint/src/appkit/NSLevelIndicator.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSLevelIndicator.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSLEVELINDICATOR_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSLEVELINDICATOR_PAS_T} -{$define NSLEVELINDICATOR_PAS_T} +{$ifndef NSLEVELINDICATOR_PAS_S} +{$define NSLEVELINDICATOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc b/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc index 8e25e9bcba..e44ae2fb1b 100644 --- a/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc +++ b/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSLevelIndicatorCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSLEVELINDICATORCELL_PAS_H} @@ -44,8 +44,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSLEVELINDICATORCELL_PAS_T} -{$define NSLEVELINDICATORCELL_PAS_T} +{$ifndef NSLEVELINDICATORCELL_PAS_S} +{$define NSLEVELINDICATORCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMatrix.inc b/packages/cocoaint/src/appkit/NSMatrix.inc index eeb9438f56..bede9538f7 100644 --- a/packages/cocoaint/src/appkit/NSMatrix.inc +++ b/packages/cocoaint/src/appkit/NSMatrix.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMatrix.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSMATRIX_PAS_H} @@ -112,8 +112,8 @@ _MFlags = __MFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMATRIX_PAS_T} -{$define NSMATRIX_PAS_T} +{$ifndef NSMATRIX_PAS_S} +{$define NSMATRIX_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMenu.inc b/packages/cocoaint/src/appkit/NSMenu.inc index 64c0b17f22..ecf5222366 100644 --- a/packages/cocoaint/src/appkit/NSMenu.inc +++ b/packages/cocoaint/src/appkit/NSMenu.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenu.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSMENU_PAS_H} @@ -32,16 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMENU_PAS_T} -{$define NSMENU_PAS_T} - -{ 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'; +{$ifndef NSMENU_PAS_S} +{$define NSMENU_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMenuItem.inc b/packages/cocoaint/src/appkit/NSMenuItem.inc index 1272f2af55..53d7bf44fb 100644 --- a/packages/cocoaint/src/appkit/NSMenuItem.inc +++ b/packages/cocoaint/src/appkit/NSMenuItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenuItem.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSMENUITEM_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMENUITEM_PAS_T} -{$define NSMENUITEM_PAS_T} +{$ifndef NSMENUITEM_PAS_S} +{$define NSMENUITEM_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMenuItemCell.inc b/packages/cocoaint/src/appkit/NSMenuItemCell.inc index 805def1799..f97b57c299 100644 --- a/packages/cocoaint/src/appkit/NSMenuItemCell.inc +++ b/packages/cocoaint/src/appkit/NSMenuItemCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenuItemCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSMENUITEMCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMENUITEMCELL_PAS_T} -{$define NSMENUITEMCELL_PAS_T} +{$ifndef NSMENUITEMCELL_PAS_S} +{$define NSMENUITEMCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMenuView.inc b/packages/cocoaint/src/appkit/NSMenuView.inc index 7939122e5f..cdba2ed716 100644 --- a/packages/cocoaint/src/appkit/NSMenuView.inc +++ b/packages/cocoaint/src/appkit/NSMenuView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenuView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSMENUVIEW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMENUVIEW_PAS_T} -{$define NSMENUVIEW_PAS_T} +{$ifndef NSMENUVIEW_PAS_S} +{$define NSMENUVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMovie.inc b/packages/cocoaint/src/appkit/NSMovie.inc index 58e6d43edb..8349c9d3f8 100644 --- a/packages/cocoaint/src/appkit/NSMovie.inc +++ b/packages/cocoaint/src/appkit/NSMovie.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMovie.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSMOVIE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMOVIE_PAS_T} -{$define NSMOVIE_PAS_T} +{$ifndef NSMOVIE_PAS_S} +{$define NSMOVIE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSMovieView.inc b/packages/cocoaint/src/appkit/NSMovieView.inc index b1b1777e4e..a745c3fe7b 100644 --- a/packages/cocoaint/src/appkit/NSMovieView.inc +++ b/packages/cocoaint/src/appkit/NSMovieView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMovieView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSMOVIEVIEW_PAS_H} @@ -56,8 +56,8 @@ _MVFlags = __MVFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMOVIEVIEW_PAS_T} -{$define NSMOVIEVIEW_PAS_T} +{$ifndef NSMOVIEVIEW_PAS_S} +{$define NSMOVIEVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSNib.inc b/packages/cocoaint/src/appkit/NSNib.inc index f1077b0ca2..485ce2908c 100644 --- a/packages/cocoaint/src/appkit/NSNib.inc +++ b/packages/cocoaint/src/appkit/NSNib.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSNib.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSNIB_PAS_H} @@ -32,13 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNIB_PAS_T} -{$define NSNIB_PAS_T} - -{ External string constants } -var - NSNibOwner: NSString; external name '_NSNibOwner'; - NSNibTopLevelObjects: NSString; external name '_NSNibTopLevelObjects'; +{$ifndef NSNIB_PAS_S} +{$define NSNIB_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSNibLoading.inc b/packages/cocoaint/src/appkit/NSNibLoading.inc index 2717f96b1d..94c9a96856 100644 --- a/packages/cocoaint/src/appkit/NSNibLoading.inc +++ b/packages/cocoaint/src/appkit/NSNibLoading.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSNibLoading.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNIBLOADING_PAS_T} -{$define NSNIBLOADING_PAS_T} +{$ifndef NSNIBLOADING_PAS_S} +{$define NSNIBLOADING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSObjectController.inc b/packages/cocoaint/src/appkit/NSObjectController.inc index fb36b3a0b1..3bc3ee98c0 100644 --- a/packages/cocoaint/src/appkit/NSObjectController.inc +++ b/packages/cocoaint/src/appkit/NSObjectController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSObjectController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSOBJECTCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOBJECTCONTROLLER_PAS_T} -{$define NSOBJECTCONTROLLER_PAS_T} +{$ifndef NSOBJECTCONTROLLER_PAS_S} +{$define NSOBJECTCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSOpenGL.inc b/packages/cocoaint/src/appkit/NSOpenGL.inc index 63c6cdf4df..057340f2d3 100644 --- a/packages/cocoaint/src/appkit/NSOpenGL.inc +++ b/packages/cocoaint/src/appkit/NSOpenGL.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOpenGL.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSOPENGL_PAS_H} @@ -20,17 +20,15 @@ type const NSOPENGL_CURRENT_VERSION = 1; -{ Sets } - -type - NSOpenGLGlobalOption = (NSOpenGLGOFormatCacheSize = 501, NSOpenGLGOClearFormatCache = 502, NSOpenGLGORetainRenderers = 503, NSOpenGLGOResetLibrary = 504); - -type - NSOpenGLContextParameter = (NSOpenGLCPSwapRectangle = 200, NSOpenGLCPSwapRectangleEnable = 201, NSOpenGLCPRasterizationEnable = 221, NSOpenGLCPSwapInterval = 222, NSOpenGLCPSurfaceOrder = 235, NSOpenGLCPSurfaceOpacity = 236, NSOpenGLCPStateValidation = 301); - { Constants } const + NSOpenGLGOFormatCacheSize = 501; + NSOpenGLGOClearFormatCache = 502; + NSOpenGLGORetainRenderers = 503; + NSOpenGLGOResetLibrary = 504; + +const NSOpenGLPFAAllRenderers = 1; NSOpenGLPFADoubleBuffer = 5; NSOpenGLPFAStereo = 6; @@ -67,6 +65,20 @@ const NSOpenGLPFAAllowOfflineRenderers = 96; NSOpenGLPFAVirtualScreenCount = 128; +const + NSOpenGLCPSwapRectangle = 200; + NSOpenGLCPSwapRectangleEnable = 201; + NSOpenGLCPRasterizationEnable = 221; + NSOpenGLCPSwapInterval = 222; + NSOpenGLCPSurfaceOrder = 235; + NSOpenGLCPSurfaceOpacity = 236; + NSOpenGLCPStateValidation = 301; + +{ Types } +type + NSOpenGLGlobalOption = culong; + NSOpenGLContextParameter = culong; + { Types } type NSOpenGLPixelFormatAttribute = cardinal; @@ -93,8 +105,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOPENGL_PAS_T} -{$define NSOPENGL_PAS_T} +{$ifndef NSOPENGL_PAS_S} +{$define NSOPENGL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSOpenGLView.inc b/packages/cocoaint/src/appkit/NSOpenGLView.inc index 604e10fc5d..da7a8797c8 100644 --- a/packages/cocoaint/src/appkit/NSOpenGLView.inc +++ b/packages/cocoaint/src/appkit/NSOpenGLView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOpenGLView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSOPENGLVIEW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOPENGLVIEW_PAS_T} -{$define NSOPENGLVIEW_PAS_T} +{$ifndef NSOPENGLVIEW_PAS_S} +{$define NSOPENGLVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSOpenPanel.inc b/packages/cocoaint/src/appkit/NSOpenPanel.inc index 425c7dc119..9b36601c90 100644 --- a/packages/cocoaint/src/appkit/NSOpenPanel.inc +++ b/packages/cocoaint/src/appkit/NSOpenPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOpenPanel.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSOPENPANEL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOPENPANEL_PAS_T} -{$define NSOPENPANEL_PAS_T} +{$ifndef NSOPENPANEL_PAS_S} +{$define NSOPENPANEL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSOutlineView.inc b/packages/cocoaint/src/appkit/NSOutlineView.inc index 47ea5e4a71..e4eeffdf5a 100644 --- a/packages/cocoaint/src/appkit/NSOutlineView.inc +++ b/packages/cocoaint/src/appkit/NSOutlineView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOutlineView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSOUTLINEVIEW_PAS_H} @@ -84,19 +84,8 @@ _OVFlags = __OvFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOUTLINEVIEW_PAS_T} -{$define NSOUTLINEVIEW_PAS_T} - -{ External string constants } -var - NSOutlineViewSelectionDidChangeNotification: NSString; external name '_NSOutlineViewSelectionDidChangeNotification'; - NSOutlineViewColumnDidMoveNotification: NSString; external name '_NSOutlineViewColumnDidMoveNotification'; - NSOutlineViewColumnDidResizeNotification: NSString; external name '_NSOutlineViewColumnDidResizeNotification'; - NSOutlineViewSelectionIsChangingNotification: NSString; external name '_NSOutlineViewSelectionIsChangingNotification'; - NSOutlineViewItemWillExpandNotification: NSString; external name '_NSOutlineViewItemWillExpandNotification'; - NSOutlineViewItemDidExpandNotification: NSString; external name '_NSOutlineViewItemDidExpandNotification'; - NSOutlineViewItemWillCollapseNotification: NSString; external name '_NSOutlineViewItemWillCollapseNotification'; - NSOutlineViewItemDidCollapseNotification: NSString; external name '_NSOutlineViewItemDidCollapseNotification'; +{$ifndef NSOUTLINEVIEW_PAS_S} +{$define NSOUTLINEVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPDFImageRep.inc b/packages/cocoaint/src/appkit/NSPDFImageRep.inc index b202794dc5..03a3616d18 100644 --- a/packages/cocoaint/src/appkit/NSPDFImageRep.inc +++ b/packages/cocoaint/src/appkit/NSPDFImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPDFImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPDFIMAGEREP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPDFIMAGEREP_PAS_T} -{$define NSPDFIMAGEREP_PAS_T} +{$ifndef NSPDFIMAGEREP_PAS_S} +{$define NSPDFIMAGEREP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPICTImageRep.inc b/packages/cocoaint/src/appkit/NSPICTImageRep.inc index 29dfc50d2c..a7b28b5b61 100644 --- a/packages/cocoaint/src/appkit/NSPICTImageRep.inc +++ b/packages/cocoaint/src/appkit/NSPICTImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPICTImageRep.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPICTIMAGEREP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPICTIMAGEREP_PAS_T} -{$define NSPICTIMAGEREP_PAS_T} +{$ifndef NSPICTIMAGEREP_PAS_S} +{$define NSPICTIMAGEREP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPageLayout.inc b/packages/cocoaint/src/appkit/NSPageLayout.inc index 582b8d7ba7..f7341ddac6 100644 --- a/packages/cocoaint/src/appkit/NSPageLayout.inc +++ b/packages/cocoaint/src/appkit/NSPageLayout.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPageLayout.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPAGELAYOUT_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPAGELAYOUT_PAS_T} -{$define NSPAGELAYOUT_PAS_T} +{$ifndef NSPAGELAYOUT_PAS_S} +{$define NSPAGELAYOUT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPanel.inc b/packages/cocoaint/src/appkit/NSPanel.inc index f269e1c900..3b1168adcf 100644 --- a/packages/cocoaint/src/appkit/NSPanel.inc +++ b/packages/cocoaint/src/appkit/NSPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPanel.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPANEL_PAS_H} @@ -51,26 +51,26 @@ const {$define NSPANEL_PAS_F} { Functions } -function NSRunAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; multipleParams: array of Pointer): NSInteger; cdecl; external name 'NSRunAlertPanel'; -function NSRunInformationalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; multipleParams: array of Pointer): NSInteger; cdecl; external name 'NSRunInformationalAlertPanel'; -function NSRunCriticalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; multipleParams: array of Pointer): NSInteger; cdecl; external name 'NSRunCriticalAlertPanel'; -function NSRunAlertPanelRelativeToWindow(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; multipleParams: array of Pointer): NSInteger; cdecl; external name 'NSRunAlertPanelRelativeToWindow'; -function NSRunInformationalAlertPanelRelativeToWindow(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; multipleParams: array of Pointer): NSInteger; cdecl; external name 'NSRunInformationalAlertPanelRelativeToWindow'; -function NSRunCriticalAlertPanelRelativeToWindow(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; multipleParams: array of Pointer): NSInteger; cdecl; external name 'NSRunCriticalAlertPanelRelativeToWindow'; -procedure NSBeginAlertSheet(titlePointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; modalDelegate: id; didEndSelector: SEL; didDismissSelector: SEL; contextInfoPointer: Pointer; msgFormatPointer: NSString; multipleParams: array of Pointer); cdecl; external name 'NSBeginAlertSheet'; -procedure NSBeginInformationalAlertSheet(titlePointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; modalDelegate: id; didEndSelector: SEL; didDismissSelector: SEL; contextInfoPointer: Pointer; msgFormatPointer: NSString; multipleParams: array of Pointer); cdecl; external name 'NSBeginInformationalAlertSheet'; -procedure NSBeginCriticalAlertSheet(titlePointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; modalDelegate: id; didEndSelector: SEL; didDismissSelector: SEL; contextInfoPointer: Pointer; msgFormatPointer: NSString; multipleParams: array of Pointer); cdecl; external name 'NSBeginCriticalAlertSheet'; -function NSGetAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; multipleParams: array of Pointer): id; cdecl; external name 'NSGetAlertPanel'; -function NSGetInformationalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; multipleParams: array of Pointer): id; cdecl; external name 'NSGetInformationalAlertPanel'; -function NSGetCriticalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; multipleParams: array of Pointer): id; cdecl; external name 'NSGetCriticalAlertPanel'; +function NSRunAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; varargs: array of const): NSInteger; cdecl; external name 'NSRunAlertPanel'; +function NSRunInformationalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; varargs: array of const): NSInteger; cdecl; external name 'NSRunInformationalAlertPanel'; +function NSRunCriticalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; varargs: array of const): NSInteger; cdecl; external name 'NSRunCriticalAlertPanel'; +function NSRunAlertPanelRelativeToWindow(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; varargs: array of const): NSInteger; cdecl; external name 'NSRunAlertPanelRelativeToWindow'; +function NSRunInformationalAlertPanelRelativeToWindow(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; varargs: array of const): NSInteger; cdecl; external name 'NSRunInformationalAlertPanelRelativeToWindow'; +function NSRunCriticalAlertPanelRelativeToWindow(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; varargs: array of const): NSInteger; cdecl; external name 'NSRunCriticalAlertPanelRelativeToWindow'; +procedure NSBeginAlertSheet(titlePointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; modalDelegate: id; didEndSelector: SEL; didDismissSelector: SEL; contextInfoPointer: Pointer; msgFormatPointer: NSString; varargs: array of const); cdecl; external name 'NSBeginAlertSheet'; +procedure NSBeginInformationalAlertSheet(titlePointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; modalDelegate: id; didEndSelector: SEL; didDismissSelector: SEL; contextInfoPointer: Pointer; msgFormatPointer: NSString; varargs: array of const); cdecl; external name 'NSBeginInformationalAlertSheet'; +procedure NSBeginCriticalAlertSheet(titlePointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; docWindowPointer: NSWindow; modalDelegate: id; didEndSelector: SEL; didDismissSelector: SEL; contextInfoPointer: Pointer; msgFormatPointer: NSString; varargs: array of const); cdecl; external name 'NSBeginCriticalAlertSheet'; +function NSGetAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; varargs: array of const): id; cdecl; external name 'NSGetAlertPanel'; +function NSGetInformationalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; varargs: array of const): id; cdecl; external name 'NSGetInformationalAlertPanel'; +function NSGetCriticalAlertPanel(titlePointer: NSString; msgFormatPointer: NSString; defaultButtonPointer: NSString; alternateButtonPointer: NSString; otherButtonPointer: NSString; varargs: array of const): id; cdecl; external name 'NSGetCriticalAlertPanel'; procedure NSReleaseAlertPanel(panel: id); cdecl; external name 'NSReleaseAlertPanel'; {$endif} {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPANEL_PAS_T} -{$define NSPANEL_PAS_T} +{$ifndef NSPANEL_PAS_S} +{$define NSPANEL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSParagraphStyle.inc b/packages/cocoaint/src/appkit/NSParagraphStyle.inc index c6b0bb74e5..24fc7e6c8d 100644 --- a/packages/cocoaint/src/appkit/NSParagraphStyle.inc +++ b/packages/cocoaint/src/appkit/NSParagraphStyle.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSParagraphStyle.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPARAGRAPHSTYLE_PAS_H} @@ -26,7 +26,11 @@ const const NSLineBreakByWordWrapping = 0; - NSLineBreakByTruncatingMiddle = 0; + NSLineBreakByCharWrapping = 0; + NSLineBreakByClipping = 1; + NSLineBreakByTruncatingHead = 2; + NSLineBreakByTruncatingTail = 3; + NSLineBreakByTruncatingMiddle = 4; { Types } type @@ -51,8 +55,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPARAGRAPHSTYLE_PAS_T} -{$define NSPARAGRAPHSTYLE_PAS_T} +{$ifndef NSPARAGRAPHSTYLE_PAS_S} +{$define NSPARAGRAPHSTYLE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPasteboard.inc b/packages/cocoaint/src/appkit/NSPasteboard.inc index 98bfc452d6..9ccdb3123c 100644 --- a/packages/cocoaint/src/appkit/NSPasteboard.inc +++ b/packages/cocoaint/src/appkit/NSPasteboard.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPasteboard.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPASTEBOARD_PAS_H} @@ -38,31 +38,8 @@ function NSGetFileTypes(pboardTypesPointer: NSArray): NSArray; cdecl; external n {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPASTEBOARD_PAS_T} -{$define NSPASTEBOARD_PAS_T} - -{ External string constants } -var - NSStringPboardType: NSString; external name '_NSStringPboardType'; - NSFilenamesPboardType: NSString; external name '_NSFilenamesPboardType'; - NSPostScriptPboardType: NSString; external name '_NSPostScriptPboardType'; - NSTIFFPboardType: NSString; external name '_NSTIFFPboardType'; - NSRTFPboardType: NSString; external name '_NSRTFPboardType'; - NSTabularTextPboardType: NSString; external name '_NSTabularTextPboardType'; - NSFontPboardType: NSString; external name '_NSFontPboardType'; - NSRulerPboardType: NSString; external name '_NSRulerPboardType'; - NSFileContentsPboardType: NSString; external name '_NSFileContentsPboardType'; - NSColorPboardType: NSString; external name '_NSColorPboardType'; - NSRTFDPboardType: NSString; external name '_NSRTFDPboardType'; - NSHTMLPboardType: NSString; external name '_NSHTMLPboardType'; - NSPICTPboardType: NSString; external name '_NSPICTPboardType'; - NSURLPboardType: NSString; external name '_NSURLPboardType'; - NSPDFPboardType: NSString; external name '_NSPDFPboardType'; - NSGeneralPboard: NSString; external name '_NSGeneralPboard'; - NSFontPboard: NSString; external name '_NSFontPboard'; - NSRulerPboard: NSString; external name '_NSRulerPboard'; - NSFindPboard: NSString; external name '_NSFindPboard'; - NSDragPboard: NSString; external name '_NSDragPboard'; +{$ifndef NSPASTEBOARD_PAS_S} +{$define NSPASTEBOARD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPathCell.inc b/packages/cocoaint/src/appkit/NSPathCell.inc index 831df8eb5a..b7db355c5f 100644 --- a/packages/cocoaint/src/appkit/NSPathCell.inc +++ b/packages/cocoaint/src/appkit/NSPathCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPathCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPATHCELL_PAS_H} @@ -43,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPATHCELL_PAS_T} -{$define NSPATHCELL_PAS_T} +{$ifndef NSPATHCELL_PAS_S} +{$define NSPATHCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPathComponentCell.inc b/packages/cocoaint/src/appkit/NSPathComponentCell.inc index 30641d0bb8..56de425f1d 100644 --- a/packages/cocoaint/src/appkit/NSPathComponentCell.inc +++ b/packages/cocoaint/src/appkit/NSPathComponentCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPathComponentCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPATHCOMPONENTCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPATHCOMPONENTCELL_PAS_T} -{$define NSPATHCOMPONENTCELL_PAS_T} +{$ifndef NSPATHCOMPONENTCELL_PAS_S} +{$define NSPATHCOMPONENTCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPathControl.inc b/packages/cocoaint/src/appkit/NSPathControl.inc index 3633f0875c..018bc92432 100644 --- a/packages/cocoaint/src/appkit/NSPathControl.inc +++ b/packages/cocoaint/src/appkit/NSPathControl.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPathControl.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPATHCONTROL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPATHCONTROL_PAS_T} -{$define NSPATHCONTROL_PAS_T} +{$ifndef NSPATHCONTROL_PAS_S} +{$define NSPATHCONTROL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPersistentDocument.inc b/packages/cocoaint/src/appkit/NSPersistentDocument.inc index 7c5437cfa2..c0cab52985 100644 --- a/packages/cocoaint/src/appkit/NSPersistentDocument.inc +++ b/packages/cocoaint/src/appkit/NSPersistentDocument.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPersistentDocument.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPERSISTENTDOCUMENT_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPERSISTENTDOCUMENT_PAS_T} -{$define NSPERSISTENTDOCUMENT_PAS_T} +{$ifndef NSPERSISTENTDOCUMENT_PAS_S} +{$define NSPERSISTENTDOCUMENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPopUpButton.inc b/packages/cocoaint/src/appkit/NSPopUpButton.inc index 099ed957cd..7752e5351c 100644 --- a/packages/cocoaint/src/appkit/NSPopUpButton.inc +++ b/packages/cocoaint/src/appkit/NSPopUpButton.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPopUpButton.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPOPUPBUTTON_PAS_H} @@ -32,12 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPOPUPBUTTON_PAS_T} -{$define NSPOPUPBUTTON_PAS_T} - -{ External string constants } -var - NSPopUpButtonWillPopUpNotification: NSString; external name '_NSPopUpButtonWillPopUpNotification'; +{$ifndef NSPOPUPBUTTON_PAS_S} +{$define NSPOPUPBUTTON_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc b/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc index a07bb8560d..fe9b1ddd62 100644 --- a/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc +++ b/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPopUpButtonCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPOPUPBUTTONCELL_PAS_H} @@ -43,12 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPOPUPBUTTONCELL_PAS_T} -{$define NSPOPUPBUTTONCELL_PAS_T} - -{ External string constants } -var - NSPopUpButtonCellWillPopUpNotification: NSString; external name '_NSPopUpButtonCellWillPopUpNotification'; +{$ifndef NSPOPUPBUTTONCELL_PAS_S} +{$define NSPOPUPBUTTONCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPredicateEditor.inc b/packages/cocoaint/src/appkit/NSPredicateEditor.inc index e99e28b878..c208d3bda8 100644 --- a/packages/cocoaint/src/appkit/NSPredicateEditor.inc +++ b/packages/cocoaint/src/appkit/NSPredicateEditor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPredicateEditor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPREDICATEEDITOR_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPREDICATEEDITOR_PAS_T} -{$define NSPREDICATEEDITOR_PAS_T} +{$ifndef NSPREDICATEEDITOR_PAS_S} +{$define NSPREDICATEEDITOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPrintInfo.inc b/packages/cocoaint/src/appkit/NSPrintInfo.inc index d27f828395..48fbeac41e 100644 --- a/packages/cocoaint/src/appkit/NSPrintInfo.inc +++ b/packages/cocoaint/src/appkit/NSPrintInfo.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrintInfo.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPRINTINFO_PAS_H} @@ -48,51 +48,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPRINTINFO_PAS_T} -{$define NSPRINTINFO_PAS_T} - -{ External string constants } -var - NSPrintSpoolJob: NSString; external name '_NSPrintSpoolJob'; - NSPrintPreviewJob: NSString; external name '_NSPrintPreviewJob'; - NSPrintSaveJob: NSString; external name '_NSPrintSaveJob'; - NSPrintCancelJob: NSString; external name '_NSPrintCancelJob'; - NSPrintPaperName: NSString; external name '_NSPrintPaperName'; - NSPrintPaperSize: NSString; external name '_NSPrintPaperSize'; - NSPrintOrientation: NSString; external name '_NSPrintOrientation'; - NSPrintScalingFactor: NSString; external name '_NSPrintScalingFactor'; - NSPrintLeftMargin: NSString; external name '_NSPrintLeftMargin'; - NSPrintRightMargin: NSString; external name '_NSPrintRightMargin'; - NSPrintTopMargin: NSString; external name '_NSPrintTopMargin'; - NSPrintBottomMargin: NSString; external name '_NSPrintBottomMargin'; - NSPrintHorizontallyCentered: NSString; external name '_NSPrintHorizontallyCentered'; - NSPrintVerticallyCentered: NSString; external name '_NSPrintVerticallyCentered'; - NSPrintHorizontalPagination: NSString; external name '_NSPrintHorizontalPagination'; - NSPrintVerticalPagination: NSString; external name '_NSPrintVerticalPagination'; - NSPrintPrinter: NSString; external name '_NSPrintPrinter'; - NSPrintCopies: NSString; external name '_NSPrintCopies'; - NSPrintAllPages: NSString; external name '_NSPrintAllPages'; - NSPrintFirstPage: NSString; external name '_NSPrintFirstPage'; - NSPrintLastPage: NSString; external name '_NSPrintLastPage'; - NSPrintMustCollate: NSString; external name '_NSPrintMustCollate'; - NSPrintReversePageOrder: NSString; external name '_NSPrintReversePageOrder'; - NSPrintJobDisposition: NSString; external name '_NSPrintJobDisposition'; - NSPrintSavePath: NSString; external name '_NSPrintSavePath'; - NSPrintFormName: NSString; external name '_NSPrintFormName'; - NSPrintJobFeatures: NSString; external name '_NSPrintJobFeatures'; - NSPrintManualFeed: NSString; external name '_NSPrintManualFeed'; - NSPrintPagesPerSheet: NSString; external name '_NSPrintPagesPerSheet'; - NSPrintPaperFeed: NSString; external name '_NSPrintPaperFeed'; - NSPrintFaxCoverSheetName: NSString; external name '_NSPrintFaxCoverSheetName'; - NSPrintFaxHighResolution: NSString; external name '_NSPrintFaxHighResolution'; - NSPrintFaxModem: NSString; external name '_NSPrintFaxModem'; - NSPrintFaxReceiverNames: NSString; external name '_NSPrintFaxReceiverNames'; - NSPrintFaxReceiverNumbers: NSString; external name '_NSPrintFaxReceiverNumbers'; - NSPrintFaxReturnReceipt: NSString; external name '_NSPrintFaxReturnReceipt'; - NSPrintFaxSendTime: NSString; external name '_NSPrintFaxSendTime'; - NSPrintFaxTrimPageEnds: NSString; external name '_NSPrintFaxTrimPageEnds'; - NSPrintFaxUseCoverSheet: NSString; external name '_NSPrintFaxUseCoverSheet'; - NSPrintFaxJob: NSString; external name '_NSPrintFaxJob'; +{$ifndef NSPRINTINFO_PAS_S} +{$define NSPRINTINFO_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPrintOperation.inc b/packages/cocoaint/src/appkit/NSPrintOperation.inc index 108792848c..548c8909ce 100644 --- a/packages/cocoaint/src/appkit/NSPrintOperation.inc +++ b/packages/cocoaint/src/appkit/NSPrintOperation.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrintOperation.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPRINTOPERATION_PAS_H} @@ -18,7 +18,9 @@ type const NSDescendingPageOrder = -1; + NSSpecialPageOrder = 0; NSAscendingPageOrder = 1; + NSUnknownPageOrder = 2; { Types } type @@ -42,12 +44,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPRINTOPERATION_PAS_T} -{$define NSPRINTOPERATION_PAS_T} - -{ External string constants } -var - NSPrintOperationExistsException: NSString; external name '_NSPrintOperationExistsException'; +{$ifndef NSPRINTOPERATION_PAS_S} +{$define NSPRINTOPERATION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPrintPanel.inc b/packages/cocoaint/src/appkit/NSPrintPanel.inc index 7b4a068220..2e009773d1 100644 --- a/packages/cocoaint/src/appkit/NSPrintPanel.inc +++ b/packages/cocoaint/src/appkit/NSPrintPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrintPanel.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPRINTPANEL_PAS_H} @@ -47,8 +47,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPRINTPANEL_PAS_T} -{$define NSPRINTPANEL_PAS_T} +{$ifndef NSPRINTPANEL_PAS_S} +{$define NSPRINTPANEL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSPrinter.inc b/packages/cocoaint/src/appkit/NSPrinter.inc index f68a3d7a56..0f141080fe 100644 --- a/packages/cocoaint/src/appkit/NSPrinter.inc +++ b/packages/cocoaint/src/appkit/NSPrinter.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrinter.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPRINTER_PAS_H} @@ -43,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPRINTER_PAS_T} -{$define NSPRINTER_PAS_T} +{$ifndef NSPRINTER_PAS_S} +{$define NSPRINTER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSProgressIndicator.inc b/packages/cocoaint/src/appkit/NSProgressIndicator.inc index 4339e24737..151524f7dd 100644 --- a/packages/cocoaint/src/appkit/NSProgressIndicator.inc +++ b/packages/cocoaint/src/appkit/NSProgressIndicator.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSProgressIndicator.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSPROGRESSINDICATOR_PAS_H} @@ -51,8 +51,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPROGRESSINDICATOR_PAS_T} -{$define NSPROGRESSINDICATOR_PAS_T} +{$ifndef NSPROGRESSINDICATOR_PAS_S} +{$define NSPROGRESSINDICATOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSQuickDrawView.inc b/packages/cocoaint/src/appkit/NSQuickDrawView.inc index 9f058a9933..64ee611f9e 100644 --- a/packages/cocoaint/src/appkit/NSQuickDrawView.inc +++ b/packages/cocoaint/src/appkit/NSQuickDrawView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSQuickDrawView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSQUICKDRAWVIEW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSQUICKDRAWVIEW_PAS_T} -{$define NSQUICKDRAWVIEW_PAS_T} +{$ifndef NSQUICKDRAWVIEW_PAS_S} +{$define NSQUICKDRAWVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSResponder.inc b/packages/cocoaint/src/appkit/NSResponder.inc index cd79cb6409..36cc48660b 100644 --- a/packages/cocoaint/src/appkit/NSResponder.inc +++ b/packages/cocoaint/src/appkit/NSResponder.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSResponder.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSRESPONDER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSRESPONDER_PAS_T} -{$define NSRESPONDER_PAS_T} +{$ifndef NSRESPONDER_PAS_S} +{$define NSRESPONDER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSRuleEditor.inc b/packages/cocoaint/src/appkit/NSRuleEditor.inc index 5432a6444b..7c72f7278e 100644 --- a/packages/cocoaint/src/appkit/NSRuleEditor.inc +++ b/packages/cocoaint/src/appkit/NSRuleEditor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRuleEditor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSRULEEDITOR_PAS_H} @@ -17,7 +17,10 @@ type { Constants } const - NSRuleEditorNestingModeSimple = 0; + NSRuleEditorNestingModeSingle = 0; + NSRuleEditorNestingModeList = 1; + NSRuleEditorNestingModeCompound = 2; + NSRuleEditorNestingModeSimple = 3; const NSRuleEditorRowTypeSimple = 0; @@ -46,8 +49,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSRULEEDITOR_PAS_T} -{$define NSRULEEDITOR_PAS_T} +{$ifndef NSRULEEDITOR_PAS_S} +{$define NSRULEEDITOR_PAS_S} { External string constants } var @@ -121,7 +124,7 @@ var public class function alloc: NSRuleEditor; message 'alloc'; - procedure setDelegate(sender:id); message 'setDelegate:'; + procedure setDelegate(sender: id); message 'setDelegate:'; function delegate: id; message 'delegate'; procedure setFormattingStringsFilename(stringsFilename: NSString); message 'setFormattingStringsFilename:'; function formattingStringsFilename: NSString; message 'formattingStringsFilename'; diff --git a/packages/cocoaint/src/appkit/NSRulerMarker.inc b/packages/cocoaint/src/appkit/NSRulerMarker.inc index 10ed52e4cd..ba55f1b069 100644 --- a/packages/cocoaint/src/appkit/NSRulerMarker.inc +++ b/packages/cocoaint/src/appkit/NSRulerMarker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRulerMarker.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSRULERMARKER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSRULERMARKER_PAS_T} -{$define NSRULERMARKER_PAS_T} +{$ifndef NSRULERMARKER_PAS_S} +{$define NSRULERMARKER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSRulerView.inc b/packages/cocoaint/src/appkit/NSRulerView.inc index eb661deb32..7f9ca2d096 100644 --- a/packages/cocoaint/src/appkit/NSRulerView.inc +++ b/packages/cocoaint/src/appkit/NSRulerView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRulerView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSRULERVIEW_PAS_H} @@ -42,8 +42,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSRULERVIEW_PAS_T} -{$define NSRULERVIEW_PAS_T} +{$ifndef NSRULERVIEW_PAS_S} +{$define NSRULERVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSavePanel.inc b/packages/cocoaint/src/appkit/NSSavePanel.inc index c76e570b72..965d6d30c4 100644 --- a/packages/cocoaint/src/appkit/NSSavePanel.inc +++ b/packages/cocoaint/src/appkit/NSSavePanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSavePanel.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSAVEPANEL_PAS_H} @@ -51,8 +51,8 @@ _SPFlags = __SPFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSAVEPANEL_PAS_T} -{$define NSSAVEPANEL_PAS_T} +{$ifndef NSSAVEPANEL_PAS_S} +{$define NSSAVEPANEL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSScreen.inc b/packages/cocoaint/src/appkit/NSScreen.inc index 5739237154..5bc6696ea8 100644 --- a/packages/cocoaint/src/appkit/NSScreen.inc +++ b/packages/cocoaint/src/appkit/NSScreen.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSScreen.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCREEN_PAS_H} @@ -37,8 +37,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCREEN_PAS_T} -{$define NSSCREEN_PAS_T} +{$ifndef NSSCREEN_PAS_S} +{$define NSSCREEN_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSScrollView.inc b/packages/cocoaint/src/appkit/NSScrollView.inc index ba2ac28e94..0d5b746ec0 100644 --- a/packages/cocoaint/src/appkit/NSScrollView.inc +++ b/packages/cocoaint/src/appkit/NSScrollView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSScrollView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCROLLVIEW_PAS_H} @@ -78,8 +78,8 @@ _SFlags = __SFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCROLLVIEW_PAS_T} -{$define NSSCROLLVIEW_PAS_T} +{$ifndef NSSCROLLVIEW_PAS_S} +{$define NSSCROLLVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSScroller.inc b/packages/cocoaint/src/appkit/NSScroller.inc index 638323b7ae..1e74534811 100644 --- a/packages/cocoaint/src/appkit/NSScroller.inc +++ b/packages/cocoaint/src/appkit/NSScroller.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSScroller.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCROLLER_PAS_H} @@ -65,8 +65,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCROLLER_PAS_T} -{$define NSSCROLLER_PAS_T} +{$ifndef NSSCROLLER_PAS_S} +{$define NSSCROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSearchField.inc b/packages/cocoaint/src/appkit/NSSearchField.inc index 1bae18509a..7011c66991 100644 --- a/packages/cocoaint/src/appkit/NSSearchField.inc +++ b/packages/cocoaint/src/appkit/NSSearchField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSearchField.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSEARCHFIELD_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSEARCHFIELD_PAS_T} -{$define NSSEARCHFIELD_PAS_T} +{$ifndef NSSEARCHFIELD_PAS_S} +{$define NSSEARCHFIELD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSearchFieldCell.inc b/packages/cocoaint/src/appkit/NSSearchFieldCell.inc index 19b86f77c5..c1955c793e 100644 --- a/packages/cocoaint/src/appkit/NSSearchFieldCell.inc +++ b/packages/cocoaint/src/appkit/NSSearchFieldCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSearchFieldCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSEARCHFIELDCELL_PAS_H} @@ -39,8 +39,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSEARCHFIELDCELL_PAS_T} -{$define NSSEARCHFIELDCELL_PAS_T} +{$ifndef NSSEARCHFIELDCELL_PAS_S} +{$define NSSEARCHFIELDCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSecureTextField.inc b/packages/cocoaint/src/appkit/NSSecureTextField.inc index bc51e7b8a2..3dd5f6e1e9 100644 --- a/packages/cocoaint/src/appkit/NSSecureTextField.inc +++ b/packages/cocoaint/src/appkit/NSSecureTextField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSecureTextField.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSECURETEXTFIELD_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSECURETEXTFIELD_PAS_T} -{$define NSSECURETEXTFIELD_PAS_T} +{$ifndef NSSECURETEXTFIELD_PAS_S} +{$define NSSECURETEXTFIELD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSegmentedControl.inc b/packages/cocoaint/src/appkit/NSSegmentedControl.inc index eb28f454bc..025540b6f1 100644 --- a/packages/cocoaint/src/appkit/NSSegmentedControl.inc +++ b/packages/cocoaint/src/appkit/NSSegmentedControl.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSegmentedControl.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSEGMENTEDCONTROL_PAS_H} @@ -17,6 +17,7 @@ type { Constants } const + NSSegmentStyleAutomatic = 0; NSSegmentStyleRounded = 1; NSSegmentStyleTexturedRounded = 2; NSSegmentStyleRoundRect = 3; @@ -46,8 +47,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSEGMENTEDCONTROL_PAS_T} -{$define NSSEGMENTEDCONTROL_PAS_T} +{$ifndef NSSEGMENTEDCONTROL_PAS_S} +{$define NSSEGMENTEDCONTROL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSShadow.inc b/packages/cocoaint/src/appkit/NSShadow.inc index abb599ca5b..7b69aadc2e 100644 --- a/packages/cocoaint/src/appkit/NSShadow.inc +++ b/packages/cocoaint/src/appkit/NSShadow.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSShadow.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSHADOW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSHADOW_PAS_T} -{$define NSSHADOW_PAS_T} +{$ifndef NSSHADOW_PAS_S} +{$define NSSHADOW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSlider.inc b/packages/cocoaint/src/appkit/NSSlider.inc index 514f7731d9..2446b54f51 100644 --- a/packages/cocoaint/src/appkit/NSSlider.inc +++ b/packages/cocoaint/src/appkit/NSSlider.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSlider.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSLIDER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSLIDER_PAS_T} -{$define NSSLIDER_PAS_T} +{$ifndef NSSLIDER_PAS_S} +{$define NSSLIDER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSliderCell.inc b/packages/cocoaint/src/appkit/NSSliderCell.inc index 810263e586..44189545e5 100644 --- a/packages/cocoaint/src/appkit/NSSliderCell.inc +++ b/packages/cocoaint/src/appkit/NSSliderCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSliderCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSLIDERCELL_PAS_H} @@ -49,8 +49,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSLIDERCELL_PAS_T} -{$define NSSLIDERCELL_PAS_T} +{$ifndef NSSLIDERCELL_PAS_S} +{$define NSSLIDERCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSound.inc b/packages/cocoaint/src/appkit/NSSound.inc index 8130035967..74b17c8487 100644 --- a/packages/cocoaint/src/appkit/NSSound.inc +++ b/packages/cocoaint/src/appkit/NSSound.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSound.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSOUND_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSOUND_PAS_T} -{$define NSSOUND_PAS_T} +{$ifndef NSSOUND_PAS_S} +{$define NSSOUND_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc b/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc index 978744a8db..0a86b0f949 100644 --- a/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc +++ b/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpeechRecognizer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSPEECHRECOGNIZER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSPEECHRECOGNIZER_PAS_T} -{$define NSSPEECHRECOGNIZER_PAS_T} +{$ifndef NSSPEECHRECOGNIZER_PAS_S} +{$define NSSPEECHRECOGNIZER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc b/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc index 608ec4cabf..6afeeb237c 100644 --- a/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc +++ b/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpeechSynthesizer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSPEECHSYNTHESIZER_PAS_H} @@ -43,8 +43,66 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSPEECHSYNTHESIZER_PAS_T} -{$define NSSPEECHSYNTHESIZER_PAS_T} +{$ifndef NSSPEECHSYNTHESIZER_PAS_S} +{$define NSSPEECHSYNTHESIZER_PAS_S} + +{ External string constants } +var + NSVoiceName: NSString; external name '_NSVoiceName'; + NSVoiceIdentifier: NSString; external name '_NSVoiceIdentifier'; + NSVoiceAge: NSString; external name '_NSVoiceAge'; + NSVoiceGender: NSString; external name '_NSVoiceGender'; + NSVoiceDemoText: NSString; external name '_NSVoiceDemoText'; + NSVoiceLocaleIdentifier: NSString; external name '_NSVoiceLocaleIdentifier'; + NSVoiceSupportedCharacters: NSString; external name '_NSVoiceSupportedCharacters'; + NSVoiceIndividuallySpokenCharacters: NSString; external name '_NSVoiceIndividuallySpokenCharacters'; + NSVoiceGenderNeuter: NSString; external name '_NSVoiceGenderNeuter'; + NSVoiceGenderMale: NSString; external name '_NSVoiceGenderMale'; + NSVoiceGenderFemale: NSString; external name '_NSVoiceGenderFemale'; + NSSpeechStatusProperty: NSString; external name '_NSSpeechStatusProperty'; + NSSpeechErrorsProperty: NSString; external name '_NSSpeechErrorsProperty'; + NSSpeechInputModeProperty: NSString; external name '_NSSpeechInputModeProperty'; + NSSpeechCharacterModeProperty: NSString; external name '_NSSpeechCharacterModeProperty'; + NSSpeechNumberModeProperty: NSString; external name '_NSSpeechNumberModeProperty'; + NSSpeechRateProperty: NSString; external name '_NSSpeechRateProperty'; + NSSpeechPitchBaseProperty: NSString; external name '_NSSpeechPitchBaseProperty'; + NSSpeechPitchModProperty: NSString; external name '_NSSpeechPitchModProperty'; + NSSpeechVolumeProperty: NSString; external name '_NSSpeechVolumeProperty'; + NSSpeechSynthesizerInfoProperty: NSString; external name '_NSSpeechSynthesizerInfoProperty'; + NSSpeechRecentSyncProperty: NSString; external name '_NSSpeechRecentSyncProperty'; + NSSpeechPhonemeSymbolsProperty: NSString; external name '_NSSpeechPhonemeSymbolsProperty'; + NSSpeechCurrentVoiceProperty: NSString; external name '_NSSpeechCurrentVoiceProperty'; + NSSpeechCommandDelimiterProperty: NSString; external name '_NSSpeechCommandDelimiterProperty'; + NSSpeechResetProperty: NSString; external name '_NSSpeechResetProperty'; + NSSpeechOutputToFileURLProperty: NSString; external name '_NSSpeechOutputToFileURLProperty'; + NSSpeechModeText: NSString; external name '_NSSpeechModeText'; + NSSpeechModePhoneme: NSString; external name '_NSSpeechModePhoneme'; + NSSpeechModeNormal: NSString; external name '_NSSpeechModeNormal'; + NSSpeechModeLiteral: NSString; external name '_NSSpeechModeLiteral'; + NSSpeechStatusOutputBusy: NSString; external name '_NSSpeechStatusOutputBusy'; + NSSpeechStatusOutputPaused: NSString; external name '_NSSpeechStatusOutputPaused'; + NSSpeechStatusNumberOfCharactersLeft: NSString; external name '_NSSpeechStatusNumberOfCharactersLeft'; + NSSpeechStatusPhonemeCode: NSString; external name '_NSSpeechStatusPhonemeCode'; + NSSpeechErrorCount: NSString; external name '_NSSpeechErrorCount'; + NSSpeechErrorOldestCode: NSString; external name '_NSSpeechErrorOldestCode'; + NSSpeechErrorOldestCharacterOffset: NSString; external name '_NSSpeechErrorOldestCharacterOffset'; + NSSpeechErrorNewestCode: NSString; external name '_NSSpeechErrorNewestCode'; + NSSpeechErrorNewestCharacterOffset: NSString; external name '_NSSpeechErrorNewestCharacterOffset'; + NSSpeechSynthesizerInfoIdentifier: NSString; external name '_NSSpeechSynthesizerInfoIdentifier'; + NSSpeechSynthesizerInfoVersion: NSString; external name '_NSSpeechSynthesizerInfoVersion'; + NSSpeechPhonemeInfoOpcode: NSString; external name '_NSSpeechPhonemeInfoOpcode'; + NSSpeechPhonemeInfoSymbol: NSString; external name '_NSSpeechPhonemeInfoSymbol'; + NSSpeechPhonemeInfoExample: NSString; external name '_NSSpeechPhonemeInfoExample'; + NSSpeechPhonemeInfoHiliteStart: NSString; external name '_NSSpeechPhonemeInfoHiliteStart'; + NSSpeechPhonemeInfoHiliteEnd: NSString; external name '_NSSpeechPhonemeInfoHiliteEnd'; + NSSpeechCommandPrefix: NSString; external name '_NSSpeechCommandPrefix'; + NSSpeechCommandSuffix: NSString; external name '_NSSpeechCommandSuffix'; + NSSpeechDictionaryLocaleIdentifier: NSString; external name '_NSSpeechDictionaryLocaleIdentifier'; + NSSpeechDictionaryModificationDate: NSString; external name '_NSSpeechDictionaryModificationDate'; + NSSpeechDictionaryPronunciations: NSString; external name '_NSSpeechDictionaryPronunciations'; + NSSpeechDictionaryAbbreviations: NSString; external name '_NSSpeechDictionaryAbbreviations'; + NSSpeechDictionaryEntrySpelling: NSString; external name '_NSSpeechDictionaryEntrySpelling'; + NSSpeechDictionaryEntryPhonemes: NSString; external name '_NSSpeechDictionaryEntryPhonemes'; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSpellChecker.inc b/packages/cocoaint/src/appkit/NSSpellChecker.inc index c0e6c606c9..4f63141760 100644 --- a/packages/cocoaint/src/appkit/NSSpellChecker.inc +++ b/packages/cocoaint/src/appkit/NSSpellChecker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpellChecker.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSPELLCHECKER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSPELLCHECKER_PAS_T} -{$define NSSPELLCHECKER_PAS_T} +{$ifndef NSSPELLCHECKER_PAS_S} +{$define NSSPELLCHECKER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSpellProtocol.inc b/packages/cocoaint/src/appkit/NSSpellProtocol.inc index d79434ee5a..e19db66e63 100644 --- a/packages/cocoaint/src/appkit/NSSpellProtocol.inc +++ b/packages/cocoaint/src/appkit/NSSpellProtocol.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpellProtocol.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSPELLPROTOCOL_PAS_T} -{$define NSSPELLPROTOCOL_PAS_T} +{$ifndef NSSPELLPROTOCOL_PAS_S} +{$define NSSPELLPROTOCOL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSSplitView.inc b/packages/cocoaint/src/appkit/NSSplitView.inc index 8d92707145..0f0bc54738 100644 --- a/packages/cocoaint/src/appkit/NSSplitView.inc +++ b/packages/cocoaint/src/appkit/NSSplitView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSplitView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSPLITVIEW_PAS_H} @@ -42,13 +42,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSPLITVIEW_PAS_T} -{$define NSSPLITVIEW_PAS_T} - -{ External string constants } -var - NSSplitViewWillResizeSubviewsNotification: NSString; external name '_NSSplitViewWillResizeSubviewsNotification'; - NSSplitViewDidResizeSubviewsNotification: NSString; external name '_NSSplitViewDidResizeSubviewsNotification'; +{$ifndef NSSPLITVIEW_PAS_S} +{$define NSSPLITVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSStatusBar.inc b/packages/cocoaint/src/appkit/NSStatusBar.inc index 047b3e0ba5..14dca16688 100644 --- a/packages/cocoaint/src/appkit/NSStatusBar.inc +++ b/packages/cocoaint/src/appkit/NSStatusBar.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStatusBar.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSTATUSBAR_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTATUSBAR_PAS_T} -{$define NSSTATUSBAR_PAS_T} +{$ifndef NSSTATUSBAR_PAS_S} +{$define NSSTATUSBAR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSStatusItem.inc b/packages/cocoaint/src/appkit/NSStatusItem.inc index dda8ace1ab..65059a7e17 100644 --- a/packages/cocoaint/src/appkit/NSStatusItem.inc +++ b/packages/cocoaint/src/appkit/NSStatusItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStatusItem.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSTATUSITEM_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTATUSITEM_PAS_T} -{$define NSSTATUSITEM_PAS_T} +{$ifndef NSSTATUSITEM_PAS_S} +{$define NSSTATUSITEM_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSStepper.inc b/packages/cocoaint/src/appkit/NSStepper.inc index 442f81300b..da5db8ba93 100644 --- a/packages/cocoaint/src/appkit/NSStepper.inc +++ b/packages/cocoaint/src/appkit/NSStepper.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStepper.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSTEPPER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTEPPER_PAS_T} -{$define NSSTEPPER_PAS_T} +{$ifndef NSSTEPPER_PAS_S} +{$define NSSTEPPER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSStepperCell.inc b/packages/cocoaint/src/appkit/NSStepperCell.inc index 6e90854adf..8d6eb800a1 100644 --- a/packages/cocoaint/src/appkit/NSStepperCell.inc +++ b/packages/cocoaint/src/appkit/NSStepperCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStepperCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSSTEPPERCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTEPPERCELL_PAS_T} -{$define NSSTEPPERCELL_PAS_T} +{$ifndef NSSTEPPERCELL_PAS_S} +{$define NSSTEPPERCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSStringDrawing.inc b/packages/cocoaint/src/appkit/NSStringDrawing.inc index c4d3a636cf..5b26b19146 100644 --- a/packages/cocoaint/src/appkit/NSStringDrawing.inc +++ b/packages/cocoaint/src/appkit/NSStringDrawing.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStringDrawing.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -38,8 +38,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTRINGDRAWING_PAS_T} -{$define NSSTRINGDRAWING_PAS_T} +{$ifndef NSSTRINGDRAWING_PAS_S} +{$define NSSTRINGDRAWING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTabView.inc b/packages/cocoaint/src/appkit/NSTabView.inc index ad327770ba..cecae4ecb9 100644 --- a/packages/cocoaint/src/appkit/NSTabView.inc +++ b/packages/cocoaint/src/appkit/NSTabView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTabView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTABVIEW_PAS_H} @@ -21,6 +21,7 @@ const { Constants } const + NSTopTabsBezelBorder = 0; NSLeftTabsBezelBorder = 1; NSBottomTabsBezelBorder = 2; NSRightTabsBezelBorder = 3; @@ -50,8 +51,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTABVIEW_PAS_T} -{$define NSTABVIEW_PAS_T} +{$ifndef NSTABVIEW_PAS_S} +{$define NSTABVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTabViewItem.inc b/packages/cocoaint/src/appkit/NSTabViewItem.inc index 9a12104149..81eacc347d 100644 --- a/packages/cocoaint/src/appkit/NSTabViewItem.inc +++ b/packages/cocoaint/src/appkit/NSTabViewItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTabViewItem.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTABVIEWITEM_PAS_H} @@ -43,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTABVIEWITEM_PAS_T} -{$define NSTABVIEWITEM_PAS_T} +{$ifndef NSTABVIEWITEM_PAS_S} +{$define NSTABVIEWITEM_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTableColumn.inc b/packages/cocoaint/src/appkit/NSTableColumn.inc index dcd43c658f..123644d41e 100644 --- a/packages/cocoaint/src/appkit/NSTableColumn.inc +++ b/packages/cocoaint/src/appkit/NSTableColumn.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableColumn.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTABLECOLUMN_PAS_H} @@ -14,6 +14,11 @@ type {$ifndef NSTABLECOLUMN_PAS_T} {$define NSTABLECOLUMN_PAS_T} +{ Constants } + +const + NSTableColumnNoResizing = 0; + {$endif} {$endif} @@ -32,8 +37,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTABLECOLUMN_PAS_T} -{$define NSTABLECOLUMN_PAS_T} +{$ifndef NSTABLECOLUMN_PAS_S} +{$define NSTABLECOLUMN_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTableHeaderCell.inc b/packages/cocoaint/src/appkit/NSTableHeaderCell.inc index 022204b998..d3c183e5dd 100644 --- a/packages/cocoaint/src/appkit/NSTableHeaderCell.inc +++ b/packages/cocoaint/src/appkit/NSTableHeaderCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableHeaderCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTABLEHEADERCELL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTABLEHEADERCELL_PAS_T} -{$define NSTABLEHEADERCELL_PAS_T} +{$ifndef NSTABLEHEADERCELL_PAS_S} +{$define NSTABLEHEADERCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTableHeaderView.inc b/packages/cocoaint/src/appkit/NSTableHeaderView.inc index ea22567ae4..91d21d2063 100644 --- a/packages/cocoaint/src/appkit/NSTableHeaderView.inc +++ b/packages/cocoaint/src/appkit/NSTableHeaderView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableHeaderView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTABLEHEADERVIEW_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTABLEHEADERVIEW_PAS_T} -{$define NSTABLEHEADERVIEW_PAS_T} +{$ifndef NSTABLEHEADERVIEW_PAS_S} +{$define NSTABLEHEADERVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTableView.inc b/packages/cocoaint/src/appkit/NSTableView.inc index c7ab282d24..c657a62a3f 100644 --- a/packages/cocoaint/src/appkit/NSTableView.inc +++ b/packages/cocoaint/src/appkit/NSTableView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTABLEVIEW_PAS_H} @@ -25,8 +25,10 @@ type const NSTableViewNoColumnAutoresizing = 0; NSTableViewUniformColumnAutoresizingStyle = 0; - NSTableViewLastColumnOnlyAutoresizingStyle = 1; - NSTableViewFirstColumnOnlyAutoresizingStyle = 2; + NSTableViewSequentialColumnAutoresizingStyle = 1; + NSTableViewReverseSequentialColumnAutoresizingStyle = 2; + NSTableViewLastColumnOnlyAutoresizingStyle = 3; + NSTableViewFirstColumnOnlyAutoresizingStyle = 4; const NSTableViewGridNone = 0; @@ -55,7 +57,7 @@ type allowsMultipleSelection: 0..1; allowsColumnSelection: 0..1; selectionType: 0..((1 shl 2)-1); - changingLayout: cuint; + changingLayout: 0..1; compareWidthWithSuperview: 0..((1 shl 2)-1); delegateWillDisplayCell: 0..1; delegateShouldEditTableColumn: 0..1; @@ -79,7 +81,7 @@ type delegateShouldEditTableColumn: 0..1; delegateWillDisplayCell: 0..1; compareWidthWithSuperview: 0..((1 shl 2)-1); - changingLayout: cuint; + changingLayout: 0..1; selectionType: 0..((1 shl 2)-1); allowsColumnSelection: 0..1; allowsMultipleSelection: 0..1; @@ -103,15 +105,8 @@ _TvFlags = __TvFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTABLEVIEW_PAS_T} -{$define NSTABLEVIEW_PAS_T} - -{ External string constants } -var - NSTableViewSelectionDidChangeNotification: NSString; external name '_NSTableViewSelectionDidChangeNotification'; - NSTableViewColumnDidMoveNotification: NSString; external name '_NSTableViewColumnDidMoveNotification'; - NSTableViewColumnDidResizeNotification: NSString; external name '_NSTableViewColumnDidResizeNotification'; - NSTableViewSelectionIsChangingNotification: NSString; external name '_NSTableViewSelectionIsChangingNotification'; +{$ifndef NSTABLEVIEW_PAS_S} +{$define NSTABLEVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSText.inc b/packages/cocoaint/src/appkit/NSText.inc index 27d7d95c06..71b825a539 100644 --- a/packages/cocoaint/src/appkit/NSText.inc +++ b/packages/cocoaint/src/appkit/NSText.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSText.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXT_PAS_H} @@ -29,6 +29,18 @@ const NSParagraphSeparatorCharacter = $2029; const + NSLeftTextAlignment = 0; + NSRightTextAlignment = 1; + NSCenterTextAlignment = 2; + NSJustifiedTextAlignment = 3; + NSNaturalTextAlignment = 4; + +const + NSWritingDirectionNatural = -1; + NSWritingDirectionLeftToRight = 0; + NSWritingDirectionRightToLeft = 1; + +const NSIllegalTextMovement = 0; NSReturnTextMovement = $10; NSTabTextMovement = $11; @@ -63,14 +75,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXT_PAS_T} -{$define NSTEXT_PAS_T} - -{ External string constants } -var - NSTextDidBeginEditingNotification: NSString; external name '_NSTextDidBeginEditingNotification'; - NSTextDidEndEditingNotification: NSString; external name '_NSTextDidEndEditingNotification'; - NSTextDidChangeNotification: NSString; external name '_NSTextDidChangeNotification'; +{$ifndef NSTEXT_PAS_S} +{$define NSTEXT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextAttachment.inc b/packages/cocoaint/src/appkit/NSTextAttachment.inc index e6453f2cf9..faacdb3620 100644 --- a/packages/cocoaint/src/appkit/NSTextAttachment.inc +++ b/packages/cocoaint/src/appkit/NSTextAttachment.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextAttachment.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTATTACHMENT_PAS_H} @@ -38,8 +38,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTATTACHMENT_PAS_T} -{$define NSTEXTATTACHMENT_PAS_T} +{$ifndef NSTEXTATTACHMENT_PAS_S} +{$define NSTEXTATTACHMENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextContainer.inc b/packages/cocoaint/src/appkit/NSTextContainer.inc index a7f0119b2c..1917eaa9b4 100644 --- a/packages/cocoaint/src/appkit/NSTextContainer.inc +++ b/packages/cocoaint/src/appkit/NSTextContainer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextContainer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTCONTAINER_PAS_H} @@ -52,8 +52,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTCONTAINER_PAS_T} -{$define NSTEXTCONTAINER_PAS_T} +{$ifndef NSTEXTCONTAINER_PAS_S} +{$define NSTEXTCONTAINER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextField.inc b/packages/cocoaint/src/appkit/NSTextField.inc index a9f39b0337..52b96567e3 100644 --- a/packages/cocoaint/src/appkit/NSTextField.inc +++ b/packages/cocoaint/src/appkit/NSTextField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextField.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTFIELD_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTFIELD_PAS_T} -{$define NSTEXTFIELD_PAS_T} +{$ifndef NSTEXTFIELD_PAS_S} +{$define NSTEXTFIELD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextFieldCell.inc b/packages/cocoaint/src/appkit/NSTextFieldCell.inc index ab69622ac2..06e44052b0 100644 --- a/packages/cocoaint/src/appkit/NSTextFieldCell.inc +++ b/packages/cocoaint/src/appkit/NSTextFieldCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextFieldCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTFIELDCELL_PAS_H} @@ -42,8 +42,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTFIELDCELL_PAS_T} -{$define NSTEXTFIELDCELL_PAS_T} +{$ifndef NSTEXTFIELDCELL_PAS_S} +{$define NSTEXTFIELDCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextInputClient.inc b/packages/cocoaint/src/appkit/NSTextInputClient.inc index 5c2e0771f6..9c18c80c23 100644 --- a/packages/cocoaint/src/appkit/NSTextInputClient.inc +++ b/packages/cocoaint/src/appkit/NSTextInputClient.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextInputClient.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTINPUTCLIENT_PAS_T} -{$define NSTEXTINPUTCLIENT_PAS_T} +{$ifndef NSTEXTINPUTCLIENT_PAS_S} +{$define NSTEXTINPUTCLIENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextList.inc b/packages/cocoaint/src/appkit/NSTextList.inc index dae184e374..f99615548a 100644 --- a/packages/cocoaint/src/appkit/NSTextList.inc +++ b/packages/cocoaint/src/appkit/NSTextList.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextList.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTLIST_PAS_H} @@ -37,8 +37,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTLIST_PAS_T} -{$define NSTEXTLIST_PAS_T} +{$ifndef NSTEXTLIST_PAS_S} +{$define NSTEXTLIST_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextStorage.inc b/packages/cocoaint/src/appkit/NSTextStorage.inc index dceaf3f89c..ba2f5d35e1 100644 --- a/packages/cocoaint/src/appkit/NSTextStorage.inc +++ b/packages/cocoaint/src/appkit/NSTextStorage.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextStorage.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTSTORAGE_PAS_H} @@ -38,13 +38,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTSTORAGE_PAS_T} -{$define NSTEXTSTORAGE_PAS_T} - -{ External string constants } -var - NSTextStorageWillProcessEditingNotification: NSString; external name '_NSTextStorageWillProcessEditingNotification'; - NSTextStorageDidProcessEditingNotification: NSString; external name '_NSTextStorageDidProcessEditingNotification'; +{$ifndef NSTEXTSTORAGE_PAS_S} +{$define NSTEXTSTORAGE_PAS_S} {$endif} {$endif} @@ -78,7 +73,7 @@ var public class function alloc: NSTextStorage; message 'alloc'; - procedure addLayoutManager_setTextStorage(obj: NSLayoutManager); message 'addLayoutManager:'; + procedure addLayoutManager(obj: NSLayoutManager); message 'addLayoutManager:'; procedure removeLayoutManager(obj: NSLayoutManager); message 'removeLayoutManager:'; function layoutManagers: NSArray; message 'layoutManagers'; procedure edited_range_changeInLength(editedMask_: NSUInteger; range: NSRange; delta: NSInteger); message 'edited:range:changeInLength:'; diff --git a/packages/cocoaint/src/appkit/NSTextStorageScripting.inc b/packages/cocoaint/src/appkit/NSTextStorageScripting.inc index eaa5c47c71..721b6ebf58 100644 --- a/packages/cocoaint/src/appkit/NSTextStorageScripting.inc +++ b/packages/cocoaint/src/appkit/NSTextStorageScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextStorageScripting.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTSTORAGESCRIPTING_PAS_T} -{$define NSTEXTSTORAGESCRIPTING_PAS_T} +{$ifndef NSTEXTSTORAGESCRIPTING_PAS_S} +{$define NSTEXTSTORAGESCRIPTING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextTable.inc b/packages/cocoaint/src/appkit/NSTextTable.inc index dabf2076fe..d03c163d23 100644 --- a/packages/cocoaint/src/appkit/NSTextTable.inc +++ b/packages/cocoaint/src/appkit/NSTextTable.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextTable.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTTABLE_PAS_H} @@ -16,17 +16,13 @@ type {$ifndef NSTEXTTABLE_PAS_T} {$define NSTEXTTABLE_PAS_T} -{ Types } -type - NSTextBlockValueType = NSUInteger; - NSTextBlockDimension = NSUInteger; - NSTextBlockLayer = NSInteger; - NSTextBlockVerticalAlignment = NSUInteger; - NSTextTableLayoutAlgorithm = NSUInteger; - { Constants } const + NSTextBlockAbsoluteValueType = 0; + NSTextBlockPercentageValueType = 1; + +const NSTextBlockWidth = 0; NSTextBlockMinimumWidth = 1; NSTextBlockMaximumWidth = 2; @@ -49,6 +45,14 @@ const NSTextTableAutomaticLayoutAlgorithm = 0; NSTextTableFixedLayoutAlgorithm = 1; +{ Types } +type + NSTextBlockValueType = NSUInteger; + NSTextBlockDimension = NSUInteger; + NSTextBlockLayer = NSInteger; + NSTextBlockVerticalAlignment = NSUInteger; + NSTextTableLayoutAlgorithm = NSUInteger; + {$endif} {$endif} @@ -67,8 +71,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTTABLE_PAS_T} -{$define NSTEXTTABLE_PAS_T} +{$ifndef NSTEXTTABLE_PAS_S} +{$define NSTEXTTABLE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextView.inc b/packages/cocoaint/src/appkit/NSTextView.inc index 3202815e37..33fa446acd 100644 --- a/packages/cocoaint/src/appkit/NSTextView.inc +++ b/packages/cocoaint/src/appkit/NSTextView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTEXTVIEW_PAS_H} @@ -68,13 +68,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTEXTVIEW_PAS_T} -{$define NSTEXTVIEW_PAS_T} - -{ External string constants } -var - NSTextViewWillChangeNotifyingTextViewNotification: NSString; external name '_NSTextViewWillChangeNotifyingTextViewNotification'; - NSTextViewDidChangeSelectionNotification: NSString; external name '_NSTextViewDidChangeSelectionNotification'; +{$ifndef NSTEXTVIEW_PAS_S} +{$define NSTEXTVIEW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTokenField.inc b/packages/cocoaint/src/appkit/NSTokenField.inc index 5045b8085a..cc39377036 100644 --- a/packages/cocoaint/src/appkit/NSTokenField.inc +++ b/packages/cocoaint/src/appkit/NSTokenField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTokenField.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTOKENFIELD_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTOKENFIELD_PAS_T} -{$define NSTOKENFIELD_PAS_T} +{$ifndef NSTOKENFIELD_PAS_S} +{$define NSTOKENFIELD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTokenFieldCell.inc b/packages/cocoaint/src/appkit/NSTokenFieldCell.inc index 2cddb6a385..ceeb9b31a6 100644 --- a/packages/cocoaint/src/appkit/NSTokenFieldCell.inc +++ b/packages/cocoaint/src/appkit/NSTokenFieldCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTokenFieldCell.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSTOKENFIELDCELL_PAS_H} @@ -14,6 +14,13 @@ type {$ifndef NSTOKENFIELDCELL_PAS_T} {$define NSTOKENFIELDCELL_PAS_T} +{ Constants } + +const + NSDefaultTokenStyle = 0; + NSPlainTextTokenStyle = 1; + NSRoundedTokenStyle = 2; + { Types } type NSTokenStyle = NSUInteger; @@ -36,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTOKENFIELDCELL_PAS_T} -{$define NSTOKENFIELDCELL_PAS_T} +{$ifndef NSTOKENFIELDCELL_PAS_S} +{$define NSTOKENFIELDCELL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSToolbar.inc b/packages/cocoaint/src/appkit/NSToolbar.inc index 258a8f569f..0a0a593388 100644 --- a/packages/cocoaint/src/appkit/NSToolbar.inc +++ b/packages/cocoaint/src/appkit/NSToolbar.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSToolbar.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTOOLBAR_PAS_H} @@ -37,13 +37,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTOOLBAR_PAS_T} -{$define NSTOOLBAR_PAS_T} - -{ External string constants } -var - NSToolbarWillAddItemNotification: NSString; external name '_NSToolbarWillAddItemNotification'; - NSToolbarDidRemoveItemNotification: NSString; external name '_NSToolbarDidRemoveItemNotification'; +{$ifndef NSTOOLBAR_PAS_S} +{$define NSTOOLBAR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSToolbarItem.inc b/packages/cocoaint/src/appkit/NSToolbarItem.inc index 46f9b3cb05..daace4d659 100644 --- a/packages/cocoaint/src/appkit/NSToolbarItem.inc +++ b/packages/cocoaint/src/appkit/NSToolbarItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSToolbarItem.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTOOLBARITEM_PAS_H} @@ -14,6 +14,14 @@ type {$ifndef NSTOOLBARITEM_PAS_T} {$define NSTOOLBARITEM_PAS_T} +{ Constants } + +const + NSToolbarItemVisibilityPriorityStandard = 0; + NSToolbarItemVisibilityPriorityLow = -1000; + NSToolbarItemVisibilityPriorityHigh = 1000; + NSToolbarItemVisibilityPriorityUser = 2000; + {$endif} {$endif} @@ -32,18 +40,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTOOLBARITEM_PAS_T} -{$define NSTOOLBARITEM_PAS_T} - -{ External string constants } -var - NSToolbarSeparatorItemIdentifier: NSString; external name '_NSToolbarSeparatorItemIdentifier'; - NSToolbarSpaceItemIdentifier: NSString; external name '_NSToolbarSpaceItemIdentifier'; - NSToolbarFlexibleSpaceItemIdentifier: NSString; external name '_NSToolbarFlexibleSpaceItemIdentifier'; - NSToolbarShowColorsItemIdentifier: NSString; external name '_NSToolbarShowColorsItemIdentifier'; - NSToolbarShowFontsItemIdentifier: NSString; external name '_NSToolbarShowFontsItemIdentifier'; - NSToolbarCustomizeToolbarItemIdentifier: NSString; external name '_NSToolbarCustomizeToolbarItemIdentifier'; - NSToolbarPrintItemIdentifier: NSString; external name '_NSToolbarPrintItemIdentifier'; +{$ifndef NSTOOLBARITEM_PAS_S} +{$define NSTOOLBARITEM_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc b/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc index d841778745..6612862f6e 100644 --- a/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc +++ b/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSToolbarItemGroup.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTOOLBARITEMGROUP_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTOOLBARITEMGROUP_PAS_T} -{$define NSTOOLBARITEMGROUP_PAS_T} +{$ifndef NSTOOLBARITEMGROUP_PAS_S} +{$define NSTOOLBARITEMGROUP_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTrackingArea.inc b/packages/cocoaint/src/appkit/NSTrackingArea.inc index 5610aac890..95dc2a7da0 100644 --- a/packages/cocoaint/src/appkit/NSTrackingArea.inc +++ b/packages/cocoaint/src/appkit/NSTrackingArea.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTrackingArea.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSTRACKINGAREA_PAS_H} @@ -54,8 +54,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTRACKINGAREA_PAS_T} -{$define NSTRACKINGAREA_PAS_T} +{$ifndef NSTRACKINGAREA_PAS_S} +{$define NSTRACKINGAREA_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTreeController.inc b/packages/cocoaint/src/appkit/NSTreeController.inc index c00614881d..6a043acfb0 100644 --- a/packages/cocoaint/src/appkit/NSTreeController.inc +++ b/packages/cocoaint/src/appkit/NSTreeController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTreeController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTREECONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTREECONTROLLER_PAS_T} -{$define NSTREECONTROLLER_PAS_T} +{$ifndef NSTREECONTROLLER_PAS_S} +{$define NSTREECONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSTreeNode.inc b/packages/cocoaint/src/appkit/NSTreeNode.inc index 18e2e04d42..23592de98b 100644 --- a/packages/cocoaint/src/appkit/NSTreeNode.inc +++ b/packages/cocoaint/src/appkit/NSTreeNode.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTreeNode.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSTREENODE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTREENODE_PAS_T} -{$define NSTREENODE_PAS_T} +{$ifndef NSTREENODE_PAS_S} +{$define NSTREENODE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc index db4da7070b..6c4d7feb37 100644 --- a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc +++ b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSUserDefaultsController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSUSERDEFAULTSCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSUSERDEFAULTSCONTROLLER_PAS_T} -{$define NSUSERDEFAULTSCONTROLLER_PAS_T} +{$ifndef NSUSERDEFAULTSCONTROLLER_PAS_S} +{$define NSUSERDEFAULTSCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSView.inc b/packages/cocoaint/src/appkit/NSView.inc index f3ace41d70..1c00325bfd 100644 --- a/packages/cocoaint/src/appkit/NSView.inc +++ b/packages/cocoaint/src/appkit/NSView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSView.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSVIEW_PAS_H} @@ -113,18 +113,14 @@ _VFlags = __VFlags; {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSVIEW_PAS_T} -{$define NSVIEW_PAS_T} +{$ifndef NSVIEW_PAS_S} +{$define NSVIEW_PAS_S} { External string constants } var NSFullScreenModeAllScreens: NSString; external name '_NSFullScreenModeAllScreens'; NSFullScreenModeSetting: NSString; external name '_NSFullScreenModeSetting'; NSFullScreenModeWindowLevel: NSString; external name '_NSFullScreenModeWindowLevel'; - NSViewFrameDidChangeNotification: NSString; external name '_NSViewFrameDidChangeNotification'; - NSViewFocusDidChangeNotification: NSString; external name '_NSViewFocusDidChangeNotification'; - NSViewBoundsDidChangeNotification: NSString; external name '_NSViewBoundsDidChangeNotification'; - NSViewGlobalFrameDidChangeNotification: NSString; external name '_NSViewGlobalFrameDidChangeNotification'; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSViewController.inc b/packages/cocoaint/src/appkit/NSViewController.inc index b7161edee1..77aceea222 100644 --- a/packages/cocoaint/src/appkit/NSViewController.inc +++ b/packages/cocoaint/src/appkit/NSViewController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSViewController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSVIEWCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSVIEWCONTROLLER_PAS_T} -{$define NSVIEWCONTROLLER_PAS_T} +{$ifndef NSVIEWCONTROLLER_PAS_S} +{$define NSVIEWCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSWindow.inc b/packages/cocoaint/src/appkit/NSWindow.inc index 748cf47481..c068a0f2eb 100644 --- a/packages/cocoaint/src/appkit/NSWindow.inc +++ b/packages/cocoaint/src/appkit/NSWindow.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWindow.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSWINDOW_PAS_H} @@ -41,6 +41,16 @@ const NSResetCursorRectsRunLoopOrdering = 700000; const + NSWindowSharingNone = 0; + NSWindowSharingReadOnly = 1; + NSWindowSharingReadWrite = 2; + +const + NSWindowBackingLocationDefault = 0; + NSWindowBackingLocationVideoMemory = 1; + NSWindowBackingLocationMainMemory = 2; + +const NSWindowCollectionBehaviorDefault = 0; NSWindowCollectionBehaviorCanJoinAllSpaces = 1 shl 0; NSWindowCollectionBehaviorMoveToActiveSpace = 1 shl 1; @@ -83,27 +93,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSWINDOW_PAS_T} -{$define NSWINDOW_PAS_T} - -{ External string constants } -var - NSWindowDidBecomeKeyNotification: NSString; external name '_NSWindowDidBecomeKeyNotification'; - NSWindowDidBecomeMainNotification: NSString; external name '_NSWindowDidBecomeMainNotification'; - NSWindowDidChangeScreenNotification: NSString; external name '_NSWindowDidChangeScreenNotification'; - NSWindowDidDeminiaturizeNotification: NSString; external name '_NSWindowDidDeminiaturizeNotification'; - NSWindowDidExposeNotification: NSString; external name '_NSWindowDidExposeNotification'; - NSWindowDidMiniaturizeNotification: NSString; external name '_NSWindowDidMiniaturizeNotification'; - NSWindowDidMoveNotification: NSString; external name '_NSWindowDidMoveNotification'; - NSWindowDidResignKeyNotification: NSString; external name '_NSWindowDidResignKeyNotification'; - NSWindowDidResignMainNotification: NSString; external name '_NSWindowDidResignMainNotification'; - NSWindowDidResizeNotification: NSString; external name '_NSWindowDidResizeNotification'; - NSWindowDidUpdateNotification: NSString; external name '_NSWindowDidUpdateNotification'; - NSWindowWillCloseNotification: NSString; external name '_NSWindowWillCloseNotification'; - NSWindowWillMiniaturizeNotification: NSString; external name '_NSWindowWillMiniaturizeNotification'; - NSWindowWillMoveNotification: NSString; external name '_NSWindowWillMoveNotification'; - NSWindowWillBeginSheetNotification: NSString; external name '_NSWindowWillBeginSheetNotification'; - NSWindowDidEndSheetNotification: NSString; external name '_NSWindowDidEndSheetNotification'; +{$ifndef NSWINDOW_PAS_S} +{$define NSWINDOW_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSWindowController.inc b/packages/cocoaint/src/appkit/NSWindowController.inc index 495e6481bf..33b220377b 100644 --- a/packages/cocoaint/src/appkit/NSWindowController.inc +++ b/packages/cocoaint/src/appkit/NSWindowController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWindowController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSWINDOWCONTROLLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSWINDOWCONTROLLER_PAS_T} -{$define NSWINDOWCONTROLLER_PAS_T} +{$ifndef NSWINDOWCONTROLLER_PAS_S} +{$define NSWINDOWCONTROLLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSWindowScripting.inc b/packages/cocoaint/src/appkit/NSWindowScripting.inc index fcecc61971..ba67959a82 100644 --- a/packages/cocoaint/src/appkit/NSWindowScripting.inc +++ b/packages/cocoaint/src/appkit/NSWindowScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWindowScripting.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSWINDOWSCRIPTING_PAS_T} -{$define NSWINDOWSCRIPTING_PAS_T} +{$ifndef NSWINDOWSCRIPTING_PAS_S} +{$define NSWINDOWSCRIPTING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSWorkspace.inc b/packages/cocoaint/src/appkit/NSWorkspace.inc index a0b9330d0c..5d0b8942c1 100644 --- a/packages/cocoaint/src/appkit/NSWorkspace.inc +++ b/packages/cocoaint/src/appkit/NSWorkspace.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWorkspace.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:47 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:53 ICT 2009 } {$ifdef HEADER} {$ifndef NSWORKSPACE_PAS_H} @@ -55,29 +55,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSWORKSPACE_PAS_T} -{$define NSWORKSPACE_PAS_T} - -{ External string constants } -var - NSWorkspaceDidLaunchApplicationNotification: NSString; external name '_NSWorkspaceDidLaunchApplicationNotification'; - NSWorkspaceDidMountNotification: NSString; external name '_NSWorkspaceDidMountNotification'; - NSWorkspaceDidPerformFileOperationNotification: NSString; external name '_NSWorkspaceDidPerformFileOperationNotification'; - NSWorkspaceDidTerminateApplicationNotification: NSString; external name '_NSWorkspaceDidTerminateApplicationNotification'; - NSWorkspaceDidUnmountNotification: NSString; external name '_NSWorkspaceDidUnmountNotification'; - NSWorkspaceWillLaunchApplicationNotification: NSString; external name '_NSWorkspaceWillLaunchApplicationNotification'; - NSWorkspaceWillPowerOffNotification: NSString; external name '_NSWorkspaceWillPowerOffNotification'; - NSWorkspaceWillUnmountNotification: NSString; external name '_NSWorkspaceWillUnmountNotification'; - NSWorkspaceMoveOperation: NSString; external name '_NSWorkspaceMoveOperation'; - NSWorkspaceCopyOperation: NSString; external name '_NSWorkspaceCopyOperation'; - NSWorkspaceLinkOperation: NSString; external name '_NSWorkspaceLinkOperation'; - NSWorkspaceCompressOperation: NSString; external name '_NSWorkspaceCompressOperation'; - NSWorkspaceDecompressOperation: NSString; external name '_NSWorkspaceDecompressOperation'; - NSWorkspaceEncryptOperation: NSString; external name '_NSWorkspaceEncryptOperation'; - NSWorkspaceDecryptOperation: NSString; external name '_NSWorkspaceDecryptOperation'; - NSWorkspaceDestroyOperation: NSString; external name '_NSWorkspaceDestroyOperation'; - NSWorkspaceRecycleOperation: NSString; external name '_NSWorkspaceRecycleOperation'; - NSWorkspaceDuplicateOperation: NSString; external name '_NSWorkspaceDuplicateOperation'; +{$ifndef NSWORKSPACE_PAS_S} +{$define NSWORKSPACE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc b/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc index 4d8cdfad68..8a82e1c740 100644 --- a/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc +++ b/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAppleEventDescriptor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSAPPLEEVENTDESCRIPTOR_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLEEVENTDESCRIPTOR_PAS_T} -{$define NSAPPLEEVENTDESCRIPTOR_PAS_T} +{$ifndef NSAPPLEEVENTDESCRIPTOR_PAS_S} +{$define NSAPPLEEVENTDESCRIPTOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSAppleEventManager.inc b/packages/cocoaint/src/foundation/NSAppleEventManager.inc index 196aa43fd9..1d8bd78328 100644 --- a/packages/cocoaint/src/foundation/NSAppleEventManager.inc +++ b/packages/cocoaint/src/foundation/NSAppleEventManager.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAppleEventManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSAPPLEEVENTMANAGER_PAS_H} @@ -36,8 +36,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLEEVENTMANAGER_PAS_T} -{$define NSAPPLEEVENTMANAGER_PAS_T} +{$ifndef NSAPPLEEVENTMANAGER_PAS_S} +{$define NSAPPLEEVENTMANAGER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSAppleScript.inc b/packages/cocoaint/src/foundation/NSAppleScript.inc index 7154634784..717acc23ff 100644 --- a/packages/cocoaint/src/foundation/NSAppleScript.inc +++ b/packages/cocoaint/src/foundation/NSAppleScript.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAppleScript.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSAPPLESCRIPT_PAS_H} @@ -32,8 +32,16 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAPPLESCRIPT_PAS_T} -{$define NSAPPLESCRIPT_PAS_T} +{$ifndef NSAPPLESCRIPT_PAS_S} +{$define NSAPPLESCRIPT_PAS_S} + +{ External string constants } +var + NSAppleScriptErrorMessage: NSString; external name '_NSAppleScriptErrorMessage'; + NSAppleScriptErrorNumber: NSString; external name '_NSAppleScriptErrorNumber'; + NSAppleScriptErrorAppName: NSString; external name '_NSAppleScriptErrorAppName'; + NSAppleScriptErrorBriefMessage: NSString; external name '_NSAppleScriptErrorBriefMessage'; + NSAppleScriptErrorRange: NSString; external name '_NSAppleScriptErrorRange'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSArchiver.inc b/packages/cocoaint/src/foundation/NSArchiver.inc index 765cf593b1..81eeaec0e3 100644 --- a/packages/cocoaint/src/foundation/NSArchiver.inc +++ b/packages/cocoaint/src/foundation/NSArchiver.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSArchiver.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSARCHIVER_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSARCHIVER_PAS_T} -{$define NSARCHIVER_PAS_T} +{$ifndef NSARCHIVER_PAS_S} +{$define NSARCHIVER_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSArray.inc b/packages/cocoaint/src/foundation/NSArray.inc index 27a7074cff..cb7db358d3 100644 --- a/packages/cocoaint/src/foundation/NSArray.inc +++ b/packages/cocoaint/src/foundation/NSArray.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSArray.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSARRAY_PAS_H} @@ -37,8 +37,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSARRAY_PAS_T} -{$define NSARRAY_PAS_T} +{$ifndef NSARRAY_PAS_S} +{$define NSARRAY_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSAutoreleasePool.inc b/packages/cocoaint/src/foundation/NSAutoreleasePool.inc index 89111334f2..42c0be0c73 100644 --- a/packages/cocoaint/src/foundation/NSAutoreleasePool.inc +++ b/packages/cocoaint/src/foundation/NSAutoreleasePool.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAutoreleasePool.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSAUTORELEASEPOOL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSAUTORELEASEPOOL_PAS_T} -{$define NSAUTORELEASEPOOL_PAS_T} +{$ifndef NSAUTORELEASEPOOL_PAS_S} +{$define NSAUTORELEASEPOOL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSBundle.inc b/packages/cocoaint/src/foundation/NSBundle.inc index c0417f8de7..531daef5db 100644 --- a/packages/cocoaint/src/foundation/NSBundle.inc +++ b/packages/cocoaint/src/foundation/NSBundle.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSBundle.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSBUNDLE_PAS_H} @@ -40,8 +40,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSBUNDLE_PAS_T} -{$define NSBUNDLE_PAS_T} +{$ifndef NSBUNDLE_PAS_S} +{$define NSBUNDLE_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSCalendar.inc b/packages/cocoaint/src/foundation/NSCalendar.inc index 4cc14fb644..2948dc5b7e 100644 --- a/packages/cocoaint/src/foundation/NSCalendar.inc +++ b/packages/cocoaint/src/foundation/NSCalendar.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCalendar.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSCALENDAR_PAS_H} @@ -30,6 +30,9 @@ const NSWeekdayOrdinalCalendarUnit = kCFCalendarUnitWeekdayOrdinal; const + NSWrapCalendarComponents = kCFCalendarComponentsWrap; + +const NSUndefinedDateComponent = NSIntegerMax; { Types } @@ -54,8 +57,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCALENDAR_PAS_T} -{$define NSCALENDAR_PAS_T} +{$ifndef NSCALENDAR_PAS_S} +{$define NSCALENDAR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSCalendarDate.inc b/packages/cocoaint/src/foundation/NSCalendarDate.inc index c106d8d7d0..a9ee854ff6 100644 --- a/packages/cocoaint/src/foundation/NSCalendarDate.inc +++ b/packages/cocoaint/src/foundation/NSCalendarDate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCalendarDate.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSCALENDARDATE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCALENDARDATE_PAS_T} -{$define NSCALENDARDATE_PAS_T} +{$ifndef NSCALENDARDATE_PAS_S} +{$define NSCALENDARDATE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSCharacterSet.inc b/packages/cocoaint/src/foundation/NSCharacterSet.inc index 1db06b5134..16cca4f6e6 100644 --- a/packages/cocoaint/src/foundation/NSCharacterSet.inc +++ b/packages/cocoaint/src/foundation/NSCharacterSet.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCharacterSet.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSCHARACTERSET_PAS_H} @@ -38,8 +38,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCHARACTERSET_PAS_T} -{$define NSCHARACTERSET_PAS_T} +{$ifndef NSCHARACTERSET_PAS_S} +{$define NSCHARACTERSET_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSClassDescription.inc b/packages/cocoaint/src/foundation/NSClassDescription.inc index 50966ceb51..cbd683c635 100644 --- a/packages/cocoaint/src/foundation/NSClassDescription.inc +++ b/packages/cocoaint/src/foundation/NSClassDescription.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSClassDescription.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSCLASSDESCRIPTION_PAS_H} @@ -32,12 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCLASSDESCRIPTION_PAS_T} -{$define NSCLASSDESCRIPTION_PAS_T} - -{ External string constants } -var - NSClassDescriptionNeededForClassNotification: NSString; external name '_NSClassDescriptionNeededForClassNotification'; +{$ifndef NSCLASSDESCRIPTION_PAS_S} +{$define NSCLASSDESCRIPTION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSCoder.inc b/packages/cocoaint/src/foundation/NSCoder.inc index 35098400f6..5e767879fd 100644 --- a/packages/cocoaint/src/foundation/NSCoder.inc +++ b/packages/cocoaint/src/foundation/NSCoder.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCoder.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSCODER_PAS_H} @@ -35,8 +35,8 @@ function NXReadNSObjectFromCoder(decoderPointer: NSCoder): NSObject; cdecl; exte {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCODER_PAS_T} -{$define NSCODER_PAS_T} +{$ifndef NSCODER_PAS_S} +{$define NSCODER_PAS_S} {$endif} {$endif} @@ -69,12 +69,12 @@ function NXReadNSObjectFromCoder(decoderPointer: NSCoder): NSObject; cdecl; exte procedure encodeBycopyObject(anObject: id); message 'encodeBycopyObject:'; procedure encodeByrefObject(anObject: id); message 'encodeByrefObject:'; procedure encodeConditionalObject(object_: id); message 'encodeConditionalObject:'; - procedure encodeValuesOfObjCTypes(types: PChar); message 'encodeValuesOfObjCTypes:'; + procedure encodeValuesOfObjCTypes(types: PChar); varargs; message 'encodeValuesOfObjCTypes:'; procedure encodeArrayOfObjCType_count_at(type_: PChar; count: NSUInteger; array_: Pointer); message 'encodeArrayOfObjCType:count:at:'; procedure encodeBytes_length(byteaddr: Pointer; length: NSUInteger); message 'encodeBytes:length:'; function decodeObject: id; message 'decodeObject'; function decodePropertyList: id; message 'decodePropertyList'; - procedure decodeValuesOfObjCTypes(types: PChar); message 'decodeValuesOfObjCTypes:'; + procedure decodeValuesOfObjCTypes(types: PChar); varargs; message 'decodeValuesOfObjCTypes:'; procedure decodeArrayOfObjCType_count_at(itemType: PChar; count: NSUInteger; array_: Pointer); message 'decodeArrayOfObjCType:count:at:'; function decodeBytesWithReturnedLength(lengthp: NSUIntegerPointer): Pointer; message 'decodeBytesWithReturnedLength:'; procedure setObjectZone(zone_: NSZonePointer); message 'setObjectZone:'; diff --git a/packages/cocoaint/src/foundation/NSComparisonPredicate.inc b/packages/cocoaint/src/foundation/NSComparisonPredicate.inc index f7eb8c0c81..04adb67a03 100644 --- a/packages/cocoaint/src/foundation/NSComparisonPredicate.inc +++ b/packages/cocoaint/src/foundation/NSComparisonPredicate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSComparisonPredicate.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOMPARISONPREDICATE_PAS_H} @@ -21,13 +21,25 @@ const NSDiacriticInsensitivePredicateOption = $02; const - NSMatchesPredicateOperatorType = 0; - NSLikePredicateOperatorType = 1; - NSBeginsWithPredicateOperatorType = 2; - NSEndsWithPredicateOperatorType = 3; - NSCustomSelectorPredicateOperatorType = 4; + NSDirectPredicateModifier = 0; + NSAllPredicateModifier = 0; + NSAnyPredicateModifier = 1; + +const + NSLessThanPredicateOperatorType = 0; + NSLessThanOrEqualToPredicateOperatorType = 0; + NSGreaterThanPredicateOperatorType = 1; + NSGreaterThanOrEqualToPredicateOperatorType = 2; + NSEqualToPredicateOperatorType = 3; + NSNotEqualToPredicateOperatorType = 4; + NSMatchesPredicateOperatorType = 5; + NSLikePredicateOperatorType = 6; + NSBeginsWithPredicateOperatorType = 7; + NSEndsWithPredicateOperatorType = 8; + NSInPredicateOperatorType = 9; + NSCustomSelectorPredicateOperatorType = 10; NSContainsPredicateOperatorType = 99; - NSBetweenPredicateOperatorType = 5; + NSBetweenPredicateOperatorType = 11; { Types } type @@ -52,8 +64,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOMPARISONPREDICATE_PAS_T} -{$define NSCOMPARISONPREDICATE_PAS_T} +{$ifndef NSCOMPARISONPREDICATE_PAS_S} +{$define NSCOMPARISONPREDICATE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSCompoundPredicate.inc b/packages/cocoaint/src/foundation/NSCompoundPredicate.inc index b1682a3084..0a3025cfcf 100644 --- a/packages/cocoaint/src/foundation/NSCompoundPredicate.inc +++ b/packages/cocoaint/src/foundation/NSCompoundPredicate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCompoundPredicate.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSCOMPOUNDPREDICATE_PAS_H} @@ -43,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCOMPOUNDPREDICATE_PAS_T} -{$define NSCOMPOUNDPREDICATE_PAS_T} +{$ifndef NSCOMPOUNDPREDICATE_PAS_S} +{$define NSCOMPOUNDPREDICATE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSConnection.inc b/packages/cocoaint/src/foundation/NSConnection.inc index 30a518b079..42596b178a 100644 --- a/packages/cocoaint/src/foundation/NSConnection.inc +++ b/packages/cocoaint/src/foundation/NSConnection.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSConnection.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSCONNECTION_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSCONNECTION_PAS_T} -{$define NSCONNECTION_PAS_T} +{$ifndef NSCONNECTION_PAS_S} +{$define NSCONNECTION_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSData.inc b/packages/cocoaint/src/foundation/NSData.inc index e8e3529c13..bf27ddfb40 100644 --- a/packages/cocoaint/src/foundation/NSData.inc +++ b/packages/cocoaint/src/foundation/NSData.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSData.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDATA_PAS_H} @@ -15,6 +15,15 @@ type {$ifndef NSDATA_PAS_T} {$define NSDATA_PAS_T} +{ Constants } + +const + NSMappedRead = 1; + NSUncachedRead = 2; + +const + NSAtomicWrite = 1; + {$endif} {$endif} @@ -33,8 +42,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDATA_PAS_T} -{$define NSDATA_PAS_T} +{$ifndef NSDATA_PAS_S} +{$define NSDATA_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDate.inc b/packages/cocoaint/src/foundation/NSDate.inc index c39fc4496f..a1e20a0ccb 100644 --- a/packages/cocoaint/src/foundation/NSDate.inc +++ b/packages/cocoaint/src/foundation/NSDate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDate.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDATE_PAS_H} @@ -40,8 +40,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDATE_PAS_T} -{$define NSDATE_PAS_T} +{$ifndef NSDATE_PAS_S} +{$define NSDATE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDateFormatter.inc b/packages/cocoaint/src/foundation/NSDateFormatter.inc index e0b6dfcc76..898b49bce4 100644 --- a/packages/cocoaint/src/foundation/NSDateFormatter.inc +++ b/packages/cocoaint/src/foundation/NSDateFormatter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDateFormatter.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDATEFORMATTER_PAS_H} @@ -51,8 +51,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDATEFORMATTER_PAS_T} -{$define NSDATEFORMATTER_PAS_T} +{$ifndef NSDATEFORMATTER_PAS_S} +{$define NSDATEFORMATTER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDecimal.inc b/packages/cocoaint/src/foundation/NSDecimal.inc index 5806bbe82e..fe894cef19 100644 --- a/packages/cocoaint/src/foundation/NSDecimal.inc +++ b/packages/cocoaint/src/foundation/NSDecimal.inc @@ -1,21 +1,30 @@ { Parsed from Foundation.framework NSDecimal.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef TYPES} {$ifndef NSDECIMAL_PAS_T} {$define NSDECIMAL_PAS_T} -{ Types } -type - NSRoundingMode = NSUInteger; - NSCalculationError = NSUInteger; - { Constants } const + NSRoundPlain = 0; + NSRoundDown = 1; + NSRoundUp = 2; + NSRoundBankers = 3; + +const NSCalculationNoError = 0; - NSCalculationDivideByZero = 0; + NSCalculationLossOfPrecision = 0; + NSCalculationUnderflow = 1; + NSCalculationOverflow = 2; + NSCalculationDivideByZero = 3; + +{ Types } +type + NSRoundingMode = NSUInteger; + NSCalculationError = NSUInteger; {$endif} {$endif} @@ -28,7 +37,7 @@ const type NSDecimal = record _exponent: 0..((1 shl 8)-1); - _length: cuint; + _length: 0..((1 shl 4)-1); _isNegative: 0..1; _isCompact: 0..1; _reserved: 0..((1 shl 18)-1); @@ -61,8 +70,8 @@ function NSDecimalString(dcmPointer: NSDecimal; locale: id): NSString; cdecl; ex {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDECIMAL_PAS_T} -{$define NSDECIMAL_PAS_T} +{$ifndef NSDECIMAL_PAS_S} +{$define NSDECIMAL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDecimalNumber.inc b/packages/cocoaint/src/foundation/NSDecimalNumber.inc index ac6dedfaa7..f1381e25f0 100644 --- a/packages/cocoaint/src/foundation/NSDecimalNumber.inc +++ b/packages/cocoaint/src/foundation/NSDecimalNumber.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDecimalNumber.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDECIMALNUMBER_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDECIMALNUMBER_PAS_T} -{$define NSDECIMALNUMBER_PAS_T} +{$ifndef NSDECIMALNUMBER_PAS_S} +{$define NSDECIMALNUMBER_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSDelegatesAll.inc b/packages/cocoaint/src/foundation/NSDelegatesAll.inc index 0175d11286..8043bd2c36 100644 --- a/packages/cocoaint/src/foundation/NSDelegatesAll.inc +++ b/packages/cocoaint/src/foundation/NSDelegatesAll.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDelegatesAll.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.3 - Fri Sep 18 9:46:45 ICT 2009 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDictionary.inc b/packages/cocoaint/src/foundation/NSDictionary.inc index 02f10f4c42..8dfab08a01 100644 --- a/packages/cocoaint/src/foundation/NSDictionary.inc +++ b/packages/cocoaint/src/foundation/NSDictionary.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDictionary.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDICTIONARY_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDICTIONARY_PAS_T} -{$define NSDICTIONARY_PAS_T} +{$ifndef NSDICTIONARY_PAS_S} +{$define NSDICTIONARY_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDistantObject.inc b/packages/cocoaint/src/foundation/NSDistantObject.inc index fe41a9f9b6..baaabf23df 100644 --- a/packages/cocoaint/src/foundation/NSDistantObject.inc +++ b/packages/cocoaint/src/foundation/NSDistantObject.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDistantObject.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDISTANTOBJECT_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDISTANTOBJECT_PAS_T} -{$define NSDISTANTOBJECT_PAS_T} +{$ifndef NSDISTANTOBJECT_PAS_S} +{$define NSDISTANTOBJECT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDistributedLock.inc b/packages/cocoaint/src/foundation/NSDistributedLock.inc index 95eea338e1..612e1e9a1a 100644 --- a/packages/cocoaint/src/foundation/NSDistributedLock.inc +++ b/packages/cocoaint/src/foundation/NSDistributedLock.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDistributedLock.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDISTRIBUTEDLOCK_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDISTRIBUTEDLOCK_PAS_T} -{$define NSDISTRIBUTEDLOCK_PAS_T} +{$ifndef NSDISTRIBUTEDLOCK_PAS_S} +{$define NSDISTRIBUTEDLOCK_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc b/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc index 3140a2b025..22f3812ae1 100644 --- a/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc +++ b/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDistributedNotificationCenter.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSDISTRIBUTEDNOTIFICATIONCENTER_PAS_H} @@ -48,8 +48,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSDISTRIBUTEDNOTIFICATIONCENTER_PAS_T} -{$define NSDISTRIBUTEDNOTIFICATIONCENTER_PAS_T} +{$ifndef NSDISTRIBUTEDNOTIFICATIONCENTER_PAS_S} +{$define NSDISTRIBUTEDNOTIFICATIONCENTER_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSEnumerator.inc b/packages/cocoaint/src/foundation/NSEnumerator.inc index 30fd1e2e84..070b9d0865 100644 --- a/packages/cocoaint/src/foundation/NSEnumerator.inc +++ b/packages/cocoaint/src/foundation/NSEnumerator.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSEnumerator.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSENUMERATOR_PAS_H} @@ -42,8 +42,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSENUMERATOR_PAS_T} -{$define NSENUMERATOR_PAS_T} +{$ifndef NSENUMERATOR_PAS_S} +{$define NSENUMERATOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSError.inc b/packages/cocoaint/src/foundation/NSError.inc index 73fe2c9bfe..4efb55e202 100644 --- a/packages/cocoaint/src/foundation/NSError.inc +++ b/packages/cocoaint/src/foundation/NSError.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSError.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSERROR_PAS_H} @@ -32,8 +32,24 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSERROR_PAS_T} -{$define NSERROR_PAS_T} +{$ifndef NSERROR_PAS_S} +{$define NSERROR_PAS_S} + +{ External string constants } +var + NSCocoaErrorDomain: NSString; external name '_NSCocoaErrorDomain'; + NSPOSIXErrorDomain: NSString; external name '_NSPOSIXErrorDomain'; + NSOSStatusErrorDomain: NSString; external name '_NSOSStatusErrorDomain'; + NSMachErrorDomain: NSString; external name '_NSMachErrorDomain'; + NSUnderlyingErrorKey: NSString; external name '_NSUnderlyingErrorKey'; + NSLocalizedDescriptionKey: NSString; external name '_NSLocalizedDescriptionKey'; + NSLocalizedFailureReasonErrorKey: NSString; external name '_NSLocalizedFailureReasonErrorKey'; + NSLocalizedRecoverySuggestionErrorKey: NSString; external name '_NSLocalizedRecoverySuggestionErrorKey'; + NSLocalizedRecoveryOptionsErrorKey: NSString; external name '_NSLocalizedRecoveryOptionsErrorKey'; + NSRecoveryAttempterErrorKey: NSString; external name '_NSRecoveryAttempterErrorKey'; + NSStringEncodingErrorKey: NSString; external name '_NSStringEncodingErrorKey'; + NSURLErrorKey: NSString; external name '_NSURLErrorKey'; + NSFilePathErrorKey: NSString; external name '_NSFilePathErrorKey'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSException.inc b/packages/cocoaint/src/foundation/NSException.inc index dfd73d1fb8..c67ce6aaff 100644 --- a/packages/cocoaint/src/foundation/NSException.inc +++ b/packages/cocoaint/src/foundation/NSException.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSException.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSEXCEPTION_PAS_H} @@ -37,8 +37,8 @@ procedure NSSetUncaughtExceptionHandler(Pointer_: NSUncaughtExceptionHandler); c {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSEXCEPTION_PAS_T} -{$define NSEXCEPTION_PAS_T} +{$ifndef NSEXCEPTION_PAS_S} +{$define NSEXCEPTION_PAS_S} { External string constants } var @@ -89,7 +89,7 @@ var procedure raise_; message 'raise'; { Category: NSExceptionRaisingConveniences } - class procedure raise_format(name_: NSString; format: NSString); message 'raise:format:'; + class procedure raise_format(name_: NSString; format: NSString); varargs; message 'raise:format:'; class procedure raise_format_arguments(name_: NSString; format: NSString; argList: va_list); message 'raise:format:arguments:'; end; external; @@ -102,8 +102,8 @@ var class function alloc: NSAssertionHandler; message 'alloc'; class function currentHandler: NSAssertionHandler; message 'currentHandler'; - procedure handleFailureInMethod_object_file_lineNumber_description(selector: SEL; object_: id; fileName: NSString; line: NSInteger; format: NSString); message 'handleFailureInMethod:object:file:lineNumber:description:'; - procedure handleFailureInFunction_file_lineNumber_description(functionName: NSString; fileName: NSString; line: NSInteger; format: NSString); message 'handleFailureInFunction:file:lineNumber:description:'; + procedure handleFailureInMethod_object_file_lineNumber_description(selector: SEL; object_: id; fileName: NSString; line: NSInteger; format: NSString); varargs; message 'handleFailureInMethod:object:file:lineNumber:description:'; + procedure handleFailureInFunction_file_lineNumber_description(functionName: NSString; fileName: NSString; line: NSInteger; format: NSString); varargs; message 'handleFailureInFunction:file:lineNumber:description:'; end; external; {$endif} diff --git a/packages/cocoaint/src/foundation/NSExpression.inc b/packages/cocoaint/src/foundation/NSExpression.inc index 47d1ac9485..4522ca93ba 100644 --- a/packages/cocoaint/src/foundation/NSExpression.inc +++ b/packages/cocoaint/src/foundation/NSExpression.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSExpression.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSEXPRESSION_PAS_H} @@ -17,8 +17,16 @@ type { Constants } const + NSConstantValueExpressionType = 0; + NSEvaluatedObjectExpressionType = 0; + NSVariableExpressionType = 1; + NSKeyPathExpressionType = 2; + NSFunctionExpressionType = 3; + NSUnionSetExpressionType = 4; + NSIntersectSetExpressionType = 5; + NSMinusSetExpressionType = 6; NSSubqueryExpressionType = 13; - NSAggregateExpressionType = 0; + NSAggregateExpressionType = 7; { Types } type @@ -42,8 +50,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSEXPRESSION_PAS_T} -{$define NSEXPRESSION_PAS_T} +{$ifndef NSEXPRESSION_PAS_S} +{$define NSEXPRESSION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSFileHandle.inc b/packages/cocoaint/src/foundation/NSFileHandle.inc index 35828a28ee..304266d36e 100644 --- a/packages/cocoaint/src/foundation/NSFileHandle.inc +++ b/packages/cocoaint/src/foundation/NSFileHandle.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSFileHandle.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSFILEHANDLE_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFILEHANDLE_PAS_T} -{$define NSFILEHANDLE_PAS_T} +{$ifndef NSFILEHANDLE_PAS_S} +{$define NSFILEHANDLE_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSFileManager.inc b/packages/cocoaint/src/foundation/NSFileManager.inc index 7773ee2a54..d70471ac2e 100644 --- a/packages/cocoaint/src/foundation/NSFileManager.inc +++ b/packages/cocoaint/src/foundation/NSFileManager.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSFileManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSFILEMANAGER_PAS_H} @@ -37,12 +37,19 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFILEMANAGER_PAS_T} -{$define NSFILEMANAGER_PAS_T} +{$ifndef NSFILEMANAGER_PAS_S} +{$define NSFILEMANAGER_PAS_S} { External string constants } var NSFileType: NSString; external name '_NSFileType'; + NSFileTypeDirectory: NSString; external name '_NSFileTypeDirectory'; + NSFileTypeRegular: NSString; external name '_NSFileTypeRegular'; + NSFileTypeSymbolicLink: NSString; external name '_NSFileTypeSymbolicLink'; + NSFileTypeSocket: NSString; external name '_NSFileTypeSocket'; + NSFileTypeCharacterSpecial: NSString; external name '_NSFileTypeCharacterSpecial'; + NSFileTypeBlockSpecial: NSString; external name '_NSFileTypeBlockSpecial'; + NSFileTypeUnknown: NSString; external name '_NSFileTypeUnknown'; NSFileSize: NSString; external name '_NSFileSize'; NSFileModificationDate: NSString; external name '_NSFileModificationDate'; NSFileReferenceCount: NSString; external name '_NSFileReferenceCount'; diff --git a/packages/cocoaint/src/foundation/NSFormatter.inc b/packages/cocoaint/src/foundation/NSFormatter.inc index ecfb4a6786..54f2836c55 100644 --- a/packages/cocoaint/src/foundation/NSFormatter.inc +++ b/packages/cocoaint/src/foundation/NSFormatter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSFormatter.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSFORMATTER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSFORMATTER_PAS_T} -{$define NSFORMATTER_PAS_T} +{$ifndef NSFORMATTER_PAS_S} +{$define NSFORMATTER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSGarbageCollector.inc b/packages/cocoaint/src/foundation/NSGarbageCollector.inc index e714f5694d..3bdd5f0364 100644 --- a/packages/cocoaint/src/foundation/NSGarbageCollector.inc +++ b/packages/cocoaint/src/foundation/NSGarbageCollector.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSGarbageCollector.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSGARBAGECOLLECTOR_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSGARBAGECOLLECTOR_PAS_T} -{$define NSGARBAGECOLLECTOR_PAS_T} +{$ifndef NSGARBAGECOLLECTOR_PAS_S} +{$define NSGARBAGECOLLECTOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSHFSFileTypes.inc b/packages/cocoaint/src/foundation/NSHFSFileTypes.inc index c26e55932a..d6823f7164 100644 --- a/packages/cocoaint/src/foundation/NSHFSFileTypes.inc +++ b/packages/cocoaint/src/foundation/NSHFSFileTypes.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHFSFileTypes.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef TYPES} @@ -29,8 +29,8 @@ function NSHFSTypeOfFile(fullFilePathPointer: NSString): NSString; cdecl; extern {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSHFSFILETYPES_PAS_T} -{$define NSHFSFILETYPES_PAS_T} +{$ifndef NSHFSFILETYPES_PAS_S} +{$define NSHFSFILETYPES_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSHTTPCookie.inc b/packages/cocoaint/src/foundation/NSHTTPCookie.inc index 9ecf73935f..8c950ebfe1 100644 --- a/packages/cocoaint/src/foundation/NSHTTPCookie.inc +++ b/packages/cocoaint/src/foundation/NSHTTPCookie.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHTTPCookie.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSHTTPCOOKIE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSHTTPCOOKIE_PAS_T} -{$define NSHTTPCOOKIE_PAS_T} +{$ifndef NSHTTPCOOKIE_PAS_S} +{$define NSHTTPCOOKIE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc b/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc index b1be1933e9..cd70f4c2f8 100644 --- a/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc +++ b/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHTTPCookieStorage.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSHTTPCOOKIESTORAGE_PAS_H} @@ -43,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSHTTPCOOKIESTORAGE_PAS_T} -{$define NSHTTPCOOKIESTORAGE_PAS_T} +{$ifndef NSHTTPCOOKIESTORAGE_PAS_S} +{$define NSHTTPCOOKIESTORAGE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSHashTable.inc b/packages/cocoaint/src/foundation/NSHashTable.inc index ebae31161e..6dbf3e6213 100644 --- a/packages/cocoaint/src/foundation/NSHashTable.inc +++ b/packages/cocoaint/src/foundation/NSHashTable.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHashTable.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSHASHTABLE_PAS_H} @@ -17,6 +17,7 @@ type { Constants } const + NSHashTableStrongMemory = 0; NSHashTableZeroingWeakMemory = NSPointerFunctionsZeroingWeakMemory; NSHashTableCopyIn = NSPointerFunctionsCopyIn; NSHashTableObjectPointerPersonality = NSPointerFunctionsObjectPointerPersonality; @@ -73,11 +74,12 @@ function NSCreateHashTable(callBacks: NSHashTableCallBacks; capacity: NSUInteger {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSHASHTABLE_PAS_T} -{$define NSHASHTABLE_PAS_T} +{$ifndef NSHASHTABLE_PAS_S} +{$define NSHASHTABLE_PAS_S} { External symbols } var + NSIntegerHashCallBacks: NSHashTableCallBacks; external name '_NSIntegerHashCallBacks'; NSNonOwnedPointerHashCallBacks: NSHashTableCallBacks; external name '_NSNonOwnedPointerHashCallBacks'; NSNonRetainedObjectHashCallBacks: NSHashTableCallBacks; external name '_NSNonRetainedObjectHashCallBacks'; NSObjectHashCallBacks: NSHashTableCallBacks; external name '_NSObjectHashCallBacks'; diff --git a/packages/cocoaint/src/foundation/NSHost.inc b/packages/cocoaint/src/foundation/NSHost.inc index 92ba1b50c8..4e4826c2d5 100644 --- a/packages/cocoaint/src/foundation/NSHost.inc +++ b/packages/cocoaint/src/foundation/NSHost.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHost.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSHOST_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSHOST_PAS_T} -{$define NSHOST_PAS_T} +{$ifndef NSHOST_PAS_S} +{$define NSHOST_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSIndexPath.inc b/packages/cocoaint/src/foundation/NSIndexPath.inc index a7696848f2..910b0907f0 100644 --- a/packages/cocoaint/src/foundation/NSIndexPath.inc +++ b/packages/cocoaint/src/foundation/NSIndexPath.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSIndexPath.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSINDEXPATH_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSINDEXPATH_PAS_T} -{$define NSINDEXPATH_PAS_T} +{$ifndef NSINDEXPATH_PAS_S} +{$define NSINDEXPATH_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSIndexSet.inc b/packages/cocoaint/src/foundation/NSIndexSet.inc index efbafc5161..ce19a916c7 100644 --- a/packages/cocoaint/src/foundation/NSIndexSet.inc +++ b/packages/cocoaint/src/foundation/NSIndexSet.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSIndexSet.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSINDEXSET_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSINDEXSET_PAS_T} -{$define NSINDEXSET_PAS_T} +{$ifndef NSINDEXSET_PAS_S} +{$define NSINDEXSET_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSKeyValueCoding.inc index 8560b9d50b..7b4aa668c2 100644 --- a/packages/cocoaint/src/foundation/NSKeyValueCoding.inc +++ b/packages/cocoaint/src/foundation/NSKeyValueCoding.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSKeyValueCoding.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,23 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSKEYVALUECODING_PAS_T} -{$define NSKEYVALUECODING_PAS_T} +{$ifndef NSKEYVALUECODING_PAS_S} +{$define NSKEYVALUECODING_PAS_S} + +{ External string constants } +var + NSUndefinedKeyException: NSString; external name '_NSUndefinedKeyException'; + NSAverageKeyValueOperator: NSString; external name '_NSAverageKeyValueOperator'; + NSCountKeyValueOperator: NSString; external name '_NSCountKeyValueOperator'; + NSDistinctUnionOfArraysKeyValueOperator: NSString; external name '_NSDistinctUnionOfArraysKeyValueOperator'; + NSDistinctUnionOfObjectsKeyValueOperator: NSString; external name '_NSDistinctUnionOfObjectsKeyValueOperator'; + NSDistinctUnionOfSetsKeyValueOperator: NSString; external name '_NSDistinctUnionOfSetsKeyValueOperator'; + NSMaximumKeyValueOperator: NSString; external name '_NSMaximumKeyValueOperator'; + NSMinimumKeyValueOperator: NSString; external name '_NSMinimumKeyValueOperator'; + NSSumKeyValueOperator: NSString; external name '_NSSumKeyValueOperator'; + NSUnionOfArraysKeyValueOperator: NSString; external name '_NSUnionOfArraysKeyValueOperator'; + NSUnionOfObjectsKeyValueOperator: NSString; external name '_NSUnionOfObjectsKeyValueOperator'; + NSUnionOfSetsKeyValueOperator: NSString; external name '_NSUnionOfSetsKeyValueOperator'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSKeyValueObserving.inc b/packages/cocoaint/src/foundation/NSKeyValueObserving.inc index 78b25aeca1..54428a8092 100644 --- a/packages/cocoaint/src/foundation/NSKeyValueObserving.inc +++ b/packages/cocoaint/src/foundation/NSKeyValueObserving.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSKeyValueObserving.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef TYPES} @@ -50,8 +50,16 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSKEYVALUEOBSERVING_PAS_T} -{$define NSKEYVALUEOBSERVING_PAS_T} +{$ifndef NSKEYVALUEOBSERVING_PAS_S} +{$define NSKEYVALUEOBSERVING_PAS_S} + +{ External string constants } +var + NSKeyValueChangeKindKey: NSString; external name '_NSKeyValueChangeKindKey'; + NSKeyValueChangeNewKey: NSString; external name '_NSKeyValueChangeNewKey'; + NSKeyValueChangeOldKey: NSString; external name '_NSKeyValueChangeOldKey'; + NSKeyValueChangeIndexesKey: NSString; external name '_NSKeyValueChangeIndexesKey'; + NSKeyValueChangeNotificationIsPriorKey: NSString; external name '_NSKeyValueChangeNotificationIsPriorKey'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSKeyedArchiver.inc b/packages/cocoaint/src/foundation/NSKeyedArchiver.inc index 457a8bbcf2..0d9cd13be1 100644 --- a/packages/cocoaint/src/foundation/NSKeyedArchiver.inc +++ b/packages/cocoaint/src/foundation/NSKeyedArchiver.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSKeyedArchiver.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSKEYEDARCHIVER_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSKEYEDARCHIVER_PAS_T} -{$define NSKEYEDARCHIVER_PAS_T} +{$ifndef NSKEYEDARCHIVER_PAS_S} +{$define NSKEYEDARCHIVER_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSLocale.inc b/packages/cocoaint/src/foundation/NSLocale.inc index 55c23f64c9..5489929603 100644 --- a/packages/cocoaint/src/foundation/NSLocale.inc +++ b/packages/cocoaint/src/foundation/NSLocale.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSLocale.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSLOCALE_PAS_H} @@ -32,8 +32,33 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSLOCALE_PAS_T} -{$define NSLOCALE_PAS_T} +{$ifndef NSLOCALE_PAS_S} +{$define NSLOCALE_PAS_S} + +{ External string constants } +var + NSCurrentLocaleDidChangeNotification: NSString; external name '_NSCurrentLocaleDidChangeNotification'; + NSLocaleIdentifier: NSString; external name '_NSLocaleIdentifier'; + NSLocaleLanguageCode: NSString; external name '_NSLocaleLanguageCode'; + NSLocaleCountryCode: NSString; external name '_NSLocaleCountryCode'; + NSLocaleScriptCode: NSString; external name '_NSLocaleScriptCode'; + NSLocaleVariantCode: NSString; external name '_NSLocaleVariantCode'; + NSLocaleExemplarCharacterSet: NSString; external name '_NSLocaleExemplarCharacterSet'; + NSLocaleCalendar: NSString; external name '_NSLocaleCalendar'; + NSLocaleCollationIdentifier: NSString; external name '_NSLocaleCollationIdentifier'; + NSLocaleUsesMetricSystem: NSString; external name '_NSLocaleUsesMetricSystem'; + NSLocaleMeasurementSystem: NSString; external name '_NSLocaleMeasurementSystem'; + NSLocaleDecimalSeparator: NSString; external name '_NSLocaleDecimalSeparator'; + NSLocaleGroupingSeparator: NSString; external name '_NSLocaleGroupingSeparator'; + NSLocaleCurrencySymbol: NSString; external name '_NSLocaleCurrencySymbol'; + NSLocaleCurrencyCode: NSString; external name '_NSLocaleCurrencyCode'; + NSGregorianCalendar: NSString; external name '_NSGregorianCalendar'; + NSBuddhistCalendar: NSString; external name '_NSBuddhistCalendar'; + NSChineseCalendar: NSString; external name '_NSChineseCalendar'; + NSHebrewCalendar: NSString; external name '_NSHebrewCalendar'; + NSIslamicCalendar: NSString; external name '_NSIslamicCalendar'; + NSIslamicCivilCalendar: NSString; external name '_NSIslamicCivilCalendar'; + NSJapaneseCalendar: NSString; external name '_NSJapaneseCalendar'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSLock.inc b/packages/cocoaint/src/foundation/NSLock.inc index cb5e51a498..f72fee624a 100644 --- a/packages/cocoaint/src/foundation/NSLock.inc +++ b/packages/cocoaint/src/foundation/NSLock.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSLock.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSLOCK_PAS_H} @@ -35,8 +35,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSLOCK_PAS_T} -{$define NSLOCK_PAS_T} +{$ifndef NSLOCK_PAS_S} +{$define NSLOCK_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSMapTable.inc b/packages/cocoaint/src/foundation/NSMapTable.inc index c938e7962f..6bef3bae87 100644 --- a/packages/cocoaint/src/foundation/NSMapTable.inc +++ b/packages/cocoaint/src/foundation/NSMapTable.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSMapTable.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSMAPTABLE_PAS_H} @@ -17,6 +17,7 @@ type { Constants } const + NSMapTableStrongMemory = 0; NSMapTableZeroingWeakMemory = NSPointerFunctionsZeroingWeakMemory; NSMapTableCopyIn = NSPointerFunctionsCopyIn; NSMapTableObjectPointerPersonality = NSPointerFunctionsObjectPointerPersonality; @@ -83,16 +84,18 @@ function NSCreateMapTable(keyCallBacks: NSMapTableKeyCallBacks; valueCallBacks: {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMAPTABLE_PAS_T} -{$define NSMAPTABLE_PAS_T} +{$ifndef NSMAPTABLE_PAS_S} +{$define NSMAPTABLE_PAS_S} { External symbols } var + NSIntegerMapKeyCallBacks: NSMapTableKeyCallBacks; external name '_NSIntegerMapKeyCallBacks'; NSNonOwnedPointerMapKeyCallBacks: NSMapTableKeyCallBacks; external name '_NSNonOwnedPointerMapKeyCallBacks'; NSNonOwnedPointerOrNullMapKeyCallBacks: NSMapTableKeyCallBacks; external name '_NSNonOwnedPointerOrNullMapKeyCallBacks'; NSNonRetainedObjectMapKeyCallBacks: NSMapTableKeyCallBacks; external name '_NSNonRetainedObjectMapKeyCallBacks'; NSObjectMapKeyCallBacks: NSMapTableKeyCallBacks; external name '_NSObjectMapKeyCallBacks'; NSOwnedPointerMapKeyCallBacks: NSMapTableKeyCallBacks; external name '_NSOwnedPointerMapKeyCallBacks'; + NSIntegerMapValueCallBacks: NSMapTableValueCallBacks; external name '_NSIntegerMapValueCallBacks'; NSNonOwnedPointerMapValueCallBacks: NSMapTableValueCallBacks; external name '_NSNonOwnedPointerMapValueCallBacks'; NSObjectMapValueCallBacks: NSMapTableValueCallBacks; external name '_NSObjectMapValueCallBacks'; NSNonRetainedObjectMapValueCallBacks: NSMapTableValueCallBacks; external name '_NSNonRetainedObjectMapValueCallBacks'; diff --git a/packages/cocoaint/src/foundation/NSMetadata.inc b/packages/cocoaint/src/foundation/NSMetadata.inc index 53bb94fa9d..799e790ad5 100644 --- a/packages/cocoaint/src/foundation/NSMetadata.inc +++ b/packages/cocoaint/src/foundation/NSMetadata.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSMetadata.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSMETADATA_PAS_H} @@ -35,8 +35,19 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMETADATA_PAS_T} -{$define NSMETADATA_PAS_T} +{$ifndef NSMETADATA_PAS_S} +{$define NSMETADATA_PAS_S} + +{ External string constants } +var + NSMetadataQueryDidStartGatheringNotification: NSString; external name '_NSMetadataQueryDidStartGatheringNotification'; + NSMetadataQueryGatheringProgressNotification: NSString; external name '_NSMetadataQueryGatheringProgressNotification'; + NSMetadataQueryDidFinishGatheringNotification: NSString; external name '_NSMetadataQueryDidFinishGatheringNotification'; + NSMetadataQueryDidUpdateNotification: NSString; external name '_NSMetadataQueryDidUpdateNotification'; + NSMetadataQueryResultContentRelevanceAttribute: NSString; external name '_NSMetadataQueryResultContentRelevanceAttribute'; + NSMetadataQueryUserHomeScope: NSString; external name '_NSMetadataQueryUserHomeScope'; + NSMetadataQueryLocalComputerScope: NSString; external name '_NSMetadataQueryLocalComputerScope'; + NSMetadataQueryNetworkScope: NSString; external name '_NSMetadataQueryNetworkScope'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSMethodSignature.inc b/packages/cocoaint/src/foundation/NSMethodSignature.inc index b6bae19c7b..179892b309 100644 --- a/packages/cocoaint/src/foundation/NSMethodSignature.inc +++ b/packages/cocoaint/src/foundation/NSMethodSignature.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSMethodSignature.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSMETHODSIGNATURE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSMETHODSIGNATURE_PAS_T} -{$define NSMETHODSIGNATURE_PAS_T} +{$ifndef NSMETHODSIGNATURE_PAS_S} +{$define NSMETHODSIGNATURE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSNetServices.inc b/packages/cocoaint/src/foundation/NSNetServices.inc index 2cbedad600..b20502e15f 100644 --- a/packages/cocoaint/src/foundation/NSNetServices.inc +++ b/packages/cocoaint/src/foundation/NSNetServices.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNetServices.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSNETSERVICES_PAS_H} @@ -53,8 +53,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNETSERVICES_PAS_T} -{$define NSNETSERVICES_PAS_T} +{$ifndef NSNETSERVICES_PAS_S} +{$define NSNETSERVICES_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSNotification.inc b/packages/cocoaint/src/foundation/NSNotification.inc index 7f2447ccfc..640cb4d75b 100644 --- a/packages/cocoaint/src/foundation/NSNotification.inc +++ b/packages/cocoaint/src/foundation/NSNotification.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNotification.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSNOTIFICATION_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNOTIFICATION_PAS_T} -{$define NSNOTIFICATION_PAS_T} +{$ifndef NSNOTIFICATION_PAS_S} +{$define NSNOTIFICATION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSNotificationQueue.inc b/packages/cocoaint/src/foundation/NSNotificationQueue.inc index e1780ed77c..8e04f11a34 100644 --- a/packages/cocoaint/src/foundation/NSNotificationQueue.inc +++ b/packages/cocoaint/src/foundation/NSNotificationQueue.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNotificationQueue.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSNOTIFICATIONQUEUE_PAS_H} @@ -49,8 +49,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNOTIFICATIONQUEUE_PAS_T} -{$define NSNOTIFICATIONQUEUE_PAS_T} +{$ifndef NSNOTIFICATIONQUEUE_PAS_S} +{$define NSNOTIFICATIONQUEUE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSNull.inc b/packages/cocoaint/src/foundation/NSNull.inc index 3634d90f71..3736cf5bc9 100644 --- a/packages/cocoaint/src/foundation/NSNull.inc +++ b/packages/cocoaint/src/foundation/NSNull.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNull.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSNULL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNULL_PAS_T} -{$define NSNULL_PAS_T} +{$ifndef NSNULL_PAS_S} +{$define NSNULL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSNumberFormatter.inc b/packages/cocoaint/src/foundation/NSNumberFormatter.inc index b3481ca26d..6acb9cc2ac 100644 --- a/packages/cocoaint/src/foundation/NSNumberFormatter.inc +++ b/packages/cocoaint/src/foundation/NSNumberFormatter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNumberFormatter.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSNUMBERFORMATTER_PAS_H} @@ -69,8 +69,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSNUMBERFORMATTER_PAS_T} -{$define NSNUMBERFORMATTER_PAS_T} +{$ifndef NSNUMBERFORMATTER_PAS_S} +{$define NSNUMBERFORMATTER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSObjCRuntime.inc b/packages/cocoaint/src/foundation/NSObjCRuntime.inc index c60f547810..cb34f73811 100644 --- a/packages/cocoaint/src/foundation/NSObjCRuntime.inc +++ b/packages/cocoaint/src/foundation/NSObjCRuntime.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSObjCRuntime.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef TYPES} @@ -82,8 +82,8 @@ procedure NSLogv(formatPointer: NSString; args: va_list); cdecl; external name ' {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOBJCRUNTIME_PAS_T} -{$define NSOBJCRUNTIME_PAS_T} +{$ifndef NSOBJCRUNTIME_PAS_S} +{$define NSOBJCRUNTIME_PAS_S} { External symbols } var @@ -91,3 +91,11 @@ var {$endif} {$endif} + +{$ifdef USER_PATCHES} +{$ifndef NSOBJCRUNTIME_PAS_PATCH} +{$define NSOBJCRUNTIME_PAS_PATCH} +procedure NSLog(fmt:NSString); cdecl; varargs; external; + +{$endif} +{$endif} diff --git a/packages/cocoaint/src/foundation/NSObject.inc b/packages/cocoaint/src/foundation/NSObject.inc index 25a39bf1a3..1278259f6c 100644 --- a/packages/cocoaint/src/foundation/NSObject.inc +++ b/packages/cocoaint/src/foundation/NSObject.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSObject.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.3 - Fri Sep 18 9:46:45 ICT 2009 } {$ifdef HEADER} {$ifndef NSOBJECT_PAS_H} diff --git a/packages/cocoaint/src/foundation/NSObjectScripting.inc b/packages/cocoaint/src/foundation/NSObjectScripting.inc index 71d30119d2..0b71f7fd30 100644 --- a/packages/cocoaint/src/foundation/NSObjectScripting.inc +++ b/packages/cocoaint/src/foundation/NSObjectScripting.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSObjectScripting.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOBJECTSCRIPTING_PAS_T} -{$define NSOBJECTSCRIPTING_PAS_T} +{$ifndef NSOBJECTSCRIPTING_PAS_S} +{$define NSOBJECTSCRIPTING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSOperation.inc b/packages/cocoaint/src/foundation/NSOperation.inc index c095462773..2bd620bce7 100644 --- a/packages/cocoaint/src/foundation/NSOperation.inc +++ b/packages/cocoaint/src/foundation/NSOperation.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSOperation.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSOPERATION_PAS_H} @@ -50,8 +50,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSOPERATION_PAS_T} -{$define NSOPERATION_PAS_T} +{$ifndef NSOPERATION_PAS_S} +{$define NSOPERATION_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSPathUtilities.inc b/packages/cocoaint/src/foundation/NSPathUtilities.inc index 44f1d7d2ff..35594670c4 100644 --- a/packages/cocoaint/src/foundation/NSPathUtilities.inc +++ b/packages/cocoaint/src/foundation/NSPathUtilities.inc @@ -1,21 +1,43 @@ { Parsed from Foundation.framework NSPathUtilities.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef TYPES} {$ifndef NSPATHUTILITIES_PAS_T} {$define NSPATHUTILITIES_PAS_T} -{ Types } -type - NSSearchPathDirectory = NSUInteger; - NSSearchPathDomainMask = NSUInteger; - { Constants } const + NSApplicationDirectory = 1; + NSDemoApplicationDirectory = 0; + NSDeveloperApplicationDirectory = 1; + NSAdminApplicationDirectory = 2; + NSLibraryDirectory = 3; + NSDeveloperDirectory = 4; + NSUserDirectory = 5; + NSDocumentationDirectory = 6; + NSDocumentDirectory = 7; + NSCoreServiceDirectory = 8; + NSDesktopDirectory = 12; + NSCachesDirectory = 13; + NSApplicationSupportDirectory = 14; + NSDownloadsDirectory = 15; + NSAllApplicationsDirectory = 100; + NSAllLibrariesDirectory = 101; + +const + NSUserDomainMask = 1; + NSLocalDomainMask = 2; + NSNetworkDomainMask = 4; + NSSystemDomainMask = 8; NSAllDomainsMask = $0ffff; +{ Types } +type + NSSearchPathDirectory = NSUInteger; + NSSearchPathDomainMask = NSUInteger; + {$endif} {$endif} @@ -43,8 +65,8 @@ function NSSearchPathForDirectoriesInDomains(directory: NSSearchPathDirectory; d {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPATHUTILITIES_PAS_T} -{$define NSPATHUTILITIES_PAS_T} +{$ifndef NSPATHUTILITIES_PAS_S} +{$define NSPATHUTILITIES_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSPointerArray.inc b/packages/cocoaint/src/foundation/NSPointerArray.inc index ae1883fa45..a5008d3bc0 100644 --- a/packages/cocoaint/src/foundation/NSPointerArray.inc +++ b/packages/cocoaint/src/foundation/NSPointerArray.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPointerArray.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPOINTERARRAY_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPOINTERARRAY_PAS_T} -{$define NSPOINTERARRAY_PAS_T} +{$ifndef NSPOINTERARRAY_PAS_S} +{$define NSPOINTERARRAY_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSPort.inc b/packages/cocoaint/src/foundation/NSPort.inc index 6b9386ae5c..fb2d0d5e54 100644 --- a/packages/cocoaint/src/foundation/NSPort.inc +++ b/packages/cocoaint/src/foundation/NSPort.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPort.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPORT_PAS_H} @@ -46,8 +46,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPORT_PAS_T} -{$define NSPORT_PAS_T} +{$ifndef NSPORT_PAS_S} +{$define NSPORT_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSPortCoder.inc b/packages/cocoaint/src/foundation/NSPortCoder.inc index 3f3da049e6..3eacfedcc1 100644 --- a/packages/cocoaint/src/foundation/NSPortCoder.inc +++ b/packages/cocoaint/src/foundation/NSPortCoder.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPortCoder.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPORTCODER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPORTCODER_PAS_T} -{$define NSPORTCODER_PAS_T} +{$ifndef NSPORTCODER_PAS_S} +{$define NSPORTCODER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSPortMessage.inc b/packages/cocoaint/src/foundation/NSPortMessage.inc index 245ed533b2..1bd00ee18f 100644 --- a/packages/cocoaint/src/foundation/NSPortMessage.inc +++ b/packages/cocoaint/src/foundation/NSPortMessage.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPortMessage.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPORTMESSAGE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPORTMESSAGE_PAS_T} -{$define NSPORTMESSAGE_PAS_T} +{$ifndef NSPORTMESSAGE_PAS_S} +{$define NSPORTMESSAGE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSPortNameServer.inc b/packages/cocoaint/src/foundation/NSPortNameServer.inc index ba98162ae3..fa30c451b4 100644 --- a/packages/cocoaint/src/foundation/NSPortNameServer.inc +++ b/packages/cocoaint/src/foundation/NSPortNameServer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPortNameServer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPORTNAMESERVER_PAS_H} @@ -35,8 +35,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPORTNAMESERVER_PAS_T} -{$define NSPORTNAMESERVER_PAS_T} +{$ifndef NSPORTNAMESERVER_PAS_S} +{$define NSPORTNAMESERVER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSPredicate.inc b/packages/cocoaint/src/foundation/NSPredicate.inc index cb0efd3455..16f0ec76c5 100644 --- a/packages/cocoaint/src/foundation/NSPredicate.inc +++ b/packages/cocoaint/src/foundation/NSPredicate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPredicate.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSPREDICATE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPREDICATE_PAS_T} -{$define NSPREDICATE_PAS_T} +{$ifndef NSPREDICATE_PAS_S} +{$define NSPREDICATE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSProcessInfo.inc b/packages/cocoaint/src/foundation/NSProcessInfo.inc index de5f27a4d7..070fb47b5f 100644 --- a/packages/cocoaint/src/foundation/NSProcessInfo.inc +++ b/packages/cocoaint/src/foundation/NSProcessInfo.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSProcessInfo.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPROCESSINFO_PAS_H} @@ -43,8 +43,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPROCESSINFO_PAS_T} -{$define NSPROCESSINFO_PAS_T} +{$ifndef NSPROCESSINFO_PAS_S} +{$define NSPROCESSINFO_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSPropertyList.inc b/packages/cocoaint/src/foundation/NSPropertyList.inc index b0dae507f0..c14a3b687a 100644 --- a/packages/cocoaint/src/foundation/NSPropertyList.inc +++ b/packages/cocoaint/src/foundation/NSPropertyList.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPropertyList.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPROPERTYLIST_PAS_H} @@ -47,8 +47,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPROPERTYLIST_PAS_T} -{$define NSPROPERTYLIST_PAS_T} +{$ifndef NSPROPERTYLIST_PAS_S} +{$define NSPROPERTYLIST_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSProtocolChecker.inc b/packages/cocoaint/src/foundation/NSProtocolChecker.inc index 6900e4dae6..c0d0bd68b3 100644 --- a/packages/cocoaint/src/foundation/NSProtocolChecker.inc +++ b/packages/cocoaint/src/foundation/NSProtocolChecker.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSProtocolChecker.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPROTOCOLCHECKER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPROTOCOLCHECKER_PAS_T} -{$define NSPROTOCOLCHECKER_PAS_T} +{$ifndef NSPROTOCOLCHECKER_PAS_S} +{$define NSPROTOCOLCHECKER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSProxy.inc b/packages/cocoaint/src/foundation/NSProxy.inc index f169f5535d..be1361e737 100644 --- a/packages/cocoaint/src/foundation/NSProxy.inc +++ b/packages/cocoaint/src/foundation/NSProxy.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSProxy.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSPROXY_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSPROXY_PAS_T} -{$define NSPROXY_PAS_T} +{$ifndef NSPROXY_PAS_S} +{$define NSPROXY_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSRunLoop.inc b/packages/cocoaint/src/foundation/NSRunLoop.inc index 307795f6ac..09ce9cce0a 100644 --- a/packages/cocoaint/src/foundation/NSRunLoop.inc +++ b/packages/cocoaint/src/foundation/NSRunLoop.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSRunLoop.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSRUNLOOP_PAS_H} @@ -32,12 +32,13 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSRUNLOOP_PAS_T} -{$define NSRUNLOOP_PAS_T} +{$ifndef NSRUNLOOP_PAS_S} +{$define NSRUNLOOP_PAS_S} { External string constants } var NSDefaultRunLoopMode: NSString; external name '_NSDefaultRunLoopMode'; + NSRunLoopCommonModes: NSString; external name '_NSRunLoopCommonModes'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScanner.inc b/packages/cocoaint/src/foundation/NSScanner.inc index 6643370f85..a90ddaf310 100644 --- a/packages/cocoaint/src/foundation/NSScanner.inc +++ b/packages/cocoaint/src/foundation/NSScanner.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScanner.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCANNER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCANNER_PAS_T} -{$define NSSCANNER_PAS_T} +{$ifndef NSSCANNER_PAS_S} +{$define NSSCANNER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptClassDescription.inc b/packages/cocoaint/src/foundation/NSScriptClassDescription.inc index 9fdca29567..bcc2dd6ae6 100644 --- a/packages/cocoaint/src/foundation/NSScriptClassDescription.inc +++ b/packages/cocoaint/src/foundation/NSScriptClassDescription.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptClassDescription.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTCLASSDESCRIPTION_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTCLASSDESCRIPTION_PAS_T} -{$define NSSCRIPTCLASSDESCRIPTION_PAS_T} +{$ifndef NSSCRIPTCLASSDESCRIPTION_PAS_S} +{$define NSSCRIPTCLASSDESCRIPTION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc b/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc index 28d4163583..7b19e783ad 100644 --- a/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc +++ b/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptCoercionHandler.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTCOERCIONHANDLER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTCOERCIONHANDLER_PAS_T} -{$define NSSCRIPTCOERCIONHANDLER_PAS_T} +{$ifndef NSSCRIPTCOERCIONHANDLER_PAS_S} +{$define NSSCRIPTCOERCIONHANDLER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptCommand.inc b/packages/cocoaint/src/foundation/NSScriptCommand.inc index c6b4d67c64..b8d2cd2ce1 100644 --- a/packages/cocoaint/src/foundation/NSScriptCommand.inc +++ b/packages/cocoaint/src/foundation/NSScriptCommand.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptCommand.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTCOMMAND_PAS_H} @@ -18,8 +18,16 @@ type const NSNoScriptError = 0; - NSOperationNotSupportedForKeyScriptError = 0; - NSCannotCreateScriptCommandError = 1; + NSReceiverEvaluationScriptError = 0; + NSKeySpecifierEvaluationScriptError = 1; + NSArgumentEvaluationScriptError = 2; + NSReceiversCantHandleCommandScriptError = 3; + NSRequiredArgumentsMissingScriptError = 4; + NSArgumentsWrongScriptError = 5; + NSUnknownKeyScriptError = 6; + NSInternalScriptError = 7; + NSOperationNotSupportedForKeyScriptError = 8; + NSCannotCreateScriptCommandError = 9; {$endif} {$endif} @@ -39,8 +47,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTCOMMAND_PAS_T} -{$define NSSCRIPTCOMMAND_PAS_T} +{$ifndef NSSCRIPTCOMMAND_PAS_S} +{$define NSSCRIPTCOMMAND_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc b/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc index 60ceae7a30..b492048ab7 100644 --- a/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc +++ b/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptCommandDescription.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTCOMMANDDESCRIPTION_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTCOMMANDDESCRIPTION_PAS_T} -{$define NSSCRIPTCOMMANDDESCRIPTION_PAS_T} +{$ifndef NSSCRIPTCOMMANDDESCRIPTION_PAS_S} +{$define NSSCRIPTCOMMANDDESCRIPTION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc b/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc index e40ad42128..4182b08a7f 100644 --- a/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc +++ b/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptExecutionContext.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTEXECUTIONCONTEXT_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTEXECUTIONCONTEXT_PAS_T} -{$define NSSCRIPTEXECUTIONCONTEXT_PAS_T} +{$ifndef NSSCRIPTEXECUTIONCONTEXT_PAS_S} +{$define NSSCRIPTEXECUTIONCONTEXT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc index 49ba722241..090093e73c 100644 --- a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc +++ b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptKeyValueCoding.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTKEYVALUECODING_PAS_T} -{$define NSSCRIPTKEYVALUECODING_PAS_T} +{$ifndef NSSCRIPTKEYVALUECODING_PAS_S} +{$define NSSCRIPTKEYVALUECODING_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc b/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc index ba76a76746..eedca69c59 100644 --- a/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc +++ b/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptObjectSpecifiers.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTOBJECTSPECIFIERS_PAS_H} @@ -28,6 +28,12 @@ type const NSNoSpecifierError = 0; + NSNoTopLevelContainersSpecifierError = 0; + NSContainerSpecifierError = 1; + NSUnknownKeySpecifierError = 2; + NSInvalidIndexSpecifierError = 3; + NSInternalSpecifierError = 4; + NSOperationNotSupportedForKeySpecifierError = 5; const NSPositionAfter = 0; @@ -45,6 +51,7 @@ const NSEverySubelement = 1; NSMiddleSubelement = 2; NSRandomSubelement = 3; + NSNoSubelement = 4; { Types } type @@ -70,8 +77,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTOBJECTSPECIFIERS_PAS_T} -{$define NSSCRIPTOBJECTSPECIFIERS_PAS_T} +{$ifndef NSSCRIPTOBJECTSPECIFIERS_PAS_S} +{$define NSSCRIPTOBJECTSPECIFIERS_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc b/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc index a7f06be235..b33113a41f 100644 --- a/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc +++ b/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptStandardSuiteCommands.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTSTANDARDSUITECOMMANDS_PAS_H} @@ -52,8 +52,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTSTANDARDSUITECOMMANDS_PAS_T} -{$define NSSCRIPTSTANDARDSUITECOMMANDS_PAS_T} +{$ifndef NSSCRIPTSTANDARDSUITECOMMANDS_PAS_S} +{$define NSSCRIPTSTANDARDSUITECOMMANDS_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc b/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc index d6241c8b98..6bacee7132 100644 --- a/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc +++ b/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptSuiteRegistry.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTSUITEREGISTRY_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTSUITEREGISTRY_PAS_T} -{$define NSSCRIPTSUITEREGISTRY_PAS_T} +{$ifndef NSSCRIPTSUITEREGISTRY_PAS_S} +{$define NSSCRIPTSUITEREGISTRY_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc b/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc index 5b1d7630c2..f3a95a7f93 100644 --- a/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc +++ b/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptWhoseTests.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSSCRIPTWHOSETESTS_PAS_H} @@ -50,8 +50,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSCRIPTWHOSETESTS_PAS_T} -{$define NSSCRIPTWHOSETESTS_PAS_T} +{$ifndef NSSCRIPTWHOSETESTS_PAS_S} +{$define NSSCRIPTWHOSETESTS_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSSet.inc b/packages/cocoaint/src/foundation/NSSet.inc index 74e9f16691..577500cd73 100644 --- a/packages/cocoaint/src/foundation/NSSet.inc +++ b/packages/cocoaint/src/foundation/NSSet.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSSet.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSSET_PAS_H} @@ -34,8 +34,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSET_PAS_T} -{$define NSSET_PAS_T} +{$ifndef NSSET_PAS_S} +{$define NSSET_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSSortDescriptor.inc b/packages/cocoaint/src/foundation/NSSortDescriptor.inc index 2ca98a6fc5..a6338de24f 100644 --- a/packages/cocoaint/src/foundation/NSSortDescriptor.inc +++ b/packages/cocoaint/src/foundation/NSSortDescriptor.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSSortDescriptor.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSSORTDESCRIPTOR_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSORTDESCRIPTOR_PAS_T} -{$define NSSORTDESCRIPTOR_PAS_T} +{$ifndef NSSORTDESCRIPTOR_PAS_S} +{$define NSSORTDESCRIPTOR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSSpellServer.inc b/packages/cocoaint/src/foundation/NSSpellServer.inc index c5b0a80d67..1d42d75208 100644 --- a/packages/cocoaint/src/foundation/NSSpellServer.inc +++ b/packages/cocoaint/src/foundation/NSSpellServer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSSpellServer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSSPELLSERVER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSPELLSERVER_PAS_T} -{$define NSSPELLSERVER_PAS_T} +{$ifndef NSSPELLSERVER_PAS_S} +{$define NSSPELLSERVER_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSStream.inc b/packages/cocoaint/src/foundation/NSStream.inc index a5a93a281f..3ccbea57d4 100644 --- a/packages/cocoaint/src/foundation/NSStream.inc +++ b/packages/cocoaint/src/foundation/NSStream.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSStream.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSSTREAM_PAS_H} @@ -59,8 +59,24 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTREAM_PAS_T} -{$define NSSTREAM_PAS_T} +{$ifndef NSSTREAM_PAS_S} +{$define NSSTREAM_PAS_S} + +{ External string constants } +var + NSStreamSocketSecurityLevelKey: NSString; external name '_NSStreamSocketSecurityLevelKey'; + NSStreamSocketSecurityLevelNone: NSString; external name '_NSStreamSocketSecurityLevelNone'; + NSStreamSocketSecurityLevelNegotiatedSSL: NSString; external name '_NSStreamSocketSecurityLevelNegotiatedSSL'; + NSStreamSOCKSProxyConfigurationKey: NSString; external name '_NSStreamSOCKSProxyConfigurationKey'; + NSStreamSOCKSProxyHostKey: NSString; external name '_NSStreamSOCKSProxyHostKey'; + NSStreamSOCKSProxyPortKey: NSString; external name '_NSStreamSOCKSProxyPortKey'; + NSStreamSOCKSProxyVersionKey: NSString; external name '_NSStreamSOCKSProxyVersionKey'; + NSStreamSOCKSProxyUserKey: NSString; external name '_NSStreamSOCKSProxyUserKey'; + NSStreamSOCKSProxyPasswordKey: NSString; external name '_NSStreamSOCKSProxyPasswordKey'; + NSStreamDataWrittenToMemoryStreamKey: NSString; external name '_NSStreamDataWrittenToMemoryStreamKey'; + NSStreamFileCurrentOffsetKey: NSString; external name '_NSStreamFileCurrentOffsetKey'; + NSStreamSocketSSLErrorDomain: NSString; external name '_NSStreamSocketSSLErrorDomain'; + NSStreamSOCKSErrorDomain: NSString; external name '_NSStreamSOCKSErrorDomain'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSString.inc b/packages/cocoaint/src/foundation/NSString.inc index 3b39111a78..05d8d7bf36 100644 --- a/packages/cocoaint/src/foundation/NSString.inc +++ b/packages/cocoaint/src/foundation/NSString.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSString.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSSTRING_PAS_H} @@ -90,8 +90,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSSTRING_PAS_T} -{$define NSSTRING_PAS_T} +{$ifndef NSSTRING_PAS_S} +{$define NSSTRING_PAS_S} { External string constants } var @@ -287,7 +287,7 @@ var procedure insertString_atIndex(aString: NSString; loc: NSUInteger); message 'insertString:atIndex:'; procedure deleteCharactersInRange(range: NSRange); message 'deleteCharactersInRange:'; procedure appendString(aString: NSString); message 'appendString:'; - procedure appendFormat(format: NSString); message 'appendFormat:'; + procedure appendFormat(format: NSString); varargs; message 'appendFormat:'; procedure setString(aString: NSString); message 'setString:'; function initWithCapacity(capacity: NSUInteger): id; message 'initWithCapacity:'; class function stringWithCapacity(capacity: NSUInteger): id; message 'stringWithCapacity:'; diff --git a/packages/cocoaint/src/foundation/NSTask.inc b/packages/cocoaint/src/foundation/NSTask.inc index 0c87ec83fb..6283af77be 100644 --- a/packages/cocoaint/src/foundation/NSTask.inc +++ b/packages/cocoaint/src/foundation/NSTask.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTask.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSTASK_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTASK_PAS_T} -{$define NSTASK_PAS_T} +{$ifndef NSTASK_PAS_S} +{$define NSTASK_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSThread.inc b/packages/cocoaint/src/foundation/NSThread.inc index 4647a9338a..6179c0bc44 100644 --- a/packages/cocoaint/src/foundation/NSThread.inc +++ b/packages/cocoaint/src/foundation/NSThread.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSThread.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSTHREAD_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTHREAD_PAS_T} -{$define NSTHREAD_PAS_T} +{$ifndef NSTHREAD_PAS_S} +{$define NSTHREAD_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSTimeZone.inc b/packages/cocoaint/src/foundation/NSTimeZone.inc index c258a189b4..5c7c25b2aa 100644 --- a/packages/cocoaint/src/foundation/NSTimeZone.inc +++ b/packages/cocoaint/src/foundation/NSTimeZone.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTimeZone.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSTIMEZONE_PAS_H} @@ -44,8 +44,12 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTIMEZONE_PAS_T} -{$define NSTIMEZONE_PAS_T} +{$ifndef NSTIMEZONE_PAS_S} +{$define NSTIMEZONE_PAS_S} + +{ External string constants } +var + NSSystemTimeZoneDidChangeNotification: NSString; external name '_NSSystemTimeZoneDidChangeNotification'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSTimer.inc b/packages/cocoaint/src/foundation/NSTimer.inc index 663cd85fdd..0f4794f5ec 100644 --- a/packages/cocoaint/src/foundation/NSTimer.inc +++ b/packages/cocoaint/src/foundation/NSTimer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTimer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSTIMER_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSTIMER_PAS_T} -{$define NSTIMER_PAS_T} +{$ifndef NSTIMER_PAS_S} +{$define NSTIMER_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURL.inc b/packages/cocoaint/src/foundation/NSURL.inc index d59f5926d3..589b119d04 100644 --- a/packages/cocoaint/src/foundation/NSURL.inc +++ b/packages/cocoaint/src/foundation/NSURL.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURL.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURL_PAS_H} @@ -32,12 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURL_PAS_T} -{$define NSURL_PAS_T} - -{ External string constants } -var - NSURLFileScheme: NSString; external name '_NSURLFileScheme'; +{$ifndef NSURL_PAS_S} +{$define NSURL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc b/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc index 691bc3f70e..98afa0091a 100644 --- a/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc +++ b/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLAuthenticationChallenge.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLAUTHENTICATIONCHALLENGE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLAUTHENTICATIONCHALLENGE_PAS_T} -{$define NSURLAUTHENTICATIONCHALLENGE_PAS_T} +{$ifndef NSURLAUTHENTICATIONCHALLENGE_PAS_S} +{$define NSURLAUTHENTICATIONCHALLENGE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLCache.inc b/packages/cocoaint/src/foundation/NSURLCache.inc index 8e181ef17a..f6de106109 100644 --- a/packages/cocoaint/src/foundation/NSURLCache.inc +++ b/packages/cocoaint/src/foundation/NSURLCache.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLCache.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLCACHE_PAS_H} @@ -37,8 +37,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLCACHE_PAS_T} -{$define NSURLCACHE_PAS_T} +{$ifndef NSURLCACHE_PAS_S} +{$define NSURLCACHE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLConnection.inc b/packages/cocoaint/src/foundation/NSURLConnection.inc index 3b1611fd6f..36de77f7ef 100644 --- a/packages/cocoaint/src/foundation/NSURLConnection.inc +++ b/packages/cocoaint/src/foundation/NSURLConnection.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLConnection.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLCONNECTION_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLCONNECTION_PAS_T} -{$define NSURLCONNECTION_PAS_T} +{$ifndef NSURLCONNECTION_PAS_S} +{$define NSURLCONNECTION_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLCredential.inc b/packages/cocoaint/src/foundation/NSURLCredential.inc index 8ba807e5ae..ec68815a63 100644 --- a/packages/cocoaint/src/foundation/NSURLCredential.inc +++ b/packages/cocoaint/src/foundation/NSURLCredential.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLCredential.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLCREDENTIAL_PAS_H} @@ -43,8 +43,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLCREDENTIAL_PAS_T} -{$define NSURLCREDENTIAL_PAS_T} +{$ifndef NSURLCREDENTIAL_PAS_S} +{$define NSURLCREDENTIAL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc b/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc index ecb911cee3..1d7a154c17 100644 --- a/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc +++ b/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLCredentialStorage.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLCREDENTIALSTORAGE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLCREDENTIALSTORAGE_PAS_T} -{$define NSURLCREDENTIALSTORAGE_PAS_T} +{$ifndef NSURLCREDENTIALSTORAGE_PAS_S} +{$define NSURLCREDENTIALSTORAGE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLDownload.inc b/packages/cocoaint/src/foundation/NSURLDownload.inc index 03ee55eb4b..6105347ff1 100644 --- a/packages/cocoaint/src/foundation/NSURLDownload.inc +++ b/packages/cocoaint/src/foundation/NSURLDownload.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLDownload.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLDOWNLOAD_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLDOWNLOAD_PAS_T} -{$define NSURLDOWNLOAD_PAS_T} +{$ifndef NSURLDOWNLOAD_PAS_S} +{$define NSURLDOWNLOAD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLError.inc b/packages/cocoaint/src/foundation/NSURLError.inc index e66c9084e4..f30d33cdd8 100644 --- a/packages/cocoaint/src/foundation/NSURLError.inc +++ b/packages/cocoaint/src/foundation/NSURLError.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLError.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -24,8 +24,8 @@ {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLERROR_PAS_T} -{$define NSURLERROR_PAS_T} +{$ifndef NSURLERROR_PAS_S} +{$define NSURLERROR_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLHandle.inc b/packages/cocoaint/src/foundation/NSURLHandle.inc index d00277213b..1e381321a4 100644 --- a/packages/cocoaint/src/foundation/NSURLHandle.inc +++ b/packages/cocoaint/src/foundation/NSURLHandle.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLHandle.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLHANDLE_PAS_H} @@ -44,8 +44,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLHANDLE_PAS_T} -{$define NSURLHANDLE_PAS_T} +{$ifndef NSURLHANDLE_PAS_S} +{$define NSURLHANDLE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc b/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc index 8216a32967..095d2e5612 100644 --- a/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc +++ b/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLProtectionSpace.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLPROTECTIONSPACE_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLPROTECTIONSPACE_PAS_T} -{$define NSURLPROTECTIONSPACE_PAS_T} +{$ifndef NSURLPROTECTIONSPACE_PAS_S} +{$define NSURLPROTECTIONSPACE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLProtocol.inc b/packages/cocoaint/src/foundation/NSURLProtocol.inc index 1a27e96f55..81ffb54a6c 100644 --- a/packages/cocoaint/src/foundation/NSURLProtocol.inc +++ b/packages/cocoaint/src/foundation/NSURLProtocol.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLProtocol.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLPROTOCOL_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLPROTOCOL_PAS_T} -{$define NSURLPROTOCOL_PAS_T} +{$ifndef NSURLPROTOCOL_PAS_S} +{$define NSURLPROTOCOL_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLRequest.inc b/packages/cocoaint/src/foundation/NSURLRequest.inc index 46f1340879..f330935c8f 100644 --- a/packages/cocoaint/src/foundation/NSURLRequest.inc +++ b/packages/cocoaint/src/foundation/NSURLRequest.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLRequest.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLREQUEST_PAS_H} @@ -37,8 +37,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLREQUEST_PAS_T} -{$define NSURLREQUEST_PAS_T} +{$ifndef NSURLREQUEST_PAS_S} +{$define NSURLREQUEST_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLResponse.inc b/packages/cocoaint/src/foundation/NSURLResponse.inc index 6a79152fc9..bf45a20b4b 100644 --- a/packages/cocoaint/src/foundation/NSURLResponse.inc +++ b/packages/cocoaint/src/foundation/NSURLResponse.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLResponse.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSURLRESPONSE_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSURLRESPONSE_PAS_T} -{$define NSURLRESPONSE_PAS_T} +{$ifndef NSURLRESPONSE_PAS_S} +{$define NSURLRESPONSE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSUndoManager.inc b/packages/cocoaint/src/foundation/NSUndoManager.inc index 132bbf0181..20a618e4a1 100644 --- a/packages/cocoaint/src/foundation/NSUndoManager.inc +++ b/packages/cocoaint/src/foundation/NSUndoManager.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSUndoManager.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSUNDOMANAGER_PAS_H} @@ -37,8 +37,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSUNDOMANAGER_PAS_T} -{$define NSUNDOMANAGER_PAS_T} +{$ifndef NSUNDOMANAGER_PAS_S} +{$define NSUNDOMANAGER_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSUserDefaults.inc b/packages/cocoaint/src/foundation/NSUserDefaults.inc index 3513acd841..62d138b3ca 100644 --- a/packages/cocoaint/src/foundation/NSUserDefaults.inc +++ b/packages/cocoaint/src/foundation/NSUserDefaults.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSUserDefaults.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSUSERDEFAULTS_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSUSERDEFAULTS_PAS_T} -{$define NSUSERDEFAULTS_PAS_T} +{$ifndef NSUSERDEFAULTS_PAS_S} +{$define NSUSERDEFAULTS_PAS_S} { External string constants } var diff --git a/packages/cocoaint/src/foundation/NSValue.inc b/packages/cocoaint/src/foundation/NSValue.inc index 64932459ba..a4f0a390a8 100644 --- a/packages/cocoaint/src/foundation/NSValue.inc +++ b/packages/cocoaint/src/foundation/NSValue.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSValue.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSVALUE_PAS_H} @@ -33,8 +33,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSVALUE_PAS_T} -{$define NSVALUE_PAS_T} +{$ifndef NSVALUE_PAS_S} +{$define NSVALUE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSValueTransformer.inc b/packages/cocoaint/src/foundation/NSValueTransformer.inc index 3eabe32720..a39dda8f45 100644 --- a/packages/cocoaint/src/foundation/NSValueTransformer.inc +++ b/packages/cocoaint/src/foundation/NSValueTransformer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSValueTransformer.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:45 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:51 ICT 2009 } {$ifdef HEADER} {$ifndef NSVALUETRANSFORMER_PAS_H} @@ -32,8 +32,16 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSVALUETRANSFORMER_PAS_T} -{$define NSVALUETRANSFORMER_PAS_T} +{$ifndef NSVALUETRANSFORMER_PAS_S} +{$define NSVALUETRANSFORMER_PAS_S} + +{ External string constants } +var + NSNegateBooleanTransformerName: NSString; external name '_NSNegateBooleanTransformerName'; + NSIsNilTransformerName: NSString; external name '_NSIsNilTransformerName'; + NSIsNotNilTransformerName: NSString; external name '_NSIsNotNilTransformerName'; + NSUnarchiveFromDataTransformerName: NSString; external name '_NSUnarchiveFromDataTransformerName'; + NSKeyedUnarchiveFromDataTransformerName: NSString; external name '_NSKeyedUnarchiveFromDataTransformerName'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLDTD.inc b/packages/cocoaint/src/foundation/NSXMLDTD.inc index 207be15c48..811c51272b 100644 --- a/packages/cocoaint/src/foundation/NSXMLDTD.inc +++ b/packages/cocoaint/src/foundation/NSXMLDTD.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLDTD.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSXMLDTD_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLDTD_PAS_T} -{$define NSXMLDTD_PAS_T} +{$ifndef NSXMLDTD_PAS_S} +{$define NSXMLDTD_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLDTDNode.inc b/packages/cocoaint/src/foundation/NSXMLDTDNode.inc index 7fbabb9e0b..269704ae0c 100644 --- a/packages/cocoaint/src/foundation/NSXMLDTDNode.inc +++ b/packages/cocoaint/src/foundation/NSXMLDTDNode.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLDTDNode.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSXMLDTDNODE_PAS_H} @@ -60,8 +60,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLDTDNODE_PAS_T} -{$define NSXMLDTDNODE_PAS_T} +{$ifndef NSXMLDTDNODE_PAS_S} +{$define NSXMLDTDNODE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLDocument.inc b/packages/cocoaint/src/foundation/NSXMLDocument.inc index 436d8bd61b..07d1b6f3ce 100644 --- a/packages/cocoaint/src/foundation/NSXMLDocument.inc +++ b/packages/cocoaint/src/foundation/NSXMLDocument.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLDocument.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSXMLDOCUMENT_PAS_H} @@ -44,8 +44,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLDOCUMENT_PAS_T} -{$define NSXMLDOCUMENT_PAS_T} +{$ifndef NSXMLDOCUMENT_PAS_S} +{$define NSXMLDOCUMENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLElement.inc b/packages/cocoaint/src/foundation/NSXMLElement.inc index 0aaf104f7f..fc637db227 100644 --- a/packages/cocoaint/src/foundation/NSXMLElement.inc +++ b/packages/cocoaint/src/foundation/NSXMLElement.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLElement.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSXMLELEMENT_PAS_H} @@ -32,8 +32,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLELEMENT_PAS_T} -{$define NSXMLELEMENT_PAS_T} +{$ifndef NSXMLELEMENT_PAS_S} +{$define NSXMLELEMENT_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLNode.inc b/packages/cocoaint/src/foundation/NSXMLNode.inc index 2f84070335..dcbd6a8019 100644 --- a/packages/cocoaint/src/foundation/NSXMLNode.inc +++ b/packages/cocoaint/src/foundation/NSXMLNode.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLNode.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSXMLNODE_PAS_H} @@ -53,8 +53,8 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLNODE_PAS_T} -{$define NSXMLNODE_PAS_T} +{$ifndef NSXMLNODE_PAS_S} +{$define NSXMLNODE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc b/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc index b6f92e3625..5deb3e0dea 100644 --- a/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc +++ b/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLNodeOptions.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -48,8 +48,8 @@ const {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLNODEOPTIONS_PAS_T} -{$define NSXMLNODEOPTIONS_PAS_T} +{$ifndef NSXMLNODEOPTIONS_PAS_S} +{$define NSXMLNODEOPTIONS_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSXMLParser.inc b/packages/cocoaint/src/foundation/NSXMLParser.inc index 38ab53bdd8..330f3e7b64 100644 --- a/packages/cocoaint/src/foundation/NSXMLParser.inc +++ b/packages/cocoaint/src/foundation/NSXMLParser.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLParser.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef HEADER} {$ifndef NSXMLPARSER_PAS_H} @@ -133,8 +133,12 @@ type {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSXMLPARSER_PAS_T} -{$define NSXMLPARSER_PAS_T} +{$ifndef NSXMLPARSER_PAS_S} +{$define NSXMLPARSER_PAS_S} + +{ External string constants } +var + NSXMLParserErrorDomain: NSString; external name '_NSXMLParserErrorDomain'; {$endif} {$endif} diff --git a/packages/cocoaint/src/foundation/NSZone.inc b/packages/cocoaint/src/foundation/NSZone.inc index e0e844ac6d..38ef9769e6 100644 --- a/packages/cocoaint/src/foundation/NSZone.inc +++ b/packages/cocoaint/src/foundation/NSZone.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSZone.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } {$ifdef TYPES} @@ -57,8 +57,8 @@ function NSRealMemoryAvailable: NSUInteger; cdecl; external name 'NSRealMemoryAv {$endif} {$ifdef EXTERNAL_SYMBOLS} -{$ifndef NSZONE_PAS_T} -{$define NSZONE_PAS_T} +{$ifndef NSZONE_PAS_S} +{$define NSZONE_PAS_S} {$endif} {$endif} diff --git a/packages/cocoaint/src/iPhoneAll.pas b/packages/cocoaint/src/iPhoneAll.pas index 4d0fe38de7..5ceafee1c8 100755 --- a/packages/cocoaint/src/iPhoneAll.pas +++ b/packages/cocoaint/src/iPhoneAll.pas @@ -9,8 +9,15 @@ unit iPhoneAll; interface -uses - ctypes, MacOSAll; +{$linkframework CoreFoundation} +{$linkframework CoreGraphics} +{$linkframework UIKit} + +uses + ctypes, + CFBase,CFArray,CFBag,CFCharacterSet,CFData,CFDate,CFDictionary,CFNumber,CFPropertyList,CFSet,CFString,CFStringEncodingExt,CFTimeZone,CFTree,CFURL,CFXMLNode,CFXMLParser,CFMachPort,CFMessagePort,CFRunLoop,CFSocket,CFBinaryHeap,CFBitVector,CFBundle,CFByteOrders,CFPlugIn,CFPreferences,CFURLAccess,CFUUID,CFLocale,CFStream,CFDateFormatter,CFNumberFormatter,CFCalendar,CFUserNotification,CFNotificationCenter,CFAttributedString, + CGBase,CGAffineTransforms,CGBitmapContext,CGColor,CGColorSpace,CGContext,CGDataConsumer,CGDataProvider,CGDirectDisplay,CGDirectPalette,CGDisplayConfiguration,CGDisplayFades,CGErrors,CGEvent,CGEventSource,CGEventTypes,CGFont,CGFunction,CGGLContext,CGGeometry,CGImage,CGLayer,CGPDFArray,CGPDFContentStream,CGPDFContext,CGPDFDictionary,CGPDFDocument,CGPDFObject,CGPDFOperatorTable,CGPDFPage,CGPDFScanner,CGPDFStream,CGPDFString,CGPSConverter,CGPath,CGPattern,CGRemoteOperation,CGSession,CGShading,CGWindowLevels, + MacTypes, AEDataModel, Icons; {$include UndefinedTypes.inc} diff --git a/packages/cocoaint/src/uikit/UIKit.inc b/packages/cocoaint/src/uikit/UIKit.inc index cc710629f4..44cf7f3f43 100755 --- a/packages/cocoaint/src/uikit/UIKit.inc +++ b/packages/cocoaint/src/uikit/UIKit.inc @@ -3,6 +3,7 @@ {$include UIResponder.inc} {$include UIView.inc} {$include UIWindow.inc} +{$include UIDevice.inc} {$include UIApplication.inc} {$include UIControl.inc} {$include UIActivityIndicatorView.inc} @@ -11,7 +12,6 @@ {$include UIButton.inc} {$include UIColor.inc} {$include UIDatePicker.inc} -{$include UIDevice.inc} {$include UIEvent.inc} {$include UIFont.inc} {$include UIGeometry.inc} |
