objc2-app-kit 0.2.2

Bindings to the AppKit framework
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2::__framework_prelude::*;
use objc2_foundation::*;

use crate::*;

extern "C" {
    pub static NSTextLineTooLongException: &'static NSExceptionName;
}

extern "C" {
    pub static NSTextNoSelectionException: &'static NSExceptionName;
}

extern "C" {
    pub static NSWordTablesWriteException: &'static NSExceptionName;
}

extern "C" {
    pub static NSWordTablesReadException: &'static NSExceptionName;
}

extern "C" {
    pub static NSTextReadException: &'static NSExceptionName;
}

extern "C" {
    pub static NSTextWriteException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPasteboardCommunicationException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPrintingCommunicationException: &'static NSExceptionName;
}

extern "C" {
    pub static NSAbortModalException: &'static NSExceptionName;
}

extern "C" {
    pub static NSAbortPrintingException: &'static NSExceptionName;
}

extern "C" {
    pub static NSIllegalSelectorException: &'static NSExceptionName;
}

extern "C" {
    pub static NSAppKitVirtualMemoryException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBadRTFDirectiveException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBadRTFFontTableException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBadRTFStyleSheetException: &'static NSExceptionName;
}

extern "C" {
    pub static NSTypedStreamVersionException: &'static NSExceptionName;
}

extern "C" {
    pub static NSTIFFException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPrintPackageException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBadRTFColorTableException: &'static NSExceptionName;
}

extern "C" {
    pub static NSDraggingException: &'static NSExceptionName;
}

extern "C" {
    pub static NSColorListIOException: &'static NSExceptionName;
}

extern "C" {
    pub static NSColorListNotEditableException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBadBitmapParametersException: &'static NSExceptionName;
}

extern "C" {
    pub static NSWindowServerCommunicationException: &'static NSExceptionName;
}

extern "C" {
    pub static NSFontUnavailableException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPPDIncludeNotFoundException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPPDParseException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPPDIncludeStackOverflowException: &'static NSExceptionName;
}

extern "C" {
    pub static NSPPDIncludeStackUnderflowException: &'static NSExceptionName;
}

extern "C" {
    pub static NSRTFPropertyStackOverflowException: &'static NSExceptionName;
}

extern "C" {
    pub static NSAppKitIgnoredException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBadComparisonException: &'static NSExceptionName;
}

extern "C" {
    pub static NSImageCacheException: &'static NSExceptionName;
}

extern "C" {
    pub static NSNibLoadingException: &'static NSExceptionName;
}

extern "C" {
    pub static NSBrowserIllegalDelegateException: &'static NSExceptionName;
}

extern "C" {
    pub static NSAccessibilityException: &'static NSExceptionName;
}