![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<?xml version="1.0"?> <!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> <gsdoc base="TypesAndConstants" up="Gui"> <head> <title>Typedefs</title> <author name="Generated by Debian"></author> </head> <body> <front><contents /></front> <!--StartTypedefs--> <!--StartNSApplicationTypedefs--> <chapter> <heading>NSApplication types</heading> <p></p> <type type="NSUInteger" name="NSApplicationDelegateReply" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSApplicationPresentationOptions" name="NSApplicationPresentationOptions" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSApplicationPrintReply" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSApplicationTerminateReply" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSModalResponse" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="struct _NSModalSession*" name="NSModalSession" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSRequestUserAttentionType" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSApplicationTypedefs--> <!--StartNSAttributedStringTypedefs--> <chapter> <heading>NSAttributedString types</heading> <p></p> <type type="NSInteger" name="NSWritingDirectionFormatType" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSAttributedStringTypedefs--> <!--StartNSBezierPathTypedefs--> <chapter> <heading>NSBezierPath types</heading> <p></p> <type type="enum ..." name="NSBezierPathElement" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum ..." name="NSLineCapStyle" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum ..." name="NSLineJoinStyle" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum ..." name="NSWindingRule" ovadd="1.0.0"> <desc> A winding rule defines which points are considered inside and which points are considered outside a path. <deflist> <term>NSNonZeroWindingRule</term> <desc> A point is inside the path iff the winding count at the point is non-zero. </desc> <term>NSEvenOddWindingRule</term> <desc> A point is inside the path iff the winding count at the point is odd. </desc> </deflist> <deflist> <term><em>NSNonZeroWindingRule</em></term> <desc></desc> <term><em>NSEvenOddWindingRule</em></term> <desc></desc> </deflist> </desc> </type> </chapter> <!--EndNSBezierPathTypedefs--> <!--StartNSBitmapImageRepTypedefs--> <chapter> <heading>NSBitmapImageRep types</heading> <p></p> <type type="enum _NSBitmapFormat" name="NSBitmapFormat" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSBitmapImageFileType" name="NSBitmapImageFileType" ovadd="10.0.0"> <desc> Type of image <list> <item>NSTIFFFileType;</item> <item>NSBMPFileType; Not implemented</item> <item>NSGIFFileType;</item> <item>NSJPEGFileType;</item> <item>NSPNGFileType;</item> <item>NSJPEG2000FileType. Not implemented</item> </list> <deflist> <term><em>NSTIFFFileType</em></term> <desc></desc> <term><em>NSBMPFileType</em></term> <desc></desc> <term><em>NSGIFFileType</em></term> <desc></desc> <term><em>NSJPEGFileType</em></term> <desc></desc> <term><em>NSPNGFileType</em></term> <desc></desc> <term><em>NSJPEG2000FileType</em></term> <desc></desc> </deflist> </desc> </type> <type type="enum _NSImageRepLoadStatus" name="NSImageRepLoadStatus" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTIFFCompression" name="NSTIFFCompression" ovadd="1.0.0"> <desc> Describes the type of compression used on an image. Possible compressions: <list> <item>NSTIFFCompressionNone;</item> <item>NSTIFFCompressionCCITTFAX3;</item> <item>NSTIFFCompressionCCITFAX4;</item> <item>NSTIFFCompressionLZW;</item> <item>NSTIFFCompressionJPEG;</item> <item>NSTIFFCompressionNEXT;</item> <item>NSTIFFCompressionPackBits.</item> <item>NSTIFFCompressionOldJPEG;</item> </list> <deflist> <term><em>NSTIFFCompressionNone</em></term> <desc></desc> <term><em>NSTIFFCompressionCCITTFAX3</em></term> <desc></desc> <term><em>NSTIFFCompressionCCITTFAX4</em></term> <desc></desc> <term><em>NSTIFFCompressionLZW</em></term> <desc></desc> <term><em>NSTIFFCompressionJPEG</em></term> <desc></desc> <term><em>NSTIFFCompressionNEXT</em></term> <desc></desc> <term><em>NSTIFFCompressionPackBits</em></term> <desc></desc> <term><em>NSTIFFCompressionOldJPEG</em></term> <desc></desc> </deflist> </desc> </type> </chapter> <!--EndNSBitmapImageRepTypedefs--> <!--StartNSBoxTypedefs--> <chapter> <heading>NSBox types</heading> <p></p> <type type="enum _NSBoxType" name="NSBoxType" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTitlePosition" name="NSTitlePosition" ovadd="1.0.0"> <desc> Title positioning of an NSBox: <list> <item>NSNoTitle</item> <item>NSAboveTop</item> <item>NSAtTop</item> <item>NSBelowTop</item> <item>NSAboveBottom</item> <item>NSAtBottom</item> <item>NSBelowBottom</item> </list> <deflist> <term><em>NSNoTitle</em></term> <desc></desc> <term><em>NSAboveTop</em></term> <desc></desc> <term><em>NSAtTop</em></term> <desc></desc> <term><em>NSBelowTop</em></term> <desc></desc> <term><em>NSAboveBottom</em></term> <desc></desc> <term><em>NSAtBottom</em></term> <desc></desc> <term><em>NSBelowBottom</em></term> <desc></desc> </deflist> </desc> </type> </chapter> <!--EndNSBoxTypedefs--> <!--StartNSBrowserTypedefs--> <chapter> <heading>NSBrowser types</heading> <p></p> <type type="NSUInteger" name="NSBrowserColumnResizingType" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSBrowserTypedefs--> <!--StartNSButtonCellTypedefs--> <chapter> <heading>NSButtonCell types</heading> <p></p> <type type="enum _NSBezelStyle" name="NSBezelStyle" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSButtonType" name="NSButtonType" ovadd="1.0.0"> <desc> Type of button in an NSButton or NSButtonCell. <deflist> <term>NSMomentaryPushInButton</term> <desc> <em>Default button type!</em> Pushed in and lit when mouse is down, pushed out and unlit when mouse is release. </desc> <term>NSPushOnPushOffButton</term> <desc> Used to show/store ON / OFF states. In when ON, out when OFF. </desc> <term>NSToggleButton</term> <desc> Like NSPushOnPushOffButton but images is changed for ON and OFF state. </desc> <term>NSSwitchButton</term> <desc>A borderless NSToggleButton</desc> <term>NSRadioButton</term> <desc> A type of NSSwitchButton similar to a Microsoft Windows radio button. </desc> <term>NSMomentaryChangeButton</term> <desc> Image of button changes on mouse down and then changes back once released. </desc> <term>NSOnOffButton</term> <desc> Simple ON / OFF button. First click lights the button, seconds click unlights it. </desc> <term>NSMomentaryLightButton</term> <desc> Like NSMomentaryPushInButton but button is not pushed in on mouse down </desc> <term>NSMomentaryLight</term> <desc> Same as NSMomentaryPushInButton. Has been depricated in Cocoa. </desc> <term>NSMomentaryPushButton</term> <desc> Same as NSMomentaryLightButton. Has been depricated in Cocoa. </desc> </deflist> <deflist> <term><em>NSMomentaryLightButton</em></term> <desc></desc> <term><em>NSPushOnPushOffButton</em></term> <desc></desc> <term><em>NSToggleButton</em></term> <desc></desc> <term><em>NSSwitchButton</em></term> <desc></desc> <term><em>NSRadioButton</em></term> <desc></desc> <term><em>NSMomentaryChangeButton</em></term> <desc></desc> <term><em>NSOnOffButton</em></term> <desc></desc> <term><em>NSMomentaryPushInButton</em></term> <desc></desc> <term><em>GS_API_LATEST</em></term> <desc></desc> <term><em>NSMultiLevelAcceleratorButton</em></term> <desc></desc> <term><em>NSMomentaryPushButton</em></term> <desc></desc> </deflist> </desc> </type> <type type="enum _NSGradientType" name="NSGradientType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSButtonCellTypedefs--> <!--StartNSCellTypedefs--> <chapter> <heading>NSCell types</heading> <p></p> <type type="NSUInteger" name="NSCellAttribute" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSCellImagePosition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSCellStateValue" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSCellType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSImageScaling" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSCellTypedefs--> <!--StartNSColorTypedefs--> <chapter> <heading>NSColor types</heading> <p></p> <type type="struct CGColor*" name="CGColorRef" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSControlSize" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSControlTint" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSColorTypedefs--> <!--StartNSCursorTypedefs--> <chapter> <heading>NSCursor types</heading> <p></p> <type type="enum ..." name="GSCursorTypes" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSCursorTypedefs--> <!--StartNSDataLinkTypedefs--> <chapter> <heading>NSDataLink types</heading> <p></p> <type type="enum _NSDataLinkDisposition" name="NSDataLinkDisposition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="int" name="NSDataLinkNumber" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSDataLinkUpdateMode" name="NSDataLinkUpdateMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSDataLinkTypedefs--> <!--StartNSDocumentTypedefs--> <chapter> <heading>NSDocument types</heading> <p></p> <type type="enum _NSDocumentChangeType" name="NSDocumentChangeType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSSaveOperationType" name="NSSaveOperationType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSDocumentTypedefs--> <!--StartNSEventTypedefs--> <chapter> <heading>NSEvent types</heading> <p></p> <type type="enum ..." name="GSAppKitSubtype" ovadd="0.0.0" ovrem="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSEventButtonMask" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSEventGestureAxis" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="unsigned long long int" name="NSEventMask" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSEventModifierFlags" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSEventPhase" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSEventSwipeTrackingOptions" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSEventType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSPointingDeviceType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSEventTypedefs--> <!--StartNSFileWrapperTypedefs--> <chapter> <heading>NSFileWrapper types</heading> <p></p> <type type="enum ..." name="GSFileWrapperType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSFileWrapperReadingOptions" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSFileWrapperWritingOptions" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSFileWrapperTypedefs--> <!--StartNSFontTypedefs--> <chapter> <heading>NSFont types</heading> <p></p> <type type="enum _NSFontRenderingMode" name="NSFontRenderingMode" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="CGFloat" name="NSFontWeight" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="unsigned int" name="NSGlyph" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSGlyphRelation" name="NSGlyphRelation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSMultibyteGlyphPacking" name="NSMultibyteGlyphPacking" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSFontTypedefs--> <!--StartNSFontManagerTypedefs--> <chapter> <heading>NSFontManager types</heading> <p></p> <type type="enum ..." name="NSFontTag" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="unsigned int" name="NSFontTraitMask" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSFontManagerTypedefs--> <!--StartNSGraphicsContextTypedefs--> <chapter> <heading>NSGraphicsContext types</heading> <p></p> <type type="struct CGContext*" name="CGContextRef" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _GSColorSpace" name="GSColorSpace" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _GSTextDrawingMode" name="GSTextDrawingMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _GSWindowInputState" name="GSWindowInputState" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSBackingStoreType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSCompositingOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSImageInterpolation" name="NSImageInterpolation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="int" name="NSWindowDepth" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSWindowOrderingMode" name="NSWindowOrderingMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSGraphicsContextTypedefs--> <!--StartNSImageTypedefs--> <chapter> <heading>NSImage types</heading> <p></p> <type type="enum ..." name="NSImageCacheMode" ovadd="1.0.0"> <desc> Defines how an NSImage is to be cached. Possible values are: <list> <item>NSImageCacheDefault</item> <item>NSImageCacheAlways</item> <item>NSImageCacheBySize</item> <item>NSImageCacheNever</item> </list> <p> See Also: </p> <list> <item> <ref type="method" id="-setCacheMode:"> -setCacheMode: </ref> </item> <item> <ref type="method" id="-cacheMode"> -cacheMode </ref> </item> </list> <deflist> <term><em>NSImageCacheDefault</em></term> <desc></desc> <term><em>NSImageCacheAlways</em></term> <desc></desc> <term><em>NSImageCacheBySize</em></term> <desc></desc> <term><em>NSImageCacheNever</em></term> <desc></desc> </deflist> </desc> </type> </chapter> <!--EndNSImageTypedefs--> <!--StartNSImageCellTypedefs--> <chapter> <heading>NSImageCell types</heading> <p></p> <type type="enum ..." name="NSImageAlignment" ovadd="1.0.0"> <desc> <p> Enumeration of the ways that you can align an image inside an NSImageCell when the image is not taking up all the space inside the cell (for example, because you are using NSScaleNone or NSScaleProportionally and the cell size is bigger than the natural image size). The available ones are: <code> NSImageAlignCenter, NSImageAlignTop, NSImageAlignTopLeft, NSImageAlignTopRight, NSImageAlignLeft, NSImageAlignBottom, NSImageAlignBottomLeft, NSImageAlignBottomRight, NSImageAlignRight </code> . </p> <deflist> <term><em>NSImageAlignCenter</em></term> <desc></desc> <term><em>NSImageAlignTop</em></term> <desc></desc> <term><em>NSImageAlignTopLeft</em></term> <desc></desc> <term><em>NSImageAlignTopRight</em></term> <desc></desc> <term><em>NSImageAlignLeft</em></term> <desc></desc> <term><em>NSImageAlignBottom</em></term> <desc></desc> <term><em>NSImageAlignBottomLeft</em></term> <desc></desc> <term><em>NSImageAlignBottomRight</em></term> <desc></desc> <term><em>NSImageAlignRight</em></term> <desc></desc> </deflist> </desc> </type> <type type="enum ..." name="NSImageFrameStyle" ovadd="1.0.0"> <desc> <p> Enumeration of the types of frame that can be used in an NSImageCell. The available ones are: <code> NSImageFrameNone, NSImageFramePhoto, NSImageFrameGrayBezel, NSImageFrameGroove, NSImageFrameButton </code> . </p> <deflist> <term><em>NSImageFrameNone</em></term> <desc></desc> <term><em>NSImageFramePhoto</em></term> <desc></desc> <term><em>NSImageFrameGrayBezel</em></term> <desc></desc> <term><em>NSImageFrameGroove</em></term> <desc></desc> <term><em>NSImageFrameButton</em></term> <desc></desc> </deflist> </desc> </type> </chapter> <!--EndNSImageCellTypedefs--> <!--StartNSImageRepTypedefs--> <chapter> <heading>NSImageRep types</heading> <p></p> <type type="struct CGImage*" name="CGImageRef" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSImageRepTypedefs--> <!--StartNSInterfaceStyleTypedefs--> <chapter> <heading>NSInterfaceStyle types</heading> <p></p> <type type="enum ..." name="NSInterfaceStyle" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSInterfaceStyleTypedefs--> <!--StartNSLayoutManagerTypedefs--> <chapter> <heading>NSLayoutManager types</heading> <p></p> <type type="enum ..." name="GSInsertionPointMovementDirection" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSLayoutManagerTypedefs--> <!--StartNSMatrixTypedefs--> <chapter> <heading>NSMatrix types</heading> <p></p> <type type="enum _NSMatrixMode" name="NSMatrixMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSMatrixTypedefs--> <!--StartNSMenuItemCellTypedefs--> <chapter> <heading>NSMenuItemCell types</heading> <p></p> <type type="void(*" name="DrawingIMP" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSMenuItemCellTypedefs--> <!--StartNSOpenGLTypedefs--> <chapter> <heading>NSOpenGL types</heading> <p></p> <type type="enum ..." name="NSOpenGLContextParameter" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum ..." name="NSOpenGLGlobalOption" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum ..." name="NSOpenGLPixelFormatAttribute" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSOpenGLTypedefs--> <!--StartNSParagraphStyleTypedefs--> <chapter> <heading>NSParagraphStyle types</heading> <p></p> <type type="NSUInteger" name="NSLineBreakMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTextTabType" name="NSTextTabType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSWritingDirection" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSParagraphStyleTypedefs--> <!--StartNSPasteboardTypedefs--> <chapter> <heading>NSPasteboard types</heading> <p></p> <type type="NSUInteger" name="NSPasteboardReadingOptions" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSPasteboardWritingOptions" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSPasteboardTypedefs--> <!--StartNSPopUpButtonCellTypedefs--> <chapter> <heading>NSPopUpButtonCell types</heading> <p></p> <type type="enum ..." name="NSPopUpArrowPosition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSPopUpButtonCellTypedefs--> <!--StartNSPrintInfoTypedefs--> <chapter> <heading>NSPrintInfo types</heading> <p></p> <type type="enum _NSPrintingOrientation" name="NSPrintingOrientation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSPrintingPaginationMode" name="NSPrintingPaginationMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSPrintInfoTypedefs--> <!--StartNSPrintOperationTypedefs--> <chapter> <heading>NSPrintOperation types</heading> <p></p> <type type="enum _NSPrintingPageOrder" name="NSPrintingPageOrder" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSPrintOperationTypedefs--> <!--StartNSPrintPanelTypedefs--> <chapter> <heading>NSPrintPanel types</heading> <p></p> <type type="NSInteger" name="NSPrintPanelOptions" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSPrintPanelTypedefs--> <!--StartNSPrinterTypedefs--> <chapter> <heading>NSPrinter types</heading> <p></p> <type type="enum _NSPrinterTableStatus" name="NSPrinterTableStatus" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSPrinterTypedefs--> <!--StartNSProgressIndicatorTypedefs--> <chapter> <heading>NSProgressIndicator types</heading> <p></p> <type type="enum _NSProgressIndicatorStyle" name="NSProgressIndicatorStyle" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSProgressIndicatorThickness" name="NSProgressIndicatorThickness" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSProgressIndicatorTypedefs--> <!--StartNSRulerViewTypedefs--> <chapter> <heading>NSRulerView types</heading> <p></p> <type type="enum ..." name="NSRulerOrientation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSRulerViewTypedefs--> <!--StartNSScrollViewTypedefs--> <chapter> <heading>NSScrollView types</heading> <p></p> <type type="NSInteger" name="NSScrollElasticity" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSScrollViewTypedefs--> <!--StartNSScrollerTypedefs--> <chapter> <heading>NSScroller types</heading> <p></p> <type type="NSUInteger" name="NSScrollArrowPosition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSScrollerArrow" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSScrollerKnobStyle" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSScrollerPart" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSScrollerStyle" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSUsableScrollerParts" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSScrollerTypedefs--> <!--StartNSSliderCellTypedefs--> <chapter> <heading>NSSliderCell types</heading> <p></p> <type type="enum _NSSliderType" name="NSSliderType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTickMarkPosition" name="NSTickMarkPosition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSSliderCellTypedefs--> <!--StartNSSpellCheckerTypedefs--> <chapter> <heading>NSSpellChecker types</heading> <p></p> <type type="NSInteger" name="NSCorrectionIndicatorType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSCorrectionResponse" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSSpellCheckerTypedefs--> <!--StartNSSplitViewTypedefs--> <chapter> <heading>NSSplitView types</heading> <p></p> <type type="NSInteger" name="NSSplitViewDividerStyle" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSSplitViewTypedefs--> <!--StartNSStringDrawingTypedefs--> <chapter> <heading>NSStringDrawing types</heading> <p></p> <type type="enum ..." name="NSStringDrawingOptions" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSStringDrawingTypedefs--> <!--StartNSTabViewTypedefs--> <chapter> <heading>NSTabView types</heading> <p></p> <type type="enum ..." name="NSTabViewType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTabViewTypedefs--> <!--StartNSTabViewItemTypedefs--> <chapter> <heading>NSTabViewItem types</heading> <p></p> <type type="enum ..." name="NSTabState" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTabViewItemTypedefs--> <!--StartNSTableViewTypedefs--> <chapter> <heading>NSTableView types</heading> <p></p> <type type="enum _NSTableViewAnimationOptions" name="NSTableViewAnimationOptions" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTableViewColumnAutoresizingStyle" name="NSTableViewColumnAutoresizingStyle" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTableViewDropOperation" name="NSTableViewDropOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSTableViewGridLineStyle" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSTableViewSelectionHighlightStyle" name="NSTableViewSelectionHighlightStyle" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTableViewTypedefs--> <!--StartNSTextTypedefs--> <chapter> <heading>NSText types</heading> <p></p> <type type="NSInteger" name="NSTextAlignment" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTextTypedefs--> <!--StartNSTextContainerTypedefs--> <chapter> <heading>NSTextContainer types</heading> <p></p> <type type="NSUInteger" name="NSLineMovementDirection" gvadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSLineSweepDirection" gvadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTextContainerTypedefs--> <!--StartNSTextFieldCellTypedefs--> <chapter> <heading>NSTextFieldCell types</heading> <p></p> <type type="enum _NSTextFieldBezelStyle" name="NSTextFieldBezelStyle" ovadd="10.2.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTextFieldCellTypedefs--> <!--StartNSTextViewTypedefs--> <chapter> <heading>NSTextView types</heading> <p></p> <type type="NSUInteger" name="NSFindPanelAction" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSSelectionAffinity" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSSelectionGranularity" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSTextViewTypedefs--> <!--StartNSToolbarTypedefs--> <chapter> <heading>NSToolbar types</heading> <p></p> <type type="enum ..." name="NSToolbarDisplayMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum ..." name="NSToolbarSizeMode" ovadd="10.2.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSToolbarTypedefs--> <!--StartNSViewTypedefs--> <chapter> <heading>NSView types</heading> <p></p> <type type="NSUInteger" name="NSBorderType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="enum _NSFocusRingType" name="NSFocusRingType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSToolTipTag" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSTrackingRectTag" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSViewLayerContentsPlacement" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSInteger" name="NSViewLayerContentsRedrawPolicy" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSViewTypedefs--> <!--StartNSWindowTypedefs--> <chapter> <heading>NSWindow types</heading> <p></p> <type type="NSUInteger" name="NSSelectionDirection" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSWindowButton" ovadd="10.2.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSWindowCollectionBehavior" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSWindowTypedefs--> <!--StartNSWorkspaceTypedefs--> <chapter> <heading>NSWorkspace types</heading> <p></p> <type type="NSUInteger" name="NSWorkspaceIconCreationOptions" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </type> <type type="NSUInteger" name="NSWorkspaceLaunchOptions" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </type> </chapter> <!--EndNSWorkspaceTypedefs--> <!--EndTypedefs--> <!--StartConstants--> <!--StartNSApplicationConstants--> <chapter> <heading>NSApplication constants</heading> <p></p> <constant type="const double" name="NSAppKitVersionNumber" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> </chapter> <!--EndNSApplicationConstants--> <!--StartNSAttributedStringConstants--> <chapter> <heading>NSAttributedString constants</heading> <p></p> <constant type="const unsigned int" name="NSSpellingStateGrammarFlag" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const unsigned int" name="NSSpellingStateSpellingFlag" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const unsigned int" name="NSUnderlineByWordMask" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> </chapter> <!--EndNSAttributedStringConstants--> <!--StartNSFontConstants--> <chapter> <heading>NSFont constants</heading> <p></p> <constant type="const CGFloat*" name="NSFontIdentityMatrix" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightBlack" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightBold" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightHeavy" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightLight" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightMedium" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightRegular" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightSemibold" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightThin" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="const CGFloat" name="NSFontWeightUltraLight" ovadd="0.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> </chapter> <!--EndNSFontConstants--> <!--StartNSMenuConstants--> <chapter> <heading>NSMenu constants</heading> <p></p> <constant type="NSString* const" name="NSMenuDidAddItemNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSMenuDidBeginTrackingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSMenuDidChangeItemNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSMenuDidEndTrackingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSMenuDidRemoveItemNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSMenuDidSendActionNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSMenuWillSendActionNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> </chapter> <!--EndNSMenuConstants--> <!--StartNSPasteboardConstants--> <chapter> <heading>NSPasteboard constants</heading> <p></p> <constant type="NSString* const" name="NSPasteboardTypeColor" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeFont" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeHTML" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeMultipleTextSelection" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypePDF" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypePNG" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeRTF" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeRTFD" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeRuler" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeSound" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeString" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeTIFF" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeTabularText" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> <constant type="NSString* const" name="NSPasteboardTypeTextFinderOptions" ovadd="10.7.0"> <desc> <em>Description forthcoming.</em> </desc> </constant> </chapter> <!--EndNSPasteboardConstants--> <!--EndConstants--> <!--StartVariables--> <!--StartNSApplicationVariables--> <chapter> <heading>NSApplication variables</heading> <p></p> <variable type="NSApplication*" name="NSApp" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidBecomeActiveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidChangeScreenParametersNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidFinishLaunchingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidHideNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidResignActiveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidUnhideNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationDidUpdateNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillBecomeActiveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillFinishLaunchingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillHideNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillResignActiveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillTerminateNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillUnhideNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSApplicationWillUpdateNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSEventTrackingRunLoopMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSModalPanelRunLoopMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSApplicationDelegateReply" name="enum _NSApplicationDelegateReply" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSApplicationPrintReply" name="enum _NSApplicationPrintReply" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSApplicationVariables--> <!--StartNSAttributedStringVariables--> <chapter> <heading>NSAttributedString variables</heading> <p></p> <variable type="NSString*" name="NSAttachmentAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAuthorDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSBackgroundColorAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSBackgroundColorDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSBaseURLDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSBaselineOffsetAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSBottomMarginDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCharacterEncodingDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCharacterEncodingDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCharacterShapeAttributeName" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCocoaVersionDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCommentDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCompanyDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSConvertedDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCopyrightDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCreationTimeDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSCursorAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDefaultAttributesDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDefaultTabIntervalDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDocFormatTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDocumentTypeDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDocumentTypeDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSEditorDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSExcludedElementsDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSExpansionAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSFontAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSForegroundColorAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSGlyphInfoAttributeName" ovadd="10.2.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSHTMLTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSHyphenationFactorDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSKernAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSKeywordsDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSLeftMarginDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSLigatureAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSLinkAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSMacSimpleTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSModificationTimeDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSObliquenessAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOfficeOpenXMLTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOpenDocumentTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPaperSizeDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSParagraphStyleAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPlainTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrefixSpacesDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSRTFDTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSRTFTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSReadOnlyDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSRightMarginDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSShadowAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSSpellingStateAttributeName" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSStrikethroughColorAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSStrikethroughStyleAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSStrokeColorAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSStrokeWidthAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSSubjectDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSSuperscriptAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextAlternativesAttributeName" ovadd="10.8.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextEncodingNameDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextEncodingNameDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextInsertionUndoableAttributeName" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextSizeMultiplierDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTimeoutDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTitleDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolTipAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTopMarginDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSUnderlineColorAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSUnderlineStyleAttributeName" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSViewModeDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSViewSizeDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSViewZoomDocumentAttribute" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWebPreferencesDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWebResourceLoadDelegateDocumentOption" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWordMLTextDocumentType" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWritingDirectionAttributeName" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSUnderlinePattern" name="enum _NSUnderlinePattern" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSUnderlineStyle" name="enum _NSUnderlineStyle" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSAttributedStringVariables--> <!--StartNSBitmapImageRepVariables--> <chapter> <heading>NSBitmapImageRep variables</heading> <p></p> <variable type="NSString*" name="NSImageColorSyncProfileData" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageCompressionFactor" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageCompressionMethod" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageCurrentFrame" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageCurrentFrameDuration" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageDitherTranparency" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageEXIFData" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageFrameCount" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageGamma" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageInterlaced" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageLoopCount" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageProgressive" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageRGBColorTable" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSBitmapImageRepVariables--> <!--StartNSBrowserVariables--> <chapter> <heading>NSBrowser variables</heading> <p></p> <variable type="NSString*" name="NSBrowserColumnConfigurationDidChangeNotification" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSBrowserColumnResizingType" name="enum _NSBrowserColumnResizingType" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSBrowserVariables--> <!--StartNSCellVariables--> <chapter> <heading>NSCell variables</heading> <p></p> <variable type="enum _NSCellAttribute" name="enum _NSCellAttribute" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSCellType" name="enum _NSCellType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSCellVariables--> <!--StartNSColorVariables--> <chapter> <heading>NSColor variables</heading> <p></p> <variable type="NSString*" name="NSSystemColorsDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSControlSize" name="enum _NSControlSize" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSControlTint" name="enum _NSControlTint" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSColorVariables--> <!--StartNSColorListVariables--> <chapter> <heading>NSColorList variables</heading> <p></p> <variable type="NSString*" name="NSColorListDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSColorListVariables--> <!--StartNSColorPanelVariables--> <chapter> <heading>NSColorPanel variables</heading> <p></p> <variable type="NSString*" name="NSColorPanelColorDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSColorPanelVariables--> <!--StartNSComboBoxVariables--> <chapter> <heading>NSComboBox variables</heading> <p></p> <variable type="NSString*" name="NSComboBoxSelectionDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSComboBoxSelectionIsChangingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSComboBoxWillDismissNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSComboBoxWillPopUpNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSComboBoxVariables--> <!--StartNSControlVariables--> <chapter> <heading>NSControl variables</heading> <p></p> <variable type="NSString*" name="NSControlTextDidBeginEditingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSControlTextDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSControlTextDidEndEditingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSControlVariables--> <!--StartNSDataLinkVariables--> <chapter> <heading>NSDataLink variables</heading> <p></p> <variable type="NSString*" name="NSDataLinkFileNameExtension" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDataLinkFilenameExtension" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDataLinkPboardType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSDataLinkVariables--> <!--StartNSDrawerVariables--> <chapter> <heading>NSDrawer variables</heading> <p></p> <variable type="NSString*" name="NSDrawerDidCloseNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDrawerDidOpenNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDrawerWillCloseNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDrawerWillOpenNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSDrawerVariables--> <!--StartNSEventVariables--> <chapter> <heading>NSEvent variables</heading> <p></p> <variable type="enum _NSEventType" name="enum _NSEventType" ovadd="1.0.0"> <desc> Enumeration of event types recognized within GNUstep GUI. Each type has a corresponding mask that can be used when filtering for multiple types. For example, the <code>NSLeftMouseDown</code> type has <code>NSLeftMouseDownMask</code> for its mask. The special mask <code>NSAnyEventMask</code> matches any event. The complete list of types is as follows: <example> NSLeftMouseDown, NSLeftMouseUp, NSOtherMouseDown, NSOtherMouseUp, NSRightMouseDown, NSRightMouseUp, NSMouseMoved, NSLeftMouseDragged, NSOtherMouseDragged, NSRightMouseDragged, NSMouseEntered, NSMouseExited, NSKeyDown, NSKeyUp, NSFlagsChanged, NSAppKitDefined, // reserved NSSystemDefined, // reserved NSApplicationDefined, // available for custom use by apps NSPeriodic, NSCursorUpdate, NSScrollWheel </example> <deflist> <term><em>NSLeftMouseDown</em></term> <desc></desc> <term><em>NSLeftMouseUp</em></term> <desc></desc> <term><em>NSRightMouseDown</em></term> <desc></desc> <term><em>NSRightMouseUp</em></term> <desc></desc> <term><em>NSMouseMoved</em></term> <desc></desc> <term><em>NSLeftMouseDragged</em></term> <desc></desc> <term><em>NSRightMouseDragged</em></term> <desc></desc> <term><em>NSMouseEntered</em></term> <desc></desc> <term><em>NSMouseExited</em></term> <desc></desc> <term><em>NSKeyDown</em></term> <desc></desc> <term><em>NSKeyUp</em></term> <desc></desc> <term><em>NSFlagsChanged</em></term> <desc></desc> <term><em>NSAppKitDefined</em></term> <desc></desc> <term><em>NSSystemDefined</em></term> <desc></desc> <term><em>NSApplicationDefined</em></term> <desc></desc> <term><em>NSPeriodic</em></term> <desc></desc> <term><em>NSCursorUpdate</em></term> <desc></desc> <term><em>NSScrollWheel</em></term> <desc></desc> <term><em>GS_API_LATEST</em></term> <desc></desc> <term><em>NSTabletProximity</em></term> <desc></desc> <term><em>NSOtherMouseUp</em></term> <desc></desc> <term><em>NSOtherMouseDragged</em></term> <desc></desc> </deflist> </desc> </variable> </chapter> <!--EndNSEventVariables--> <!--StartNSFontVariables--> <chapter> <heading>NSFont variables</heading> <p></p> <variable type="NSString*" name="NSAFMAscender" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMCapHeight" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMCharacterSet" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMDescender" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMEncodingScheme" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMFamilyName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMFontName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMFormatVersion" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMFullName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMItalicAngle" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMMappingScheme" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMNotice" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMUnderlinePosition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMUnderlineThickness" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMVersion" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMWeight" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSAFMXHeight" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSFontVariables--> <!--StartNSFontManagerVariables--> <chapter> <heading>NSFontManager variables</heading> <p></p> <variable type="enum _NSFontManagerAddCollectionOptions" name="enum _NSFontManagerAddCollectionOptions" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSFontManagerVariables--> <!--StartNSFormVariables--> <chapter> <heading>NSForm variables</heading> <p></p> <variable type="NSString*" name="_NSFormCellDidChangeTitleWidthNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSFormVariables--> <!--StartNSFormCellVariables--> <chapter> <heading>NSFormCell variables</heading> <p></p> <variable type="NSString*" name="_NSFormCellDidChangeTitleWidthNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSFormCellVariables--> <!--StartNSGraphicsContextVariables--> <chapter> <heading>NSGraphicsContext variables</heading> <p></p> <variable type="NSString*" name="GSAlternateColorSpace" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSBaseColorSpace" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceBlackPoint" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceColorTable" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceComponents" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceGamma" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceMatrix" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceProfile" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceRange" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="GSColorSpaceWhitePoint" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSGraphicsContextDestinationAttributeName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSGraphicsContextPDFFormat" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSGraphicsContextPSFormat" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSGraphicsContextRepresentationFormatAttributeName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSBackingStoreType" name="enum _NSBackingStoreType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSCompositingOperation" name="enum _NSCompositingOperation" ovadd="1.0.0"> <desc> NSCompositingOperation defines how an image is drawn or composited onto another. <list> <item>NSCompositeClear: Cleans out an area</item> <item> NSCompositeCopy: <em>(Common)</em> Draws over the destination replacing it and carrying over transparency to the destination </item> <item> NSCompositeSourceOver: <em>(Common)</em> Draws over the destination with transparency </item> <item>NSCompositeSourceIn</item> <item>NSCompositeSourceOut</item> <item>NSCompositeSourceAtop</item> <item>NSCompositeDestinationOver</item> <item>NSCompositeDestinationIn</item> <item>NSCompositeDestinationOut</item> <item>NSCompositeDestinationAtop</item> <item>NSCompositeXOR</item> <item>NSCompositePlusDarker</item> <item>NSCompositeHighlight</item> <item>NSCompositePlusLighter</item> </list> <deflist> <term><em>NSCompositeClear</em></term> <desc></desc> <term><em>NSCompositeCopy</em></term> <desc></desc> <term><em>NSCompositeSourceOver</em></term> <desc></desc> <term><em>NSCompositeSourceIn</em></term> <desc></desc> <term><em>NSCompositeSourceOut</em></term> <desc></desc> <term><em>NSCompositeSourceAtop</em></term> <desc></desc> <term><em>NSCompositeDestinationOver</em></term> <desc></desc> <term><em>NSCompositeDestinationIn</em></term> <desc></desc> <term><em>NSCompositeDestinationOut</em></term> <desc></desc> <term><em>NSCompositeDestinationAtop</em></term> <desc></desc> <term><em>NSCompositeXOR</em></term> <desc></desc> <term><em>NSCompositePlusDarker</em></term> <desc></desc> <term><em>NSCompositeHighlight</em></term> <desc></desc> <term><em>NSCompositePlusLighter</em></term> <desc></desc> <term><em>GS_API_NONE</em></term> <desc></desc> <term><em>GSCompositeHighlight</em></term> <desc></desc> </deflist> </desc> </variable> </chapter> <!--EndNSGraphicsContextVariables--> <!--StartNSHelpManagerVariables--> <chapter> <heading>NSHelpManager variables</heading> <p></p> <variable type="NSString*" name="NSContextHelpModeDidActivateNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSContextHelpModeDidDeactivateNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSHelpManagerVariables--> <!--StartNSImageVariables--> <chapter> <heading>NSImage variables</heading> <p></p> <variable type="NSString*" name="NSImageNameAdvanced" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameCaution" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameColorPanel" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameFontPanel" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameInfo" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameMultipleDocuments" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNamePreferencesGeneral" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameTrashEmpty" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameTrashFull" ovadd="10.6.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSImageNameUserAccounts" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSImageVariables--> <!--StartNSImageRepVariables--> <chapter> <heading>NSImageRep variables</heading> <p></p> <variable type="NSString*" name="NSImageRepRegistryChangedNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSImageRepVariables--> <!--StartNSInterfaceStyleVariables--> <chapter> <heading>NSInterfaceStyle variables</heading> <p></p> <variable type="NSString*" name="NSInterfaceStyleDefault" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSInterfaceStyleVariables--> <!--StartNSNibVariables--> <chapter> <heading>NSNib variables</heading> <p></p> <variable type="NSString*" name="NSNibOwner" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSNibTopLevelObjects" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSNibVariables--> <!--StartNSOutlineViewVariables--> <chapter> <heading>NSOutlineView variables</heading> <p></p> <variable type="NSString*" name="NSOutlineViewColumnDidMoveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewColumnDidResizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewItemDidCollapseNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewItemDidExpandNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewItemWillCollapseNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewItemWillExpandNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewSelectionDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSOutlineViewSelectionIsChangingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSOutlineViewVariables--> <!--StartNSParagraphStyleVariables--> <chapter> <heading>NSParagraphStyle variables</heading> <p></p> <variable type="NSString*" name="NSTabColumnTerminatorsAttributeName" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSLineBreakMode" name="enum _NSLineBreakMode" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSWritingDirection" name="enum _NSWritingDirection" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSParagraphStyleVariables--> <!--StartNSPasteboardVariables--> <chapter> <heading>NSPasteboard variables</heading> <p></p> <variable type="NSString*" name="NSColorPboardType" ovadd="1.0.0"> <desc> Pasteboard contains color information </desc> </variable> <variable type="NSString*" name="NSDataLinkPboardType" ovadd="1.0.0"> <desc> Pasteboard contains a link to data in some document </desc> </variable> <variable type="NSString*" name="NSDragPboard" ovadd="1.0.0"> <desc> The pasteboard used for drag and drop information. </desc> </variable> <variable type="NSString*" name="NSFileContentsPboardType" ovadd="1.0.0"> <desc> Pasteboard contains generic file content information (serialized) as written by <ref type="method" id="-writeFileContents:" class="NSPasteboard">[NSPasteboard -writeFileContents:]</ref> or <ref type="method" id="-writeFileWrapper:" class="NSPasteboard">[NSPasteboard -writeFileWrapper:]</ref> </desc> </variable> <variable type="NSString*" name="NSFilenamesPboardType" ovadd="1.0.0"> <desc> Pasteboard contains an array of filenames (serialized) as written by <ref type="method" id="-setPropertyList:forType:" class="NSPasteboard">[NSPasteboard -setPropertyList:forType:]</ref> </desc> </variable> <variable type="NSString*" name="NSFilesPromisePboardType" ovadd="10.0.0"> <desc> Pasteboard contains promised files </desc> </variable> <variable type="NSString*" name="NSFindPboard" ovadd="1.0.0"> <desc> The pasteboard used search and replace editing operations. </desc> </variable> <variable type="NSString*" name="NSFontPboard" ovadd="1.0.0"> <desc> The pasteboard used for cutting and pasting font information. </desc> </variable> <variable type="NSString*" name="NSFontPboardType" ovadd="1.0.0"> <desc> Pasteboard contains font color information </desc> </variable> <variable type="NSString*" name="NSGeneralPboard" ovadd="1.0.0"> <desc> The general purpose pasteboard (mostly used for cut and paste) </desc> </variable> <variable type="NSString*" name="NSGeneralPboardType" ovadd="1.0.0"> <desc> Pasteboard contains general binary data </desc> </variable> <variable type="NSString*" name="NSHTMLPboardType" ovadd="10.0.0"> <desc> Pasteboard contains HTML data </desc> </variable> <variable type="NSString*" name="NSPDFPboardType" ovadd="10.0.0"> <desc> Pasteboard contains a PDF document </desc> </variable> <variable type="NSString*" name="NSPICTPboardType" ovadd="10.0.0"> <desc> Pasteboard contains a PICT diagram document </desc> </variable> <variable type="NSString*" name="NSPasteboardCommunicationException" ovadd="1.0.0"> <desc> Exception raised when communication with the pasteboard server fails. </desc> </variable> <variable type="NSString*" name="NSPostScriptPboardType" ovadd="1.0.0"> <desc> Pasteboard contains postscript code </desc> </variable> <variable type="NSString*" name="NSRTFDPboardType" ovadd="1.0.0"> <desc> Pasteboard contains text in rich text format with additional info </desc> </variable> <variable type="NSString*" name="NSRTFPboardType" ovadd="1.0.0"> <desc> Pasteboard contains text in rich text format. </desc> </variable> <variable type="NSString*" name="NSRulerPboard" ovadd="1.0.0"> <desc> The pasteboard used for cutting and pasting ruler information. </desc> </variable> <variable type="NSString*" name="NSRulerPboardType" ovadd="1.0.0"> <desc> Pasteboard contains ruler color information </desc> </variable> <variable type="NSString*" name="NSStringPboardType" ovadd="1.0.0"> <desc> Pasteboard contains string data as written by <ref type="method" id="-setString:forType:" class="NSPasteboard">[NSPasteboard -setString:forType:]</ref> or <ref type="method" id="-setPropertyList:forType:" class="NSPasteboard">[NSPasteboard -setPropertyList:forType:]</ref> </desc> </variable> <variable type="NSString*" name="NSTIFFPboardType" ovadd="1.0.0"> <desc> Pasteboard contains a TIFF image </desc> </variable> <variable type="NSString*" name="NSTabularTextPboardType" ovadd="1.0.0"> <desc> Pasteboard contains tabular text. </desc> </variable> <variable type="NSString*" name="NSURLPboardType" ovadd="10.0.0"> <desc> Pasteboard contains a URL </desc> </variable> <variable type="NSString*" name="NSVCardPboardType" ovadd="10.0.0"> <desc> Pasteboard contains VCard (address book) data </desc> </variable> </chapter> <!--EndNSPasteboardVariables--> <!--StartNSPopUpButtonVariables--> <chapter> <heading>NSPopUpButton variables</heading> <p></p> <variable type="NSString*" name="NSPopUpButtonWillPopUpNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSPopUpButtonVariables--> <!--StartNSPopUpButtonCellVariables--> <chapter> <heading>NSPopUpButtonCell variables</heading> <p></p> <variable type="NSString*" name="NSPopUpButtonCellWillPopUpNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSPopUpButtonCellVariables--> <!--StartNSPrintInfoVariables--> <chapter> <heading>NSPrintInfo variables</heading> <p></p> <variable type="NSString*" name="NSPrintAllPages" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintBottomMargin" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintCancelJob" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintCopies" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintDetailedErrorReporting" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxCoverSheetName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxHighResolution" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxJob" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxModem" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxNumber" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxReceiverNames" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxReceiverNumbers" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxReturnReceipt" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxSendTime" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxTrimPageEnds" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFaxUseCoverSheet" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintFirstPage" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintHeaderAndFooter" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintHorizontalPagination" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintHorizontallyCentered" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintJobDisposition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintJobFeatures" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintLastPage" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintLeftMargin" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintManualFeed" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintMustCollate" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintOrientation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPackageException" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPageDirection" ovadd="1.0.0"> <desc> Set to <code>Rows</code> to print row by row, set to <code>Columns</code> to print column by column </desc> </variable> <variable type="NSString*" name="NSPrintPagesAcross" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPagesDown" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPagesPerSheet" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPaperFeed" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPaperName" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPaperSize" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPreviewJob" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPrinter" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPrinterName" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintReversePageOrder" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintRightMargin" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintSaveJob" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintSavePath" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintScalingFactor" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintSpoolJob" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintTime" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintTopMargin" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintVerticalPagination" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintVerticallyCentered" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSPrintInfoVariables--> <!--StartNSPrintPanelVariables--> <chapter> <heading>NSPrintPanel variables</heading> <p></p> <variable type="NSString*" name="NSPrintPanelAccessorySummaryItemDescriptionKey" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPanelAccessorySummaryItemNameKey" ovadd="10.5.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPrintPhotoJobStyleHint" ovadd="10.2.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSPrintPanelVariables--> <!--StartNSScrollerVariables--> <chapter> <heading>NSScroller variables</heading> <p></p> <variable type="NSString*" name="NSPreferredScrollerStyleDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSScrollArrowPosition" name="enum _NSScrollArrowPosition" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSScrollerArrow" name="enum _NSScrollerArrow" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSScrollerPart" name="enum _NSScrollerPart" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSScrollerUsablePart" name="enum _NSScrollerUsablePart" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSScrollerVariables--> <!--StartNSSplitViewVariables--> <chapter> <heading>NSSplitView variables</heading> <p></p> <variable type="NSString*" name="NSSplitViewDidResizeSubviewsNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSSplitViewWillResizeSubviewsNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSSplitViewVariables--> <!--StartNSTableColumnVariables--> <chapter> <heading>NSTableColumn variables</heading> <p></p> <variable type="NSString*" name="NSTableViewColumnDidResizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSTableColumnVariables--> <!--StartNSTableViewVariables--> <chapter> <heading>NSTableView variables</heading> <p></p> <variable type="NSString*" name="NSTableViewColumnDidMoveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTableViewColumnDidResizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTableViewSelectionDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTableViewSelectionIsChangingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSTableViewVariables--> <!--StartNSTextVariables--> <chapter> <heading>NSText variables</heading> <p></p> <variable type="NSString*" name="NSTextDidBeginEditingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextDidEndEditingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSTextVariables--> <!--StartNSTextStorageVariables--> <chapter> <heading>NSTextStorage variables</heading> <p></p> <variable type="NSString*" name="NSTextStorageDidProcessEditingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextStorageWillProcessEditingNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSTextStorageVariables--> <!--StartNSTextViewVariables--> <chapter> <heading>NSTextView variables</heading> <p></p> <variable type="NSString*" name="NSOldSelectedCharacterRange" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextViewDidChangeSelectionNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextViewDidChangeTypingAttributesNotification" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSTextViewWillChangeNotifyingTextViewNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSFindPanelAction" name="enum _NSFindPanelAction" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSSelectionAffinity" name="enum _NSSelectionAffinity" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSSelectionGranularity" name="enum _NSSelectionGranularity" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSTextViewVariables--> <!--StartNSToolbarVariables--> <chapter> <heading>NSToolbar variables</heading> <p></p> <variable type="NSString*" name="NSToolbarDidRemoveItemNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarWillAddItemNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSToolbarVariables--> <!--StartNSToolbarItemVariables--> <chapter> <heading>NSToolbarItem variables</heading> <p></p> <variable type="NSString*" name="GSMovableToolbarItemPboardType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarCustomizeToolbarItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarFlexibleSpaceItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarPrintItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarSeparatorItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarShowColorsItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarShowFontsItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSToolbarSpaceItemIdentifier" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSToolbarItemVisibilityPriority" name="enum _NSToolbarItemVisibilityPriority" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSToolbarItemVariables--> <!--StartNSViewVariables--> <chapter> <heading>NSView variables</heading> <p></p> <variable type="NSString*" name="NSViewBoundsDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSViewFocusDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSViewFrameDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSViewGlobalFrameDidChangeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSBorderType" name="enum _NSBorderType" ovadd="1.0.0"> <desc> Describes the type of border used by an NSView. <list> <item>NSNoBorder</item> <item>NSLineBorder</item> <item>NSBezelBorder</item> <item>NSGrooveBorder</item> </list> <deflist> <term><em>NSNoBorder</em></term> <desc></desc> <term><em>NSLineBorder</em></term> <desc></desc> <term><em>NSBezelBorder</em></term> <desc></desc> <term><em>NSGrooveBorder</em></term> <desc></desc> </deflist> </desc> </variable> </chapter> <!--EndNSViewVariables--> <!--StartNSWindowVariables--> <chapter> <heading>NSWindow variables</heading> <p></p> <variable type="NSSize" name="NSIconSize" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSSize" name="NSTokenSize" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidBecomeKeyNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidBecomeMainNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidChangeScreenNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidChangeScreenProfileNotification" ovadd="10.4.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidDeminiaturizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidEndSheetNotification" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidExposeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidMiniaturizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidMoveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidResignKeyNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidResignMainNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidResizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowDidUpdateNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowWillBeginSheetNotification" ovadd="10.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowWillCloseNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowWillMiniaturizeNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWindowWillMoveNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSSelectionDirection" name="enum _NSSelectionDirection" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="enum _NSWindowButton" name="enum _NSWindowButton" ovadd="10.2.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSWindowVariables--> <!--StartNSWorkspaceVariables--> <chapter> <heading>NSWorkspace variables</heading> <p></p> <variable type="NSString*" name="NSApplicationFileType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSDirectoryFileType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSFilesystemFileType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSPlainFileType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSShellCommandFileType" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceCompressOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceCopyOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDecompressOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDecryptOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDestroyOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDidLaunchApplicationNotification" ovadd="1.0.0"> <desc> This notification is sent by applications when they launch, the notification userInfo dictionary contains the following - <deflist> <term>NSApplicationName</term> <desc> The name of the launched application. A string. </desc> <term>NSApplicationPath</term> <desc> The full path to the launched application. A string. </desc> <term>NSApplicationProcessIdentifier</term> <desc> The process identifier (pid) of the launched application. </desc> <term>NSApplicationProcessSerialNumberHigh</term> <desc> MacOS-X specific... not present in GNUstep. </desc> <term>NSApplicationProcessSerialNumberLow</term> <desc> MacOS-X specific... not present in GNUstep. </desc> </deflist> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDidMountNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDidPerformFileOperationNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDidTerminateApplicationNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDidUnmountNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDidWakeNotification" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceDuplicateOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceEncryptOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceLinkOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceMoveOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceRecycleOperation" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceSessionDidBecomeActiveNotification" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceSessionDidResignActiveNotification" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceWillLaunchApplicationNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceWillPowerOffNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceWillSleepNotification" ovadd="10.3.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> <variable type="NSString*" name="NSWorkspaceWillUnmountNotification" ovadd="1.0.0"> <desc> <em>Description forthcoming.</em> </desc> </variable> </chapter> <!--EndNSWorkspaceVariables--> <!--EndVariables--> </body> </gsdoc>