MonobjcMonobjc Documented Class Library
AppKitFramework Class
NamespacesMonobjc.AppKitAppKitFramework

[Missing <summary> documentation for "T:Monobjc.AppKit.AppKitFramework"]

Declaration Syntax
C#Visual BasicVisual C++
public static class AppKitFramework
Public NotInheritable Class AppKitFramework
public ref class AppKitFramework abstract sealed
Members
All MembersMethodsFields



IconMemberDescription
NSAbortModalException

Available in Mac OS X v10.0 and later.


NSAbortPrintingException

Available in Mac OS X v10.0 and later.


NSAccessibilityActionDescription(NSString)

Returns a standard description for an action.

Original signature is 'NSString * NSAccessibilityActionDescription ( NSString *action );'

Available in Mac OS X v10.4 and later.


NSAccessibilityException

Available in Mac OS X v10.2 and later.


NSAccessibilityPostNotification(Id, NSString)

Sends a notification to any observing assistive applications.

Original signature is 'void NSAccessibilityPostNotification ( id element, NSString *notification );'

Available in Mac OS X v10.2 and later.


NSAccessibilityRaiseBadArgumentException(Id, NSString, Id)

Raises an error if the parameter is the wrong type or has an illegal value

Original signature is 'void NSAccessibilityRaiseBadArgumentException ( id element, NSString *attribute, id value );'

Available in Mac OS X v10.3 and later.


NSAccessibilityRoleDescription(NSString, NSString)

Returns a standard description for a role and subrole.

Original signature is 'NSString * NSAccessibilityRoleDescription ( NSString *role, NSString *subrole );'

Available in Mac OS X v10.4 and later.


NSAccessibilityRoleDescriptionForUIElement(Id)

Returns a standard role description for a user interface element.

Original signature is 'NSString * NSAccessibilityRoleDescriptionForUIElement ( id element );'

Available in Mac OS X v10.4 and later.


NSAccessibilityUnignoredAncestor(Id)

Returns an unignored accessibility object, ascending the hierarchy if necessary.

Original signature is 'id NSAccessibilityUnignoredAncestor ( id element );'

Available in Mac OS X v10.2 and later.


NSAccessibilityUnignoredChildren(NSArray)

Returns a list of unignored accessibility objects, descending the hierarchy if necessary.

Original signature is 'NSArray * NSAccessibilityUnignoredChildren ( NSArray *originalChildren );'

Available in Mac OS X v10.2 and later.


NSAccessibilityUnignoredChildrenForOnlyChild(Id)

Returns a list of unignored accessibility objects, descending the hierarchy if necessary.

Original signature is 'NSArray * NSAccessibilityUnignoredChildrenForOnlyChild ( id originalChild );'

Available in Mac OS X v10.2 and later.


NSAccessibilityUnignoredDescendant(Id)

Returns an unignored accessibility object, descending the hierarchy if necessary.

Original signature is 'id NSAccessibilityUnignoredDescendant ( id element );'

Available in Mac OS X v10.2 and later.


NSAppKitIgnoredException

Available in Mac OS X v10.0 and later.


NSAppKitVirtualMemoryException

Available in Mac OS X v10.0 and later.


NSAvailableWindowDepths()()()()

Returns the available window depth values.

Original signature is 'const NSWindowDepth * NSAvailableWindowDepths (void);'

Available in Mac OS X v10.0 and later.


NSBadBitmapParametersException

Available in Mac OS X v10.0 and later.


NSBadComparisonException

Available in Mac OS X v10.0 and later.


NSBadRTFColorTableException

Available in Mac OS X v10.0 and later.


NSBadRTFDirectiveException

Available in Mac OS X v10.0 and later.


NSBadRTFFontTableException

Available in Mac OS X v10.0 and later.


NSBadRTFStyleSheetException

Available in Mac OS X v10.0 and later.


NSBeep()()()()

Plays the system beep.

Original signature is 'void NSBeep (void);'

Available in Mac OS X v10.0 and later.


NSBeginAlertSheet(NSString, NSString, NSString, NSString, NSWindow, Id, IntPtr, IntPtr, IntPtr, NSString)

Creates and runs an alert sheet.

Original signature is 'void NSBeginAlertSheet ( NSString *title, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, NSWindow *docWindow, id modalDelegate, SEL didEndSelector, SEL didDismissSelector, void *contextInfo, NSString *msg, ... );'

Available in Mac OS X v10.0 and later.


NSBeginCriticalAlertSheet(NSString, NSString, NSString, NSString, NSWindow, Id, IntPtr, IntPtr, IntPtr, NSString)

Creates and runs a critical alert sheet.

Original signature is 'void NSBeginCriticalAlertSheet ( NSString *title, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, NSWindow *docWindow, id modalDelegate, SEL didEndSelector, SEL didDismissSelector, void *contextInfo, NSString *msg, ... );'

Available in Mac OS X v10.0 and later.


NSBeginInformationalAlertSheet(NSString, NSString, NSString, NSString, NSWindow, Id, IntPtr, IntPtr, IntPtr, NSString)

Creates and runs an informational alert sheet.

Original signature is 'void NSBeginInformationalAlertSheet ( NSString *title, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, NSWindow *docWindow, id modalDelegate, SEL didEndSelector, SEL didDismissSelector, void *contextInfo, NSString *msg, ... );'

Available in Mac OS X v10.0 and later.


NSBestDepth(NSString, NSInteger, NSInteger, Boolean, Boolean%)

Attempts to return a window depth adequate for the specified parameters.

Original signature is 'NSWindowDepth NSBestDepth ( NSString *colorSpace, NSInteger bps, NSInteger bpp, BOOL planar, BOOL *exactMatch );'

Available in Mac OS X v10.0 and later.


NSBitsPerPixelFromDepth(Int32)

Returns the bits per pixel for the specified window depth.

Original signature is 'NSInteger NSBitsPerPixelFromDepth ( NSWindowDepth depth );'

Available in Mac OS X v10.0 and later.


NSBitsPerSampleFromDepth(Int32)

Returns the bits per sample for the specified window depth.

Original signature is 'NSInteger NSBitsPerSampleFromDepth ( NSWindowDepth depth );'

Available in Mac OS X v10.0 and later.


NSBlack

A constant that specifies the black shade in the 2-bit deep grayscale color space.

Available in Mac OS X v10.0 and later.


NSBrowserIllegalDelegateException

Available in Mac OS X v10.0 and later.


NSCalibratedBlackColorSpace

Calibrated color space with black and alpha components (pure black is 1.0)

Available in Mac OS X v10.0 and later.


NSCalibratedRGBColorSpace

Calibrated color space with red, green, blue, and alpha components.

You can also create a color with HSB (hue, saturation, brightness) and alpha components and can extract these components.

Available in Mac OS X v10.0 and later.


NSCalibratedWhiteColorSpace

Calibrated color space with white and alpha components (pure white is 1.0)

Available in Mac OS X v10.0 and later.


NSColorListIOException

Available in Mac OS X v10.0 and later.


NSColorListNotEditableException

Available in Mac OS X v10.0 and later.


NSColorSpaceFromDepth(Int32)

Returns the name of the color space corresponding to the passed window depth.

Original signature is 'NSString * NSColorSpaceFromDepth ( NSWindowDepth depth );'

Available in Mac OS X v10.0 and later.


NSCountWindows(NSInteger%)

Counts the number of onscreen windows.

Original signature is 'void NSCountWindows ( NSInteger *count );'

Available in Mac OS X v10.0 and later.


NSCustomColorSpace

Custom NSColorSpace object and floating-point components describing a color in that space

A custom color-space object represents a color space that is not necessarily predefined by the Application Kit. See “Working With Color Spaces” for information on creating custom color-space objects.

Available in Mac OS X v10.0 and later.


NSDarkGray

A constant that specifies the dark gray shade in the 2-bit deep grayscale color space.

Available in Mac OS X v10.0 and later.


NSDeviceBlackColorSpace

Device-dependent color space with black and alpha components (pure black is 1.0)

Available in Mac OS X v10.0 and later.


NSDeviceCMYKColorSpace

Device-dependent color space with cyan, magenta, yellow, black, and alpha components

Available in Mac OS X v10.0 and later.


NSDeviceRGBColorSpace

Device-dependent color space with red, green, blue, and alpha components.

You can also create a color with HSB (hue, saturation, brightness) and alpha components and can extract these components.

Available in Mac OS X v10.0 and later.


NSDeviceWhiteColorSpace

Device-dependent color space with white and alpha components (pure white is 1.0)

Available in Mac OS X v10.0 and later.


NSDisableScreenUpdates()()()()

Disables screen updates.

Original signature is 'void NSDisableScreenUpdates (void);'

Available in Mac OS X v10.3 and later.


NSDraggingException

Available in Mac OS X v10.0 and later.


NSDrawNinePartImage(NSRect, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSImage, NSCompositingOperation, CGFloat, Boolean)

Draws a nine-part tiled image.

Original signature is 'void NSDrawNinePartImage(NSRect frame, NSImage *topLeftCorner, NSImage *topEdgeFill, NSImage *topRightCorner, NSImage *leftEdgeFill, NSImage *centerFill, NSImage *rightEdgeFill, NSImage *bottomLeftCorner, NSImage *bottomEdgeFill, NSImage *bottomRightCorner, NSCompositingOperation op, CGFloat alphaFraction, BOOL flipped );'

Available in Mac OS X v10.5 and later.


NSDrawThreePartImage(NSRect, NSImage, NSImage, NSImage, Boolean, NSCompositingOperation, CGFloat, Boolean)

Draws a three-part tiled image.

Original signature is 'void NSDrawThreePartImage(NSRect frame, NSImage *startCap, NSImage *centerFill, NSImage *endCap, BOOL vertical, NSCompositingOperation op, CGFloat alphaFraction, BOOL flipped );'

Available in Mac OS X v10.5 and later.


NSDrawWhiteBezel(NSRect, NSRect)

Draws a white-filled rectangle with a bezel border.

Original signature is 'void NSDrawWhiteBezel ( NSRect aRect, NSRect clipRect );'

Available in Mac OS X v10.0 and later.


NSDrawWindowBackground(NSRect)

Draws the window’s default background pattern into the specified rectangle of the currently focused view.

Original signature is 'void NSDrawWindowBackground ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSEnableScreenUpdates()()()()

Enables screen updates

Original signature is 'void NSEnableScreenUpdates (void);'

Available in Mac OS X v10.3 and later.


NSEraseRect(NSRect)

Erases the specified rect by filling it with white.

Original signature is 'void NSEraseRect ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSEventMaskFromType(NSEventType)

Returns the event mask for the specified type.

Original signature is 'static NSUInteger NSEventMaskFromType ( NSEventType type );'

Available in Mac OS X v10.0 and later.


NSFontUnavailableException

Available in Mac OS X v10.0 and later.


NSFrameRect(NSRect)

Draw a bordered rectangle.

Original signature is 'void NSFrameRect ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSFrameRectWithWidth(NSRect, CGFloat)

Draw a bordered rectangle.

Original signature is 'void NSFrameRectWithWidth ( NSRect aRect, CGFloat frameWidth );'

Available in Mac OS X v10.0 and later.


NSFrameRectWithWidthUsingOperation(NSRect, CGFloat, NSCompositingOperation)

Draw a bordered rectangle using the specified compositing operation.

Original signature is 'void NSFrameRectWithWidthUsingOperation ( NSRect aRect, CGFloat frameWidth, NSCompositingOperation op );'

Available in Mac OS X v10.0 and later.


NSGetAlertPanel(NSString, NSString, NSString, NSString, NSString)

Returns an alert panel.

Original signature is 'id NSGetAlertPanel ( NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ... );'

Available in Mac OS X v10.0 and later.


NSGetCriticalAlertPanel(NSString, NSString, NSString, NSString, NSString)

Returns an alert panel to display a critical message.

Original signature is 'id NSGetCriticalAlertPanel ( NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ... );'

Available in Mac OS X v10.0 and later.


NSGetInformationalAlertPanel(NSString, NSString, NSString, NSString, NSString)

Returns an alert panel to display an informational message.

Original signature is 'id NSGetInformationalAlertPanel ( NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ... );'

Available in Mac OS X v10.0 and later.


NSHighlightRect(NSRect)

Highlights the specified rect by filling it with white.

Original signature is 'void NSHighlightRect ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSIllegalSelectorException

Available in Mac OS X v10.0 and later.


NSImageCacheException

Available in Mac OS X v10.0 and later.


NSInterfaceStyleDefault

For more information, see the function NSInterfaceStyleForKey.

Available in Mac OS X v10.0 and later.


NSLightGray

A constant that specifies the light gray shade in the 2-bit deep grayscale color space.

Available in Mac OS X v10.0 and later.


NSNamedColorSpace

Catalog name and color name components

The components of this color space are indexes into lists or catalogs of prepared colors. The catalogs of named colors come with lookup tables that are able to generate the correct color on a given device.

Available in Mac OS X v10.0 and later.


NSNibLoadingException

Available in Mac OS X v10.0 and later.


NSPasteboardCommunicationException

Available in Mac OS X v10.0 and later.


NSPatternColorSpace

Pattern image (tiled)

Identifies a pattern color space, which is simply an image that is repeated over and over again in a tiled pattern.

Available in Mac OS X v10.0 and later.


NSPlanarFromDepth(Int32)

Returns whether the specified window depth is planar.

Original signature is 'BOOL NSPlanarFromDepth ( NSWindowDepth depth );'

Available in Mac OS X v10.0 and later.


NSPPDIncludeNotFoundException

Available in Mac OS X v10.0 and later.


NSPPDIncludeStackOverflowException

Available in Mac OS X v10.0 and later.


NSPPDIncludeStackUnderflowException

Available in Mac OS X v10.0 and later.


NSPPDParseException

Available in Mac OS X v10.0 and later.


NSPrintingCommunicationException

Available in Mac OS X v10.0 and later.


NSPrintPackageException

Available in Mac OS X v10.0 and later.


NSReadPixel(NSPoint)

Reads the color of the pixel at the specified location.

Original signature is 'NSColor * NSReadPixel ( NSPoint passedPoint );'

Available in Mac OS X v10.0 and later.


NSRectClip(NSRect)

Modifies the current clipping path by intersecting it with the passed rect.

Original signature is 'void NSRectClip ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSRectFill(NSRect)

Fills the passed rectangle with the current color.

Original signature is 'void NSRectFill ( NSRect aRect );'

Available in Mac OS X v10.0 and later.


NSRectFillUsingOperation(NSRect, NSCompositingOperation)

Fills a rectangle using the current fill color and the specified compositing operation.

Original signature is 'void NSRectFillUsingOperation ( NSRect aRect, NSCompositingOperation op );'

Available in Mac OS X v10.0 and later.


NSReleaseAlertPanel(Id)

Releases an alert panel.

Original signature is 'void NSReleaseAlertPanel ( id panel );'

Available in Mac OS X v10.0 and later.


NSRTFPropertyStackOverflowException

Available in Mac OS X v10.0 and later.


NSRunAlertPanel(NSString, NSString, NSString, NSString, NSString)

Creates an alert panel.

Original signature is 'NSInteger NSRunAlertPanel ( NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ... );'

Available in Mac OS X v10.0 and later.


NSRunCriticalAlertPanel(NSString, NSString, NSString, NSString, NSString)

Creates and runs a critical alert panel.

Original signature is 'NSInteger NSRunCriticalAlertPanel ( NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ... );'

Available in Mac OS X v10.0 and later.


NSRunInformationalAlertPanel(NSString, NSString, NSString, NSString, NSString)

Creates and runs an informational alert panel.

Original signature is 'NSInteger NSRunInformationalAlertPanel ( NSString *title, NSString *msg, NSString *defaultButton, NSString *alternateButton, NSString *otherButton, ... );'

Available in Mac OS X v10.0 and later.


NSShowAnimationEffect(NSAnimationEffect, NSPoint, NSSize, Id, IntPtr, IntPtr)

Runs a system animation effect.

Original signature is 'void NSShowAnimationEffect ( NSAnimationEffect animationEffect, NSPoint centerLocation, NSSize size, id animationDelegate, SEL didEndSelector, void *contextInfo );'

Available in Mac OS X v10.3 and later.


NSTextLineTooLongException

Exception generated if a line is too long in a NSText object.

Available in Mac OS X v10.0 and later.


NSTextNoSelectionException

Available in Mac OS X v10.0 and later.


NSTextReadException

Available in Mac OS X v10.0 and later.


NSTextWriteException

Available in Mac OS X v10.0 and later.


NSTIFFException

Available in Mac OS X v10.0 and later.


NSTypedStreamVersionException

Available in Mac OS X v10.0 and later.


NSWhite

A constant that specifies the white shade in the 2-bit deep grayscale color space.

Available in Mac OS X v10.0 and later.


NSWindowServerCommunicationException

Available in Mac OS X v10.0 and later.


NSWordTablesReadException

Available in Mac OS X v10.0 and later.


NSWordTablesWriteException

Available in Mac OS X v10.0 and later.


Inheritance Hierarchy
Object
AppKitFramework
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)