mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:00:37 +00:00
* Source/externs.m: Correct many string values that where
different to Cocoa. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37943 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9dd0b22408
commit
19030119ab
2 changed files with 216 additions and 224 deletions
|
@ -1,7 +1,12 @@
|
||||||
|
2014-06-09 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Source/externs.m: Correct many string values that where
|
||||||
|
different to Cocoa.
|
||||||
|
|
||||||
2014-06-03 Riccardo Mottola <rm@gnu.org>
|
2014-06-03 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* Source/NSBitmapImageRep+GIF.m
|
* Source/NSBitmapImageRep+GIF.m
|
||||||
Rewrite Open compatibility with a more readable macro.
|
Rewrite Open compatibility with a more readable macro.
|
||||||
|
|
||||||
2014-06-03 Riccardo Mottola <rm@gnu.org>
|
2014-06-03 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
|
|
433
Source/externs.m
433
Source/externs.m
|
@ -33,49 +33,49 @@
|
||||||
#import "AppKit/NSEvent.h"
|
#import "AppKit/NSEvent.h"
|
||||||
|
|
||||||
// Global strings
|
// Global strings
|
||||||
NSString *NSModalPanelRunLoopMode = @"ModalPanelMode";
|
NSString *NSModalPanelRunLoopMode = @"NSModalPanelRunLoopMode";
|
||||||
NSString *NSEventTrackingRunLoopMode = @"EventTrackingMode";
|
NSString *NSEventTrackingRunLoopMode = @"NSEventTrackingRunLoopMode";
|
||||||
|
|
||||||
const double NSAppKitVersionNumber = NSAppKitVersionNumber10_4;
|
const double NSAppKitVersionNumber = NSAppKitVersionNumber10_4;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Global Exception Strings
|
// Global Exception Strings
|
||||||
//
|
//
|
||||||
NSString *NSAbortModalException = @"AbortModal";
|
NSString *NSAbortModalException = @"NSAbortModalException";
|
||||||
NSString *NSAbortPrintingException = @"AbortPrinting";
|
NSString *NSAbortPrintingException = @"NSAbortPrintingException";
|
||||||
NSString *NSAppKitIgnoredException = @"AppKitIgnored";
|
NSString *NSAppKitIgnoredException = @"NSAppKitIgnoredException";
|
||||||
NSString *NSAppKitVirtualMemoryException = @"AppKitVirtualMemory";
|
NSString *NSAppKitVirtualMemoryException = @"NSAppKitVirtualMemoryException";
|
||||||
NSString *NSBadBitmapParametersException = @"BadBitmapParameters";
|
NSString *NSBadBitmapParametersException = @"NSBadBitmapParametersException";
|
||||||
NSString *NSBadComparisonException = @"BadComparison";
|
NSString *NSBadComparisonException = @"NSBadComparisonException";
|
||||||
NSString *NSBadRTFColorTableException = @"BadRTFColorTable";
|
NSString *NSBadRTFColorTableException = @"NSBadRTFColorTableException";
|
||||||
NSString *NSBadRTFDirectiveException = @"BadRTFDirective";
|
NSString *NSBadRTFDirectiveException = @"NSBadRTFDirectiveException";
|
||||||
NSString *NSBadRTFFontTableException = @"BadRTFFontTable";
|
NSString *NSBadRTFFontTableException = @"NSBadRTFFontTableException";
|
||||||
NSString *NSBadRTFStyleSheetException = @"BadRTFStyleSheet";
|
NSString *NSBadRTFStyleSheetException = @"NSBadRTFStyleSheetException";
|
||||||
NSString *NSBrowserIllegalDelegateException = @"BrowserIllegalDelegate";
|
NSString *NSBrowserIllegalDelegateException = @"NSBrowserIllegalDelegateException";
|
||||||
NSString *NSColorListIOException = @"ColorListIO";
|
NSString *NSColorListIOException = @"NSColorListIOException";
|
||||||
NSString *NSColorListNotEditableException = @"ColorListNotEditable";
|
NSString *NSColorListNotEditableException = @"NSColorListNotEditableException";
|
||||||
NSString *NSDraggingException = @"Draggin";
|
NSString *NSDraggingException = @"NSDraggingException";
|
||||||
NSString *NSFontUnavailableException = @"FontUnavailable";
|
NSString *NSFontUnavailableException = @"NSFontUnavailableException";
|
||||||
NSString *NSIllegalSelectorException = @"IllegalSelector";
|
NSString *NSIllegalSelectorException = @"NSIllegalSelectorException";
|
||||||
NSString *NSImageCacheException = @"ImageCache";
|
NSString *NSImageCacheException = @"NSImageCacheException";
|
||||||
NSString *NSNibLoadingException = @"NibLoading";
|
NSString *NSNibLoadingException = @"NSNibLoadingException";
|
||||||
NSString *NSPPDIncludeNotFoundException = @"PPDIncludeNotFound";
|
NSString *NSPPDIncludeNotFoundException = @"NSPPDIncludeNotFoundException";
|
||||||
NSString *NSPPDIncludeStackOverflowException = @"PPDIncludeStackOverflow";
|
NSString *NSPPDIncludeStackOverflowException = @"NSPPDIncludeStackOverflowException";
|
||||||
NSString *NSPPDIncludeStackUnderflowException = @"PPDIncludeStackUnderflow";
|
NSString *NSPPDIncludeStackUnderflowException = @"NSPPDIncludeStackUnderflowException";
|
||||||
NSString *NSPPDParseException = @"PPDParse";
|
NSString *NSPPDParseException = @"NSPPDParseException";
|
||||||
NSString *NSPrintOperationExistsException = @"PrintOperationExists";
|
NSString *NSPrintOperationExistsException = @"NSPrintOperationExistsException";
|
||||||
NSString *NSPrintPackageException = @"PrintPackage";
|
NSString *NSPrintPackageException = @"NSPrintPackageException";
|
||||||
NSString *NSPrintingCommunicationException = @"PrintingCommunication";
|
NSString *NSPrintingCommunicationException = @"NSPrintingCommunicationException";
|
||||||
NSString *NSRTFPropertyStackOverflowException = @"RTFPropertyStackOverflow";
|
NSString *NSRTFPropertyStackOverflowException = @"NSRTFPropertyStackOverflowException";
|
||||||
NSString *NSTIFFException = @"TIFF";
|
NSString *NSTIFFException = @"NSTIFFException";
|
||||||
NSString *NSTextLineTooLongException = @"TextLineTooLong";
|
NSString *NSTextLineTooLongException = @"NSTextLineTooLongException";
|
||||||
NSString *NSTextNoSelectionException = @"TextNoSelection";
|
NSString *NSTextNoSelectionException = @"NSTextNoSelectionException";
|
||||||
NSString *NSTextReadException = @"TextRead";
|
NSString *NSTextReadException = @"NSTextReadException";
|
||||||
NSString *NSTextWriteException = @"TextWrite";
|
NSString *NSTextWriteException = @"NSTextWriteException";
|
||||||
NSString *NSTypedStreamVersionException = @"TypedStreamVersion";
|
NSString *NSTypedStreamVersionException = @"NSTypedStreamVersionException";
|
||||||
NSString *NSWindowServerCommunicationException = @"WindowServerCommunication";
|
NSString *NSWindowServerCommunicationException = @"NSWindowServerCommunicationException";
|
||||||
NSString *NSWordTablesReadException = @"WordTablesRead";
|
NSString *NSWordTablesReadException = @"NSWordTablesReadException";
|
||||||
NSString *NSWordTablesWriteException = @"WordTablesWrite";
|
NSString *NSWordTablesWriteException = @"NSWordTablesWriteException";
|
||||||
|
|
||||||
NSString *GSWindowServerInternalException = @"WindowServerInternal";
|
NSString *GSWindowServerInternalException = @"WindowServerInternal";
|
||||||
|
|
||||||
|
@ -88,26 +88,26 @@ NSString *NSAnimationTriggerOrderOut = @"NSAnimationTriggerOrderOut";
|
||||||
|
|
||||||
// Application notifications
|
// Application notifications
|
||||||
NSString *NSApplicationDidBecomeActiveNotification
|
NSString *NSApplicationDidBecomeActiveNotification
|
||||||
= @"ApplicationDidBecomeActive";
|
= @"NSApplicationDidBecomeActiveNotification";
|
||||||
NSString *NSApplicationDidChangeScreenParametersNotification
|
NSString *NSApplicationDidChangeScreenParametersNotification
|
||||||
= @"NSApplicationDidChangeScreenParameters";
|
= @"NSApplicationDidChangeScreenParametersNotification";
|
||||||
NSString *NSApplicationDidFinishLaunchingNotification
|
NSString *NSApplicationDidFinishLaunchingNotification
|
||||||
= @"ApplicationDidFinishLaunching";
|
= @"NSApplicationDidFinishLaunchingNotification";
|
||||||
NSString *NSApplicationDidHideNotification = @"ApplicationDidHide";
|
NSString *NSApplicationDidHideNotification = @"NSApplicationDidHideNotification";
|
||||||
NSString *NSApplicationDidResignActiveNotification
|
NSString *NSApplicationDidResignActiveNotification
|
||||||
= @"ApplicationDidResignActive";
|
= @"NSApplicationDidResignActiveNotification";
|
||||||
NSString *NSApplicationDidUnhideNotification = @"ApplicationDidUnhide";
|
NSString *NSApplicationDidUnhideNotification = @"NSApplicationDidUnhideNotification";
|
||||||
NSString *NSApplicationDidUpdateNotification = @"ApplicationDidUpdate";
|
NSString *NSApplicationDidUpdateNotification = @"NSApplicationDidUpdateNotification";
|
||||||
NSString *NSApplicationWillBecomeActiveNotification
|
NSString *NSApplicationWillBecomeActiveNotification
|
||||||
= @"ApplicationWillBecomeActive";
|
= @"NSApplicationWillBecomeActiveNotification";
|
||||||
NSString *NSApplicationWillFinishLaunchingNotification
|
NSString *NSApplicationWillFinishLaunchingNotification
|
||||||
= @"ApplicationWillFinishLaunching";
|
= @"NSApplicationWillFinishLaunchingNotification";
|
||||||
NSString *NSApplicationWillTerminateNotification = @"ApplicationWillTerminate";
|
NSString *NSApplicationWillTerminateNotification = @"NSApplicationWillTerminateNotification";
|
||||||
NSString *NSApplicationWillHideNotification = @"ApplicationWillHide";
|
NSString *NSApplicationWillHideNotification = @"NSApplicationWillHideNotification";
|
||||||
NSString *NSApplicationWillResignActiveNotification
|
NSString *NSApplicationWillResignActiveNotification
|
||||||
= @"ApplicationWillResignActive";
|
= @"NSApplicationWillResignActiveNotification";
|
||||||
NSString *NSApplicationWillUnhideNotification = @"ApplicationWillUnhide";
|
NSString *NSApplicationWillUnhideNotification = @"NSApplicationWillUnhideNotification";
|
||||||
NSString *NSApplicationWillUpdateNotification = @"ApplicationWillUpdate";
|
NSString *NSApplicationWillUpdateNotification = @"NSApplicationWillUpdateNotification";
|
||||||
|
|
||||||
// NSBitmapImageRep Global strings
|
// NSBitmapImageRep Global strings
|
||||||
NSString *NSImageCompressionMethod = @"NSImageCompressionMethod";
|
NSString *NSImageCompressionMethod = @"NSImageCompressionMethod";
|
||||||
|
@ -152,18 +152,11 @@ NSString *NSSystemColorsDidChangeNotification =
|
||||||
@"NSSystemColorsDidChangeNotification";
|
@"NSSystemColorsDidChangeNotification";
|
||||||
|
|
||||||
// NSColorList notifications
|
// NSColorList notifications
|
||||||
NSString *NSColorListDidChangeNotification = @"NSColorListDidChange";
|
NSString *NSColorListDidChangeNotification = @"NSColorListDidChangeNotification";
|
||||||
|
|
||||||
// NSColorPanel notifications
|
// NSColorPanel notifications
|
||||||
NSString *NSColorPanelColorDidChangeNotification =
|
NSString *NSColorPanelColorDidChangeNotification =
|
||||||
@"NSColorPanelColorDidChange";
|
@"NSColorPanelColorDidChangeNotification";
|
||||||
|
|
||||||
#if GNUSTEP_GUI_MAJOR_VERSION == 0 && GNUSTEP_GUI_MINOR_VERSION < 20
|
|
||||||
/* The above notifications had been misspelled in GNUstep. We keep them around
|
|
||||||
here to preserve binary compatibility until the next release. */
|
|
||||||
NSString *NSColorListChangedNotification = @"NSColorListDidChange";
|
|
||||||
NSString *NSColorPanelColorChangedNotification = @"NSColorPanelColorDidChange";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// NSComboBox notifications
|
// NSComboBox notifications
|
||||||
NSString *NSComboBoxWillPopUpNotification =
|
NSString *NSComboBoxWillPopUpNotification =
|
||||||
|
@ -210,11 +203,6 @@ NSString *NSGraphicsContextPSFormat =
|
||||||
NSString *NSGraphicsContextRepresentationFormatAttributeName =
|
NSString *NSGraphicsContextRepresentationFormatAttributeName =
|
||||||
@"NSGraphicsContextRepresentationFormatAttributeName";
|
@"NSGraphicsContextRepresentationFormatAttributeName";
|
||||||
|
|
||||||
NSString *NSImageInterpolationDefault = @"NSImageInterpolationDefault";
|
|
||||||
NSString *NSImageInterpolationNone = @"NSImageInterpolationNone";
|
|
||||||
NSString *NSImageInterpolationLow = @"NSImageInterpolationLow";
|
|
||||||
NSString *NSImageInterpolationHigh = @"NSImageInterpolationHigh";
|
|
||||||
|
|
||||||
// NSHelpManager notifications;
|
// NSHelpManager notifications;
|
||||||
NSString *NSContextHelpModeDidActivateNotification =
|
NSString *NSContextHelpModeDidActivateNotification =
|
||||||
@"NSContextHelpModeDidActivateNotification";
|
@"NSContextHelpModeDidActivateNotification";
|
||||||
|
@ -241,29 +229,29 @@ NSString *NSAFMWeight = @"Weight";
|
||||||
NSString *NSAFMXHeight = @"XHeight";
|
NSString *NSAFMXHeight = @"XHeight";
|
||||||
|
|
||||||
// NSFontDescriptor global strings
|
// NSFontDescriptor global strings
|
||||||
NSString *NSFontFamilyAttribute = @"Family";
|
NSString *NSFontFamilyAttribute = @"NSFontFamilyAttribute";
|
||||||
NSString *NSFontNameAttribute = @"Name";
|
NSString *NSFontNameAttribute = @"NSFontNameAttribute";
|
||||||
NSString *NSFontFaceAttribute = @"Face";
|
NSString *NSFontFaceAttribute = @"NSFontFaceAttribute";
|
||||||
NSString *NSFontSizeAttribute = @"Size";
|
NSString *NSFontSizeAttribute = @"NSFontSizeAttribute";
|
||||||
NSString *NSFontVisibleNameAttribute = @"VisibleName";
|
NSString *NSFontVisibleNameAttribute = @"NSFontVisibleNameAttribute";
|
||||||
NSString *NSFontColorAttribute = @"Color";
|
NSString *NSFontColorAttribute = @"NSFontColorAttribute";
|
||||||
NSString *NSFontMatrixAttribute = @"Matrix";
|
NSString *NSFontMatrixAttribute = @"NSFontMatrixAttribute";
|
||||||
NSString *NSFontVariationAttribute = @"Variation";
|
NSString *NSFontVariationAttribute = @"NSCTFontVariationAttribute";
|
||||||
NSString *NSFontCharacterSetAttribute = @"CharacterSet";
|
NSString *NSFontCharacterSetAttribute = @"NSCTFontCharacterSetAttribute";
|
||||||
NSString *NSFontCascadeListAttribute = @"CascadeList";
|
NSString *NSFontCascadeListAttribute = @"NSCTFontCascadeListAttribute";
|
||||||
NSString *NSFontTraitsAttribute = @"Traits";
|
NSString *NSFontTraitsAttribute = @"NSCTFontTraitsAttribute";
|
||||||
NSString *NSFontFixedAdvanceAttribute = @"FixedAdvance";
|
NSString *NSFontFixedAdvanceAttribute = @"NSCTFontFixedAdvanceAttribute";
|
||||||
|
|
||||||
NSString *NSFontSymbolicTrait = @"SymbolicTrait";
|
NSString *NSFontSymbolicTrait = @"NSCTFontSymbolicTrait";
|
||||||
NSString *NSFontWeightTrait = @"WeightTrait";
|
NSString *NSFontWeightTrait = @"NSCTFontWeightTrait";
|
||||||
NSString *NSFontWidthTrait = @"WidthTrait";
|
NSString *NSFontWidthTrait = @"NSCTFontProportionTrait";
|
||||||
NSString *NSFontSlantTrait = @"SlantTrait";
|
NSString *NSFontSlantTrait = @"NSCTFontSlantTrait";
|
||||||
|
|
||||||
NSString *NSFontVariationAxisIdentifierKey = @"VariationAxisIdentifier";
|
NSString *NSFontVariationAxisIdentifierKey = @"NSCTFontVariationAxisIdentifier";
|
||||||
NSString *NSFontVariationAxisMinimumValueKey = @"VariationAxisMinimumValue";
|
NSString *NSFontVariationAxisMinimumValueKey = @"NSCTFontVariationAxisMinimumValue";
|
||||||
NSString *NSFontVariationAxisMaximumValueKey = @"VariationAxisMaximumValue";
|
NSString *NSFontVariationAxisMaximumValueKey = @"NSCTFontVariationAxisMaximumValue";
|
||||||
NSString *NSFontVariationAxisDefaultValueKey = @"VariationAxisDefaultValue";
|
NSString *NSFontVariationAxisDefaultValueKey = @"NSCTFontVariationAxisDefaultValue";
|
||||||
NSString *NSFontVariationAxisNameKey = @"VariationAxisName";
|
NSString *NSFontVariationAxisNameKey = @"NSCTFontVariationAxisName";
|
||||||
|
|
||||||
// NSScreen Global device dictionary key strings
|
// NSScreen Global device dictionary key strings
|
||||||
NSString *NSDeviceResolution = @"NSDeviceResolution";
|
NSString *NSDeviceResolution = @"NSDeviceResolution";
|
||||||
|
@ -312,57 +300,56 @@ NSString *NSPasteboardCommunicationException
|
||||||
= @"NSPasteboardCommunicationException";
|
= @"NSPasteboardCommunicationException";
|
||||||
|
|
||||||
// Printing Information Dictionary Keys
|
// Printing Information Dictionary Keys
|
||||||
NSString *NSPrintAllPages = @"PrintAllPages";
|
NSString *NSPrintAllPages = @"NSPrintAllPages";
|
||||||
NSString *NSPrintBottomMargin = @"PrintBottomMargin";
|
NSString *NSPrintBottomMargin = @"NSBottomMargin";
|
||||||
NSString *NSPrintCopies = @"PrintCopies";
|
NSString *NSPrintCopies = @"NSCopies";
|
||||||
NSString *NSPrintFaxCoverSheetName = @"PrintFaxCoverSheetName";
|
NSString *NSPrintFaxCoverSheetName = @"NSPrintFaxCoverSheetName";
|
||||||
NSString *NSPrintFaxHighResolution = @"PrintFaxHighResolution";
|
NSString *NSPrintFaxHighResolution = @"NSPrintFaxHighResolution";
|
||||||
NSString *NSPrintFaxModem = @"PrintFaxModem";
|
NSString *NSPrintFaxModem = @"NSPrintFaxModem";
|
||||||
NSString *NSPrintFaxReceiverNames = @"PrintFaxReceiverNames";
|
NSString *NSPrintFaxReceiverNames = @"NSPrintFaxReceiverNames";
|
||||||
NSString *NSPrintFaxReceiverNumbers = @"PrintFaxReceiverNumbers";
|
NSString *NSPrintFaxReceiverNumbers = @"NSPrintFaxReceiverNumbers";
|
||||||
NSString *NSPrintFaxReturnReceipt = @"PrintFaxReturnReceipt";
|
NSString *NSPrintFaxReturnReceipt = @"NSPrintFaxReturnReceipt";
|
||||||
NSString *NSPrintFaxSendTime = @"PrintFaxSendTime";
|
NSString *NSPrintFaxSendTime = @"NSPrintFaxSendTime";
|
||||||
NSString *NSPrintFaxTrimPageEnds = @"PrintFaxTrimPageEnds";
|
NSString *NSPrintFaxTrimPageEnds = @"NSPrintFaxTrimPageEnds";
|
||||||
NSString *NSPrintFaxUseCoverSheet = @"PrintFaxUseCoverSheet";
|
NSString *NSPrintFaxUseCoverSheet = @"NSPrintFaxUseCoverSheet";
|
||||||
NSString *NSPrintFirstPage = @"PrintFirstPage";
|
NSString *NSPrintFirstPage = @"NSFirstPage";
|
||||||
NSString *NSPrintHorizonalPagination = @"PrintHorizonalPagination";
|
NSString *NSPrintHorizonalPagination = @"NSHorizonalPagination";
|
||||||
NSString *NSPrintHorizontallyCentered = @"PrintHorizontallyCentered";
|
NSString *NSPrintHorizontallyCentered = @"NSHorizontallyCentered";
|
||||||
NSString *NSPrintJobDisposition = @"PrintJobDisposition";
|
NSString *NSPrintJobDisposition = @"NSJobDisposition";
|
||||||
NSString *NSPrintJobFeatures = @"PrintJobFeatures";
|
NSString *NSPrintJobFeatures = @"NSJobFeatures";
|
||||||
NSString *NSPrintLastPage = @"PrintLastPage";
|
NSString *NSPrintLastPage = @"NSLastPage";
|
||||||
NSString *NSPrintLeftMargin = @"PrintLeftMargin";
|
NSString *NSPrintLeftMargin = @"NSLeftMargin";
|
||||||
NSString *NSPrintManualFeed = @"PrintManualFeed";
|
NSString *NSPrintManualFeed = @"NSPrintManualFeed";
|
||||||
NSString *NSPrintMustCollate = @"PrintMustCollate";
|
NSString *NSPrintMustCollate = @"NSMustCollate";
|
||||||
NSString *NSPrintOrientation = @"PrintOrientation";
|
NSString *NSPrintOrientation = @"NSOrientation";
|
||||||
NSString *NSPrintPagesPerSheet = @"PrintPagesPerSheet";
|
NSString *NSPrintPagesPerSheet = @"NSPagesPerSheet";
|
||||||
NSString *NSPrintPaperFeed = @"PrintPaperFeed";
|
NSString *NSPrintPaperFeed = @"NSPaperFeed";
|
||||||
NSString *NSPrintPaperName = @"PrintPaperName";
|
NSString *NSPrintPaperName = @"NSPaperName";
|
||||||
NSString *NSPrintPaperSize = @"PrintPaperSize";
|
NSString *NSPrintPaperSize = @"NSPaperSize";
|
||||||
NSString *NSPrintPrinter = @"PrintPrinter";
|
NSString *NSPrintPrinter = @"NSPrinter";
|
||||||
NSString *NSPrintReversePageOrder = @"PrintReversePageOrder";
|
NSString *NSPrintReversePageOrder = @"NSReversePageOrder";
|
||||||
NSString *NSPrintRightMargin = @"PrintRightMargin";
|
NSString *NSPrintRightMargin = @"NSRightMargin";
|
||||||
NSString *NSPrintSavePath = @"PrintSavePath";
|
NSString *NSPrintSavePath = @"NSSavePath";
|
||||||
NSString *NSPrintScalingFactor = @"PrintScalingFactor";
|
NSString *NSPrintScalingFactor = @"NSScalingFactor";
|
||||||
NSString *NSPrintTopMargin = @"PrintTopMargin";
|
NSString *NSPrintTopMargin = @"NSTopMargin";
|
||||||
NSString *NSPrintHorizontalPagination = @"PrintHorizontalPagination";
|
NSString *NSPrintVerticalPagination = @"NSVerticalPagination";
|
||||||
NSString *NSPrintVerticalPagination = @"PrintVerticalPagination";
|
NSString *NSPrintVerticallyCentered = @"NSVerticallyCentered";
|
||||||
NSString *NSPrintVerticallyCentered = @"PrintVerticallyCentered";
|
NSString *NSPrintPagesAcross = @"NSPagesAcross";
|
||||||
NSString *NSPrintPagesAcross = @"PrintPagesAcross";
|
NSString *NSPrintPagesDown = @"NSPagesDown";
|
||||||
NSString *NSPrintPagesDown = @"PrintPagesDown";
|
NSString *NSPrintTime = @"NSPrintTime";
|
||||||
NSString *NSPrintTime = @"PrintTime";
|
NSString *NSPrintDetailedErrorReporting = @"NSDetailedErrorReporting";
|
||||||
NSString *NSPrintDetailedErrorReporting = @"PrintDetailedErrorReporting";
|
NSString *NSPrintFaxNumber = @"NSFaxNumber";
|
||||||
NSString *NSPrintFaxNumber = @"PrintFaxNumber";
|
NSString *NSPrintPrinterName = @"NSPrinterName";
|
||||||
NSString *NSPrintPrinterName = @"PrintPrinterName";
|
NSString *NSPrintHeaderAndFooter = @"NSPrintHeaderAndFooter";
|
||||||
NSString *NSPrintHeaderAndFooter = @"PrintHeaderAndFooter";
|
|
||||||
|
|
||||||
NSString *NSPrintPageDirection = @"NSPrintPageDirection";
|
NSString *NSPrintPageDirection = @"NSPrintPageDirection";
|
||||||
|
|
||||||
// Print Job Disposition Values
|
// Print Job Disposition Values
|
||||||
NSString *NSPrintCancelJob = @"PrintCancelJob";
|
NSString *NSPrintCancelJob = @"NSPrintCancelJob";
|
||||||
NSString *NSPrintFaxJob = @"PrintFaxJob";
|
NSString *NSPrintFaxJob = @"NSPrintFaxJob";
|
||||||
NSString *NSPrintPreviewJob = @"PrintPreviewJob";
|
NSString *NSPrintPreviewJob = @"NSPrintPreviewJob";
|
||||||
NSString *NSPrintSaveJob = @"PrintSaveJob";
|
NSString *NSPrintSaveJob = @"NSPrintSaveJob";
|
||||||
NSString *NSPrintSpoolJob = @"PrintSpoolJob";
|
NSString *NSPrintSpoolJob = @"NSPrintSpoolJob";
|
||||||
|
|
||||||
// Print Panel
|
// Print Panel
|
||||||
NSString *NSPrintPanelAccessorySummaryItemNameKey = @"name";
|
NSString *NSPrintPanelAccessorySummaryItemNameKey = @"name";
|
||||||
|
@ -424,15 +411,15 @@ NSString *NSViewAnimationFadeOutEffect = @"NSViewAnimationFadeOutEffect";
|
||||||
|
|
||||||
|
|
||||||
// NSMenu notifications
|
// NSMenu notifications
|
||||||
NSString* const NSMenuDidSendActionNotification = @"MenuDidSendAction";
|
NSString* const NSMenuDidSendActionNotification = @"NSMenuDidSendActionNotification";
|
||||||
NSString* const NSMenuWillSendActionNotification = @"MenuWillSendAction";
|
NSString* const NSMenuWillSendActionNotification = @"NSMenuWillSendActionNotification";
|
||||||
NSString* const NSMenuDidAddItemNotification = @"MenuDidAddItem";
|
NSString* const NSMenuDidAddItemNotification = @"NSMenuDidAddItemNotification";
|
||||||
NSString* const NSMenuDidRemoveItemNotification = @"MenuDidRemoveItem";
|
NSString* const NSMenuDidRemoveItemNotification = @"NSMenuDidRemoveItemNotification";
|
||||||
NSString* const NSMenuDidChangeItemNotification = @"MenuDidChangeItem";
|
NSString* const NSMenuDidChangeItemNotification = @"NSMenuDidChangeItemNotification";
|
||||||
|
|
||||||
// NSPopUpButton notification
|
// NSPopUpButton notification
|
||||||
NSString *NSPopUpButtonWillPopUpNotification = @"PopUpButtonWillPopUp";
|
NSString *NSPopUpButtonWillPopUpNotification = @"NSPopUpButtonWillPopUpNotification";
|
||||||
NSString *NSPopUpButtonCellWillPopUpNotification = @"PopUpButtonCellWillPopUp";
|
NSString *NSPopUpButtonCellWillPopUpNotification = @"NSPopUpButtonCellWillPopUpNotification";
|
||||||
|
|
||||||
// NSPopover notifications
|
// NSPopover notifications
|
||||||
NSString *NSPopoverWillShowNotification = @"NSPopoverWillShowNotification";
|
NSString *NSPopoverWillShowNotification = @"NSPopoverWillShowNotification";
|
||||||
|
@ -446,39 +433,39 @@ NSString *NSPopoverCloseReasonStandard = @"NSPopoverCloseReasonStandard";
|
||||||
NSString *NSPopoverCloseReasonDetachToWindow = @"NSPopoverCloseReasonDetachToWindow";
|
NSString *NSPopoverCloseReasonDetachToWindow = @"NSPopoverCloseReasonDetachToWindow";
|
||||||
|
|
||||||
// NSTable notifications
|
// NSTable notifications
|
||||||
NSString *NSTableViewSelectionDidChangeNotification = @"TableViewSelectionDidChange";
|
NSString *NSTableViewSelectionDidChangeNotification = @"NSTableViewSelectionDidChangeNotification";
|
||||||
NSString *NSTableViewColumnDidMoveNotification = @"TableViewColumnDidMove";
|
NSString *NSTableViewColumnDidMoveNotification = @"NSTableViewColumnDidMoveNotification";
|
||||||
NSString *NSTableViewColumnDidResizeNotification = @"TableViewColumnDidResize";
|
NSString *NSTableViewColumnDidResizeNotification = @"NSTableViewColumnDidResizeNotification";
|
||||||
NSString *NSTableViewSelectionIsChangingNotification = @"TableViewSelectionIsChanging";
|
NSString *NSTableViewSelectionIsChangingNotification = @"NSTableViewSelectionIsChangingNotification";
|
||||||
|
|
||||||
// NSOutlineView notifications
|
// NSOutlineView notifications
|
||||||
NSString *NSOutlineViewSelectionDidChangeNotification = @"OutlineViewSelectionDidChange";
|
NSString *NSOutlineViewSelectionDidChangeNotification = @"NSOutlineViewSelectionDidChangeNotification";
|
||||||
NSString *NSOutlineViewColumnDidMoveNotification = @"OutlineViewColumnDidMove";
|
NSString *NSOutlineViewColumnDidMoveNotification = @"NSOutlineViewColumnDidMoveNotification";
|
||||||
NSString *NSOutlineViewColumnDidResizeNotification = @"OutlineViewColumnDidResize";
|
NSString *NSOutlineViewColumnDidResizeNotification = @"NSOutlineViewColumnDidResizeNotification";
|
||||||
NSString *NSOutlineViewSelectionIsChangingNotification = @"OutlineViewSelectionIsChanging";
|
NSString *NSOutlineViewSelectionIsChangingNotification = @"NSOutlineViewSelectionIsChangingNotification";
|
||||||
NSString *NSOutlineViewItemDidExpandNotification = @"OutlineViewItemDidExpand";
|
NSString *NSOutlineViewItemDidExpandNotification = @"NSOutlineViewItemDidExpandNotification";
|
||||||
NSString *NSOutlineViewItemDidCollapseNotification = @"OutlineViewItemDidCollapse";
|
NSString *NSOutlineViewItemDidCollapseNotification = @"NSOutlineViewItemDidCollapseNotification";
|
||||||
NSString *NSOutlineViewItemWillExpandNotification = @"OutlineViewItemWillExpand";
|
NSString *NSOutlineViewItemWillExpandNotification = @"NSOutlineViewItemWillExpandNotification";
|
||||||
NSString *NSOutlineViewItemWillCollapseNotification = @"OutlineViewItemWillCollapse";
|
NSString *NSOutlineViewItemWillCollapseNotification = @"NSOutlineViewItemWillCollapseNotification";
|
||||||
|
|
||||||
// NSWindow notifications
|
// NSWindow notifications
|
||||||
NSString *NSWindowDidBecomeKeyNotification = @"WindowDidBecomeKey";
|
NSString *NSWindowDidBecomeKeyNotification = @"NSWindowDidBecomeKeyNotification";
|
||||||
NSString *NSWindowDidBecomeMainNotification = @"WindowDidBecomeMain";
|
NSString *NSWindowDidBecomeMainNotification = @"NSWindowDidBecomeMainNotification";
|
||||||
NSString *NSWindowDidChangeScreenNotification = @"WindowDidChangeScreen";
|
NSString *NSWindowDidChangeScreenNotification = @"NSWindowDidChangeScreenNotification";
|
||||||
NSString *NSWindowDidChangeScreenProfileNotification = @"NSWindowDidChangeScreenProfile";
|
NSString *NSWindowDidChangeScreenProfileNotification = @"NSWindowDidChangeScreenProfileNotification";
|
||||||
NSString *NSWindowDidDeminiaturizeNotification = @"WindowDidDeminiaturize";
|
NSString *NSWindowDidDeminiaturizeNotification = @"NSWindowDidDeminiaturizeNotification";
|
||||||
NSString *NSWindowDidEndSheetNotification = @"NSWindowDidEndSheet";
|
NSString *NSWindowDidEndSheetNotification = @"NSWindowDidEndSheetNotification";
|
||||||
NSString *NSWindowDidExposeNotification = @"WindowDidExpose";
|
NSString *NSWindowDidExposeNotification = @"NSWindowDidExposeNotification";
|
||||||
NSString *NSWindowDidMiniaturizeNotification = @"WindowDidMiniaturize";
|
NSString *NSWindowDidMiniaturizeNotification = @"NSWindowDidMiniaturizeNotification";
|
||||||
NSString *NSWindowDidMoveNotification = @"WindowDidMove";
|
NSString *NSWindowDidMoveNotification = @"NSWindowDidMoveNotification";
|
||||||
NSString *NSWindowDidResignKeyNotification = @"WindowDidResignKey";
|
NSString *NSWindowDidResignKeyNotification = @"NSWindowDidResignKeyNotification";
|
||||||
NSString *NSWindowDidResignMainNotification = @"WindowDidResignMain";
|
NSString *NSWindowDidResignMainNotification = @"NSWindowDidResignMainNotification";
|
||||||
NSString *NSWindowDidResizeNotification = @"WindowDidResize";
|
NSString *NSWindowDidResizeNotification = @"NSWindowDidResizeNotification";
|
||||||
NSString *NSWindowDidUpdateNotification = @"WindowDidUpdate";
|
NSString *NSWindowDidUpdateNotification = @"NSWindowDidUpdateNotification";
|
||||||
NSString *NSWindowWillBeginSheetNotification = @"NSWindowWillBeginSheet";
|
NSString *NSWindowWillBeginSheetNotification = @"NSWindowWillBeginSheetNotification";
|
||||||
NSString *NSWindowWillCloseNotification = @"WindowWillClose";
|
NSString *NSWindowWillCloseNotification = @"NSWindowWillCloseNotification";
|
||||||
NSString *NSWindowWillMiniaturizeNotification = @"WindowWillMiniaturize";
|
NSString *NSWindowWillMiniaturizeNotification = @"NSWindowWillMiniaturizeNotification";
|
||||||
NSString *NSWindowWillMoveNotification = @"WindowWillMove";
|
NSString *NSWindowWillMoveNotification = @"NSWindowWillMoveNotification";
|
||||||
|
|
||||||
// Workspace File Type Globals
|
// Workspace File Type Globals
|
||||||
NSString *NSPlainFileType = @"NSPlainFileType";
|
NSString *NSPlainFileType = @"NSPlainFileType";
|
||||||
|
@ -488,16 +475,16 @@ NSString *NSFilesystemFileType = @"NSFilesystemFileType";
|
||||||
NSString *NSShellCommandFileType = @"NSShellCommandFileType";
|
NSString *NSShellCommandFileType = @"NSShellCommandFileType";
|
||||||
|
|
||||||
// Workspace File Operation Globals
|
// Workspace File Operation Globals
|
||||||
NSString *NSWorkspaceCompressOperation = @"NSWorkspaceCompressOperation";
|
NSString *NSWorkspaceCompressOperation = @"compress";
|
||||||
NSString *NSWorkspaceCopyOperation = @"NSWorkspaceCopyOperation";
|
NSString *NSWorkspaceCopyOperation = @"copy";
|
||||||
NSString *NSWorkspaceDecompressOperation = @"NSWorkspaceDecompressOperation";
|
NSString *NSWorkspaceDecompressOperation = @"decompress";
|
||||||
NSString *NSWorkspaceDecryptOperation = @"NSWorkspaceDecryptOperation";
|
NSString *NSWorkspaceDecryptOperation = @"decrypt";
|
||||||
NSString *NSWorkspaceDestroyOperation = @"NSWorkspaceDestroyOperation";
|
NSString *NSWorkspaceDestroyOperation = @"destroy";
|
||||||
NSString *NSWorkspaceDuplicateOperation = @"NSWorkspaceDuplicateOperation";
|
NSString *NSWorkspaceDuplicateOperation = @"duplicate";
|
||||||
NSString *NSWorkspaceEncryptOperation = @"NSWorkspaceEncryptOperation";
|
NSString *NSWorkspaceEncryptOperation = @"encrypt";
|
||||||
NSString *NSWorkspaceLinkOperation = @"NSWorkspaceLinkOperation";
|
NSString *NSWorkspaceLinkOperation = @"link";
|
||||||
NSString *NSWorkspaceMoveOperation = @"NSWorkspaceMoveOperation";
|
NSString *NSWorkspaceMoveOperation = @"move";
|
||||||
NSString *NSWorkspaceRecycleOperation = @"NSWorkspaceRecycleOperation";
|
NSString *NSWorkspaceRecycleOperation = @"recycle";
|
||||||
|
|
||||||
// NSWorkspace notifications
|
// NSWorkspace notifications
|
||||||
NSString *NSWorkspaceDidLaunchApplicationNotification =
|
NSString *NSWorkspaceDidLaunchApplicationNotification =
|
||||||
|
@ -527,31 +514,31 @@ NSString *NSWorkspaceWillSleepNotification =
|
||||||
/*
|
/*
|
||||||
* NSStringDrawing NSAttributedString additions
|
* NSStringDrawing NSAttributedString additions
|
||||||
*/
|
*/
|
||||||
NSString *NSAttachmentAttributeName = @"NSAttachmentAttributeName";
|
NSString *NSAttachmentAttributeName = @"NSAttachment";
|
||||||
NSString *NSBackgroundColorAttributeName = @"NSBackgroundColorAttributeName";
|
NSString *NSBackgroundColorAttributeName = @"NSBackgroundColor";
|
||||||
NSString *NSBaselineOffsetAttributeName = @"NSBaselineOffsetAttributeName";
|
NSString *NSBaselineOffsetAttributeName = @"NSBaselineOffset";
|
||||||
NSString *NSCursorAttributeName = @"NSCursorAttributeName";
|
NSString *NSCursorAttributeName = @"NSCursor";
|
||||||
NSString *NSExpansionAttributeName = @"NSExpansionAttributeName";
|
NSString *NSExpansionAttributeName = @"NSExpansion";
|
||||||
NSString *NSFontAttributeName = @"NSFontAttributeName";
|
NSString *NSFontAttributeName = @"NSFont";
|
||||||
NSString *NSForegroundColorAttributeName = @"NSForegroundColorAttributeName";
|
NSString *NSForegroundColorAttributeName = @"NSColor";
|
||||||
NSString *NSKernAttributeName = @"NSKernAttributeName";
|
NSString *NSKernAttributeName = @"NSKern";
|
||||||
NSString *NSLigatureAttributeName = @"NSLigatureAttributeName";
|
NSString *NSLigatureAttributeName = @"NSLigature";
|
||||||
NSString *NSLinkAttributeName = @"NSLinkAttributeName";
|
NSString *NSLinkAttributeName = @"NSLink";
|
||||||
NSString *NSObliquenessAttributeName = @"NSObliquenessAttributeName";
|
NSString *NSObliquenessAttributeName = @"NSObliqueness";
|
||||||
NSString *NSParagraphStyleAttributeName = @"NSParagraphStyleAttributeName";
|
NSString *NSParagraphStyleAttributeName = @"NSParagraphStyle";
|
||||||
NSString *NSShadowAttributeName = @"NSShadowAttributeName";
|
NSString *NSShadowAttributeName = @"NSShadow";
|
||||||
NSString *NSStrikethroughColorAttributeName
|
NSString *NSStrikethroughColorAttributeName
|
||||||
= @"NSStrikethroughColorAttributeName";
|
= @"NSStrikethroughColor";
|
||||||
NSString *NSStrikethroughStyleAttributeName = @"NSStrikethroughStyleAttributeName";
|
NSString *NSStrikethroughStyleAttributeName = @"NSStrikethrough";
|
||||||
NSString *NSStrokeColorAttributeName = @"NSStrokeColorAttributeName";
|
NSString *NSStrokeColorAttributeName = @"NSStrokeColor";
|
||||||
NSString *NSStrokeWidthAttributeName = @"NSStrokeWidthAttributeName";
|
NSString *NSStrokeWidthAttributeName = @"NSStrokeWidth";
|
||||||
NSString *NSSuperscriptAttributeName = @"NSSuperscriptAttributeName";
|
NSString *NSSuperscriptAttributeName = @"NSSuperScript";
|
||||||
NSString *NSToolTipAttributeName = @"NSToolTipAttributeName";
|
NSString *NSToolTipAttributeName = @"NSToolTip";
|
||||||
NSString *NSUnderlineColorAttributeName = @"NSUnderlineColorAttributeName";
|
NSString *NSUnderlineColorAttributeName = @"NSUnderlineColor";
|
||||||
NSString *NSUnderlineStyleAttributeName = @"NSUnderlineStyleAttributeName";
|
NSString *NSUnderlineStyleAttributeName = @"NSUnderline";
|
||||||
|
|
||||||
NSString *NSCharacterShapeAttributeName = @"CharacterShape";
|
NSString *NSCharacterShapeAttributeName = @"NSCharacterShape";
|
||||||
NSString *NSGlyphInfoAttributeName = @"GlyphInfo";
|
NSString *NSGlyphInfoAttributeName = @"NSGlyphInfo";
|
||||||
|
|
||||||
NSString *NSPaperSizeDocumentAttribute = @"PaperSize";
|
NSString *NSPaperSizeDocumentAttribute = @"PaperSize";
|
||||||
NSString *NSLeftMarginDocumentAttribute = @"LeftMargin";
|
NSString *NSLeftMarginDocumentAttribute = @"LeftMargin";
|
||||||
|
@ -587,43 +574,43 @@ const unsigned NSSpellingStateSpellingFlag = 1;
|
||||||
const unsigned NSSpellingStateGrammarFlag = 2;
|
const unsigned NSSpellingStateGrammarFlag = 2;
|
||||||
|
|
||||||
|
|
||||||
NSString *NSPlainTextDocumentType = @"PlainText";
|
NSString *NSPlainTextDocumentType = @"NSPlainText";
|
||||||
NSString *NSRTFTextDocumentType = @"RTF";
|
NSString *NSRTFTextDocumentType = @"NSRTF";
|
||||||
NSString *NSRTFDTextDocumentType = @"RTFD";
|
NSString *NSRTFDTextDocumentType = @"NSRTFD";
|
||||||
NSString *NSMacSimpleTextDocumentType = @"SimpleText";
|
NSString *NSMacSimpleTextDocumentType = @"NSMacSimpleText";
|
||||||
NSString *NSHTMLTextDocumentType = @"HTML";
|
NSString *NSHTMLTextDocumentType = @"NSHTML";
|
||||||
NSString *NSDocFormatTextDocumentType = @"Doc";
|
NSString *NSDocFormatTextDocumentType = @"NSDocFormat";
|
||||||
NSString *NSWordMLTextDocumentType = @"WordML";
|
NSString *NSWordMLTextDocumentType = @"NSWordML";
|
||||||
|
|
||||||
NSString *NSExcludedElementsDocumentAttribute = @"ExcludedElements";
|
NSString *NSExcludedElementsDocumentAttribute = @"ExcludedElements";
|
||||||
NSString *NSTextEncodingNameDocumentAttribute = @"TextEncoding";
|
NSString *NSTextEncodingNameDocumentAttribute = @"TextEncodingName";
|
||||||
NSString *NSPrefixSpacesDocumentAttribute = @"PrefixSpaces";
|
NSString *NSPrefixSpacesDocumentAttribute = @"PrefixSpaces";
|
||||||
|
|
||||||
NSString *NSBaseURLDocumentOption = @"BaseURL";
|
NSString *NSBaseURLDocumentOption = @"BaseURL";
|
||||||
NSString *NSCharacterEncodingDocumentOption = @"CharacterEncoding";
|
NSString *NSCharacterEncodingDocumentOption = @"CharacterEncoding";
|
||||||
NSString *NSDefaultAttributesDocumentOption = @"DefaultAttributes";
|
NSString *NSDefaultAttributesDocumentOption = @"DefaultAttributes";
|
||||||
NSString *NSDocumentTypeDocumentOption = @"DocumentType";
|
NSString *NSDocumentTypeDocumentOption = @"DocumentType";
|
||||||
NSString *NSTextEncodingNameDocumentOption = @"TextEncoding";
|
NSString *NSTextEncodingNameDocumentOption = @"TextEncodingName";
|
||||||
NSString *NSTextSizeMultiplierDocumentOption = @"TextSizeMultiplier";
|
NSString *NSTextSizeMultiplierDocumentOption = @"TextSizeMultiplier";
|
||||||
NSString *NSTimeoutDocumentOption = @"Timeout";
|
NSString *NSTimeoutDocumentOption = @"Timeout";
|
||||||
NSString *NSWebPreferencesDocumentOption = @"WebPreferences";
|
NSString *NSWebPreferencesDocumentOption = @"WebPreferences";
|
||||||
NSString *NSWebResourceLoadDelegateDocumentOption = @"WebResourceLoadDelegate";
|
NSString *NSWebResourceLoadDelegateDocumentOption = @"WebResourceLoadDelegate";
|
||||||
|
|
||||||
// NSTextTab
|
// NSTextTab
|
||||||
NSString *NSTabColumnTerminatorsAttributeName = @"TabColumnTerminatorsAttributeName";
|
NSString *NSTabColumnTerminatorsAttributeName = @"NSTabColumnTerminatorsAttributeName";
|
||||||
|
|
||||||
// NSToolbar notifications
|
// NSToolbar notifications
|
||||||
NSString *NSToolbarDidRemoveItemNotification = @"NSToolbarDidRemoveItemNotification";
|
NSString *NSToolbarDidRemoveItemNotification = @"NSToolbarDidRemoveItemNotification";
|
||||||
NSString *NSToolbarWillAddItemNotification = @"NSToolbarWillAddItemNotification";
|
NSString *NSToolbarWillAddItemNotification = @"NSToolbarWillAddItemNotification";
|
||||||
|
|
||||||
// NSToolbarItem constants
|
// NSToolbarItem constants
|
||||||
NSString *NSToolbarSeparatorItemIdentifier = @"NSToolbarSeparatorItemIdentifier";
|
NSString *NSToolbarSeparatorItemIdentifier = @"NSToolbarSeparatorItem";
|
||||||
NSString *NSToolbarSpaceItemIdentifier = @"NSToolbarSpaceItemIdentifier";
|
NSString *NSToolbarSpaceItemIdentifier = @"NSToolbarSpaceItem";
|
||||||
NSString *NSToolbarFlexibleSpaceItemIdentifier = @"NSToolbarFlexibleSpaceItemIdentifier";
|
NSString *NSToolbarFlexibleSpaceItemIdentifier = @"NSToolbarFlexibleSpaceItem";
|
||||||
NSString *NSToolbarShowColorsItemIdentifier = @"NSToolbarShowColorsItemIdentifier";
|
NSString *NSToolbarShowColorsItemIdentifier = @"NSToolbarShowColorsItem";
|
||||||
NSString *NSToolbarShowFontsItemIdentifier = @"NSToolbarShowFontsItemIdentifier";
|
NSString *NSToolbarShowFontsItemIdentifier = @"NSToolbarShowFontsItem";
|
||||||
NSString *NSToolbarCustomizeToolbarItemIdentifier = @"NSToolbarCustomizeToolbarItemIdentifier";
|
NSString *NSToolbarCustomizeToolbarItemIdentifier = @"NSToolbarCustomizeToolbarItem";
|
||||||
NSString *NSToolbarPrintItemIdentifier = @"NSToolbarPrintItemIdentifier";
|
NSString *NSToolbarPrintItemIdentifier = @"NSToolbarPrintItem";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* NSTextView userInfo for notifications
|
* NSTextView userInfo for notifications
|
||||||
|
@ -709,10 +696,10 @@ NSString *NSTitleBinding = @"title";
|
||||||
NSString *NSToolTipBinding = @"toolTip";
|
NSString *NSToolTipBinding = @"toolTip";
|
||||||
NSString *NSValueBinding = @"value";
|
NSString *NSValueBinding = @"value";
|
||||||
|
|
||||||
// FIXME: Need to defined!
|
// FIXME: Need to define class _NSStateMarker!
|
||||||
id NSMultipleValuesMarker = @"NSMultipleValuesMarker";
|
id NSMultipleValuesMarker = @"<MULTIPLE VALUES MARKER>";
|
||||||
id NSNoSelectionMarker = @"NSNoSelectionMarker";
|
id NSNoSelectionMarker = @"<NO SELECTION MARKER>";
|
||||||
id NSNotApplicableMarker = @"NSNotApplicableMarker";
|
id NSNotApplicableMarker = @"<NOT APPLICABLE MARKER>";
|
||||||
|
|
||||||
|
|
||||||
// NSNib
|
// NSNib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue