The plugin part MBS MacBase Plugin
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS MacBase Plugin:
- class ContainerControl
- class Control
- class DesktopContainer
- class DesktopControl
- class DesktopWindow
- class DRNotificationCenterMBS
- class NSAttributedStringMBS
- method rangeOfTextBlock(textBlock as NSTextBlockMBS, location as Integer) as NSRangeMBS
- method rangeOfTextTable(textTable as NSTextTableMBS, location as Integer) as NSRangeMBS
- method Constructor
- method Convert_Operator as string
- method paragraphRangeForRange(range as NSRangeMBS) as NSRangeMBS
- method lineRangeForRange(range as NSRangeMBS) as NSRangeMBS
- method itemNumberInTextList(list as NSTextListMBS, location as Integer) as Integer
- method rangeOfTextList(list as NSTextListMBS, location as Integer) as NSRangeMBS
- method fileWrapperFromRange(offset as integer, length as integer, documentAttributes as dictionary = nil, byref Error as NSErrorMBS) as NSFileWrapperMBS
- method GeneratePDF(PrintOptions as variant = nil) as MemoryBlock
- method AsCFAttributedString as Variant
- method CopyToClipboard as Boolean
- method attributeAtIndex(name as string, location as UInt64) as variant
- method attributeAtIndex(name as string, location as UInt64, inRange as NSRangeMBS) as variant
- method attributeAtIndex2(name as string, location as UInt64, byref effectiveRange as NSRangeMBS) as variant
- method attributeAtIndex2(name as string, location as UInt64, byref longestEffectiveRange as NSRangeMBS, inRange as NSRangeMBS) as variant
- method attributedSubstringFromRange(range as NSRangeMBS) as NSAttributedStringMBS
- method attributesAtIndex2(location as UInt64, byref range as NSRangeMBS, inRange as NSRangeMBS) as dictionary
- method attributesAtIndex2(location as UInt64, byref range as NSRangeMBS) as dictionary
- method attributesAtIndex(location as UInt64, inRange as NSRangeMBS) as dictionary
- method attributesAtIndex(location as UInt64) as dictionary
- method copy as NSAttributedStringMBS
- method mutableCopy as NSMutableAttributedStringMBS
- method isEqualToAttributedString(other as NSAttributedStringMBS) as Boolean
- method rtf as memoryblock
- method htmlString as string
- method initWithString(text as string) as boolean
- method initWithString(text as string, withAttributes as Dictionary) as boolean
- method initWithAttributedString(text as NSAttributedStringMBS) as boolean
- method initWithURL(file as folderitem) as boolean
- method initWithURL(url as string) as boolean
- method initWithPath(file as folderitem) as boolean
- method initWithPath(path as string) as boolean
- method initWithRTF(data as memoryblock) as boolean
- method initWithRTFD(data as memoryblock) as boolean
- method initWithHTML(data as memoryblock) as boolean
- method initWithHTML(data as memoryblock, BaseURL as string) as boolean
- method initWithHTMLOld(data as string) as boolean
- method initWithDocFormat(data as memoryblock) as boolean
- method dataFromRange(offset as integer, length as integer, documentAttributes as dictionary = nil, byref error as NSErrorMBS) as memoryblock
- method RTFDFileWrapperFromRange(offset as integer, length as integer, documentAttributes as dictionary = nil) as NSFileWrapperMBS
- method RTFFromRange(offset as integer, length as integer, documentAttributes as dictionary = nil) as memoryblock
- method RTFDFromRange(offset as integer, length as integer, documentAttributes as dictionary = nil) as memoryblock
- method docFormatFromRange(offset as integer, length as integer, documentAttributes as dictionary = nil) as memoryblock
- method RTFFromRange(documentAttributes as dictionary = nil) as memoryblock
- method RTFDFromRange(documentAttributes as dictionary = nil) as memoryblock
- method docFormatFromRange(documentAttributes as dictionary = nil) as memoryblock
- method initWithURL(file as folderitem, byref documentAttributes as dictionary) as boolean
- method initWithURL(url as string, byref documentAttributes as dictionary) as boolean
- method initWithPath(file as folderitem, byref documentAttributes as dictionary) as boolean
- method initWithPath(path as string, byref documentAttributes as dictionary) as boolean
- method initWithRTF(data as memoryblock, byref documentAttributes as dictionary) as boolean
- method initWithRTFD(data as memoryblock, byref documentAttributes as dictionary) as boolean
- method initWithHTML(data as memoryblock, byref documentAttributes as dictionary) as boolean
- method initWithHTML(data as memoryblock, BaseURL as string, byref documentAttributes as dictionary) as boolean
- method initWithHTML(data as memoryblock, options as Dictionary, byref documentAttributes as dictionary) as boolean
- method initWithDocFormat(data as memoryblock, byref documentAttributes as dictionary) as boolean
- property Handle as Integer
- property Length as Integer
- property Range as NSRangeMBS
- property Text as String
- property containsAttachments as Boolean
- shared method attributedStringWithAttachment(attachment as NSTextAttachmentMBS) as NSAttributedStringMBS
- shared method FromClipboard as NSAttributedStringMBS
- shared method attributedStringWithURL(file as folderitem, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithURL(url as string, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithPath(file as folderitem, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithPath(path as string, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithRTF(data as memoryblock, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithRTFD(data as memoryblock, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithHTML(data as memoryblock, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithHTML(data as memoryblock, BaseURL as string, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithDocFormat(data as memoryblock, byref DocumentAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithString(text as string) as NSAttributedStringMBS
- shared method attributedStringWithString(text as string, withAttributes as dictionary) as NSAttributedStringMBS
- shared method attributedStringWithAttributedString(text as NSAttributedStringMBS) as NSAttributedStringMBS
- shared method attributedStringWithURL(file as folderitem) as NSAttributedStringMBS
- shared method attributedStringWithURL(url as string) as NSAttributedStringMBS
- shared method attributedStringWithPath(file as folderitem) as NSAttributedStringMBS
- shared method attributedStringWithPath(path as string) as NSAttributedStringMBS
- shared method attributedStringWithRTF(data as memoryblock) as NSAttributedStringMBS
- shared method attributedStringWithRTFD(data as memoryblock) as NSAttributedStringMBS
- shared method attributedStringWithHTML(data as memoryblock) as NSAttributedStringMBS
- shared method attributedStringWithHTML(data as memoryblock, BaseURL as string) as NSAttributedStringMBS
- shared method attributedStringWithHTMLOld(data as string) as NSAttributedStringMBS
- shared method attributedStringWithDocFormat(data as memoryblock) as NSAttributedStringMBS
- shared method NSTextEffectAttributeName as string
- shared method NSTextAlternativesAttributeName as string
- shared method NSTextEffectLetterpressStyle as string
- shared method NSDefaultAttributesDocumentAttribute as string
- shared method NSFontAttributeName as string
- shared method NSParagraphStyleAttributeName as string
- shared method NSForegroundColorAttributeName as string
- shared method NSUnderlineStyleAttributeName as string
- shared method NSSuperscriptAttributeName as string
- shared method NSBackgroundColorAttributeName as string
- shared method NSAttachmentAttributeName as string
- shared method NSLigatureAttributeName as string
- shared method NSBaselineOffsetAttributeName as string
- shared method NSKernAttributeName as string
- shared method NSLinkAttributeName as string
- shared method NSStrokeWidthAttributeName as string
- shared method NSStrokeColorAttributeName as string
- shared method NSUnderlineColorAttributeName as string
- shared method NSStrikethroughStyleAttributeName as string
- shared method NSStrikethroughColorAttributeName as string
- shared method NSShadowAttributeName as string
- shared method NSObliquenessAttributeName as string
- shared method NSExpansionAttributeName as string
- shared method NSCursorAttributeName as string
- shared method NSToolTipAttributeName as string
- shared method NSCharacterShapeAttributeName as string
- shared method NSGlyphInfoAttributeName as string
- shared method NSWritingDirectionAttributeName as string
- shared method NSMarkedClauseSegmentAttributeName as string
- shared method NSVerticalGlyphFormAttributeName as string
- shared method NSSpellingStateAttributeName as string
- shared method NSPlainTextDocumentType as string
- shared method NSRTFTextDocumentType as string
- shared method NSRTFDTextDocumentType as string
- shared method NSMacSimpleTextDocumentType as string
- shared method NSHTMLTextDocumentType as string
- shared method NSDocFormatTextDocumentType as string
- shared method NSWordMLTextDocumentType as string
- shared method NSWebArchiveTextDocumentType as string
- shared method NSOfficeOpenXMLTextDocumentType as string
- shared method NSOpenDocumentTextDocumentType as string
- shared method NSTextLayoutSectionOrientation as string
- shared method NSTextLayoutSectionRange as string
- shared method NSPaperSizeDocumentAttribute as string
- shared method NSLeftMarginDocumentAttribute as string
- shared method NSRightMarginDocumentAttribute as string
- shared method NSTopMarginDocumentAttribute as string
- shared method NSBottomMarginDocumentAttribute as string
- shared method NSViewSizeDocumentAttribute as string
- shared method NSViewZoomDocumentAttribute as string
- shared method NSViewModeDocumentAttribute as string
- shared method NSDocumentTypeDocumentAttribute as string
- shared method NSReadOnlyDocumentAttribute as string
- shared method NSConvertedDocumentAttribute as string
- shared method NSCocoaVersionDocumentAttribute as string
- shared method NSBackgroundColorDocumentAttribute as string
- shared method NSHyphenationFactorDocumentAttribute as string
- shared method NSDefaultTabIntervalDocumentAttribute as string
- shared method NSCharacterEncodingDocumentAttribute as string
- shared method NSFileTypeDocumentAttribute as string
- shared method NSTitleDocumentAttribute as string
- shared method NSCompanyDocumentAttribute as string
- shared method NSCopyrightDocumentAttribute as string
- shared method NSSubjectDocumentAttribute as string
- shared method NSAuthorDocumentAttribute as string
- shared method NSKeywordsDocumentAttribute as string
- shared method NSCommentDocumentAttribute as string
- shared method NSEditorDocumentAttribute as string
- shared method NSCreationTimeDocumentAttribute as string
- shared method NSModificationTimeDocumentAttribute as string
- shared method NSManagerDocumentAttribute as string
- shared method NSCategoryDocumentAttribute as string
- shared method NSTextLayoutSectionsAttribute as string
- shared method NSExcludedElementsDocumentAttribute as string
- shared method NSTextEncodingNameDocumentAttribute as string
- shared method NSPrefixSpacesDocumentAttribute as string
- shared method NSDocumentTypeDocumentOption as string
- shared method NSDefaultAttributesDocumentOption as string
- shared method NSCharacterEncodingDocumentOption as string
- shared method NSTextEncodingNameDocumentOption as string
- shared method NSBaseURLDocumentOption as string
- shared method NSTimeoutDocumentOption as string
- shared method NSWebPreferencesDocumentOption as string
- shared method NSWebResourceLoadDelegateDocumentOption as string
- shared method NSTextSizeMultiplierDocumentOption as string
- shared method NSFileTypeDocumentOption as string
- class NSBezierPathMBS
- method appendBezierPathWithGlyphs(glyphs() as Integer, font as NSFontMBS)
- method appendBezierPathWithGlyph(glyph as Integer, font as NSFontMBS)
- method copy as NSBezierPathMBS
- method appendBezierPathWithArc(center as NSPointMBS, radius as double, startAngle as double, endAngle as double, clockwise as boolean)
- method appendBezierPathWithArc(center as NSPointMBS, radius as double, startAngle as double, endAngle as double)
- method appendBezierPathWithArc(point1 as NSPointMBS, point2 as NSPointMBS, radius as double)
- method getLineDash(byref pattern() as double, byref count as integer, byref phase as double)
- method setLineDash(pattern() as double, phase as double)
- method elementAtIndex(index as integer) as integer
- method elementAtIndex(index as integer, byref associatedPoints() as NSPointMBS) as integer
- method appendBezierPathWithPoints(points() as NSPointMBS)
- method setAssociatedPoints(points() as NSPointMBS, index as integer)
- method transformUsingAffineTransform(transform as variant)
- method appendBezierPath(path as NSBezierPathMBS)
- method appendBezierPathWithRect(rect as NSRectMBS)
- method appendBezierPathWithOvalInRect(rect as NSRectMBS)
- method appendBezierPathWithRoundedRect(rect as NSRectMBS, xRadius as double, yRadius as double)
- method containsPoint(p as NSPointMBS) as boolean
- method elementCount as integer
- method isEmpty as boolean
- method bezierPathByFlatteningPath as NSBezierPathMBS
- method bezierPathByReversingPath as NSBezierPathMBS
- method Constructor
- method removeAllPoints
- method moveToPoint(p as NSPointMBS)
- method lineToPoint(p as NSPointMBS)
- method closePath
- method curveToPoint(endPoint as NSPointMBS, controlPoint1 as NSPointMBS, controlPoint2 as NSPointMBS)
- method relativeMoveToPoint(p as NSPointMBS)
- method relativeLineToPoint(p as NSPointMBS)
- method relativeCurveToPoint(endPoint as NSPointMBS, controlPoint1 as NSPointMBS, controlPoint2 as NSPointMBS)
- property lineCapStyle as Integer
- property lineJoinStyle as Integer
- property windingRule as Integer
- property miterLimit as double
- property lineWidth as double
- property flatness as double
- property Handle as Integer
- property Bounds as NSRectMBS
- property ControlPointBounds as NSRectMBS
- property CurrentPoint as NSPointMBS
- shared method bezierPath as NSBezierPathMBS
- shared method bezierPathWithRect(r as NSRectMBS) as NSBezierPathMBS
- shared method bezierPathWithOvalInRect(r as NSRectMBS) as NSBezierPathMBS
- shared method bezierPathWithRoundedRect(r as NSRectMBS, xRadius as double, yRadius as double) as NSBezierPathMBS
- shared property defaultLineJoinStyle as Integer
- shared property defaultLineCapStyle as Integer
- shared property defaultWindingRule as Integer
- shared property defaultMiterLimit as Double
- shared property defaultFlatness as Double
- shared property defaultLineWidth as Double
- class NSBitmapImageRepMBS
- class NSBundleMBS
- class NSCachedURLResponseMBS
- class NSCalendarMBS
- class NSCharacterSetMBS
- class NSCoderMBS
- method decodeCFObjectMBS(key as string) as variant
- method encodeCFObjectMBS(value as variant, key as string)
- method decodeNSURLFile(key as string) as folderitem
- method encodeNSURLFile(value as folderitem, key as string)
- method decodeNSURLString(key as string) as String
- method encodeNSURLString(value as String, key as string)
- method Constructor
- method systemVersion as integer
- method allowsKeyedCoding as boolean
- method containsValueForKey(key as string) as boolean
- method decodeBool(key as string) as boolean
- method encodeBool(value as boolean, key as string)
- method decodeInt32(key as string) as Int32
- method encodeInt32(value as Int32, key as string)
- method decodeInt64(key as string) as Int64
- method encodeInt64(value as Int64, key as string)
- method decodeFloat(key as string) as single
- method encodeFloat(value as single, key as string)
- method decodeDouble(key as string) as double
- method encodeDouble(value as double, key as string)
- method decodeBytes(key as string) as MemoryBlock
- method encodeBytes(value as MemoryBlock, key as string)
- method decodeString(key as string) as string
- method encodeString(value as string, key as string)
- method decodeDictionary(key as string) as Dictionary
- method encodeDictionary(value as Dictionary, key as string)
- method decodePoint(key as string) as NSPointMBS
- method encodePoint(value as NSPointMBS, key as string)
- method decodeSize(key as string) as NSSizeMBS
- method encodeSize(value as NSSizeMBS, key as string)
- method decodeRect(key as string) as NSRectMBS
- method encodeRect(value as NSRectMBS, key as string)
- property Handle as Integer
- shared method decodeTypedStream(Data as MemoryBlock) as variant
- class NSColorListMBS
- class NSColorMBS
- method colorWithSystemEffect(systemEffect as Integer) as NSColorMBS
- method Constructor(c as color)
- method Constructor(red as double, green as double, blue as double, alpha as double = 1.0)
- method CGColorHandle as Integer
- method Components as double()
- method getCMYK(byref cyan as double, byref magenta as double, byref yellow as double, byref black as double)
- method getWhite(byref white as double)
- method getHSV(byref hue as double, byref saturation as double, byref brightness as double)
- method getRGB(byref red as double, byref green as double, byref blue as double)
- method getCMYK(byref cyan as double, byref magenta as double, byref yellow as double, byref black as double, byref alpha as double)
- method getWhite(byref white as double, byref alpha as double)
- method getHSV(byref hue as double, byref saturation as double, byref brightness as double, byref alpha as double)
- method getRGB(byref red as double, byref green as double, byref blue as double, byref alpha as double)
- method blendedColorWithFraction(alpha as double, c as NSColorMBS) as NSColorMBS
- method colorWithAlphaComponent(alpha as double) as NSColorMBS
- method colorUsingColorSpaceName(colorSpace as string) as NSColorMBS
- method colorUsingColorSpace(colorSpace as NSColorSpaceMBS) as NSColorMBS
- method shadowWithLevel(level as double) as NSColorMBS
- method highlightWithLevel(level as double) as NSColorMBS
- method colorSpace as NSColorSpaceMBS
- method patternImage as variant
- method writeToPasteboard
- method colorUsingType(type as Integer) as NSColorMBS
- property colorValue as Color
- property blackComponent as double
- property yellowComponent as double
- property magentaComponent as double
- property cyanComponent as double
- property redComponent as double
- property greenComponent as double
- property blueComponent as double
- property whiteComponent as double
- property hueComponent as double
- property saturationComponent as double
- property brightnessComponent as double
- property alphaComponent as double
- property colorSpaceName as string
- property description as string
- property catalogNameComponent as string
- property colorNameComponent as string
- property localizedCatalogNameComponent as string
- property localizedColorNameComponent as string
- property numberOfComponents as Integer
- property Handle as Integer
- property Type as Integer
- shared method currentControlTint as Integer
- shared method colorNamed(colorName as String) as NSColorMBS
- shared method colorWithCatalogName(listName as String, colorName as String) as NSColorMBS
- shared method colorWithRGB(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithHSV(hue as double, saturation as double, brightness as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithWhite(white as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithColorSpaceHSV(ColorSpace as NSColorSpaceMBS, hue as double, saturation as double, brightness as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDisplayP3(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithColorSpace(ColorSpace as NSColorSpaceMBS, paramarray components as double) as NSColorMBS
- shared method colorWithColorSpace(ColorSpace as NSColorSpaceMBS, components() as double) as NSColorMBS
- shared method colorWithGenericGamma22White(white as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithCGColor(CGColorHandle as Integer) as NSColorMBS
- shared method colorWithDeviceCMYK(cyan as double, magenta as double, yellow as double, black as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceRGB(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceHSV(hue as double, saturation as double, brightness as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithDeviceWhite(white as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithSRGB(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithCalibratedRGB(red as double, green as double, blue as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithCalibratedHSV(hue as double, saturation as double, brightness as double, alpha as double=1.0) as NSColorMBS
- shared method colorWithCalibratedWhite(white as double, alpha as double=1.0) as NSColorMBS
- shared method colorFromPasteboard as NSColorMBS
- shared method colorWithPatternImage(image as variant) as NSColorMBS
- shared method alternatingContentBackgroundColors as NSColorMBS()
- shared method controlAlternatingRowBackgroundColors as NSColorMBS()
- shared method blackColor as NSColorMBS
- shared method darkGrayColor as NSColorMBS
- shared method lightGrayColor as NSColorMBS
- shared method whiteColor as NSColorMBS
- shared method grayColor as NSColorMBS
- shared method redColor as NSColorMBS
- shared method greenColor as NSColorMBS
- shared method blueColor as NSColorMBS
- shared method cyanColor as NSColorMBS
- shared method yellowColor as NSColorMBS
- shared method magentaColor as NSColorMBS
- shared method orangeColor as NSColorMBS
- shared method purpleColor as NSColorMBS
- shared method brownColor as NSColorMBS
- shared method clearColor as NSColorMBS
- shared method systemRedColor as NSColorMBS
- shared method systemGreenColor as NSColorMBS
- shared method systemBlueColor as NSColorMBS
- shared method systemOrangeColor as NSColorMBS
- shared method systemYellowColor as NSColorMBS
- shared method systemBrownColor as NSColorMBS
- shared method systemPinkColor as NSColorMBS
- shared method systemPurpleColor as NSColorMBS
- shared method systemGrayColor as NSColorMBS
- shared method controlShadowColor as NSColorMBS
- shared method controlDarkShadowColor as NSColorMBS
- shared method controlColor as NSColorMBS
- shared method controlHighlightColor as NSColorMBS
- shared method controlLightHighlightColor as NSColorMBS
- shared method controlTextColor as NSColorMBS
- shared method controlBackgroundColor as NSColorMBS
- shared method selectedControlColor as NSColorMBS
- shared method secondarySelectedControlColor as NSColorMBS
- shared method selectedControlTextColor as NSColorMBS
- shared method disabledControlTextColor as NSColorMBS
- shared method textColor as NSColorMBS
- shared method textBackgroundColor as NSColorMBS
- shared method selectedTextColor as NSColorMBS
- shared method selectedTextBackgroundColor as NSColorMBS
- shared method gridColor as NSColorMBS
- shared method keyboardFocusIndicatorColor as NSColorMBS
- shared method windowBackgroundColor as NSColorMBS
- shared method scrollBarColor as NSColorMBS
- shared method knobColor as NSColorMBS
- shared method selectedKnobColor as NSColorMBS
- shared method windowFrameColor as NSColorMBS
- shared method windowFrameTextColor as NSColorMBS
- shared method selectedMenuItemColor as NSColorMBS
- shared method selectedMenuItemTextColor as NSColorMBS
- shared method highlightColor as NSColorMBS
- shared method shadowColor as NSColorMBS
- shared method headerColor as NSColorMBS
- shared method headerTextColor as NSColorMBS
- shared method alternateSelectedControlColor as NSColorMBS
- shared method alternateSelectedControlTextColor as NSColorMBS
- shared method labelColor as NSColorMBS
- shared method secondaryLabelColor as NSColorMBS
- shared method tertiaryLabelColor as NSColorMBS
- shared method quaternaryLabelColor as NSColorMBS
- shared method linkColor as NSColorMBS
- shared method placeholderTextColor as NSColorMBS
- shared method separatorColor as NSColorMBS
- shared method underPageBackgroundColor as NSColorMBS
- shared method selectedContentBackgroundColor as NSColorMBS
- shared method unemphasizedSelectedContentBackgroundColor as NSColorMBS
- shared method findHighlightColor as NSColorMBS
- shared method unemphasizedSelectedTextBackgroundColor as NSColorMBS
- shared method unemphasizedSelectedTextColor as NSColorMBS
- shared method scrubberTexturedBackgroundColor as NSColorMBS
- shared method controlAccentColor as NSColorMBS
- shared method systemTealColor as NSColorMBS
- shared method systemIndigoColor as NSColorMBS
- class NSColorSamplerMBS
- class NSColorSpaceMBS
- class NSCursorMBS
- class NSDateComponentsMBS
- class NSDirectoryEnumeratorMBS
- class NSDistributedNotificationCenterMBS
- class NSEnumeratorMBS
- class NSEPSImageRepMBS
- class NSEventMBS
- method Constructor
- method allTouches as NSTouchMBS()
- method touchesForWindow(win as NSWindowMBS) as NSTouchMBS()
- method touchesForView(view as NSViewMBS) as NSTouchMBS()
- property Handle as Integer
- property type as integer
- property subtype as integer
- property timestamp as double
- property modifierFlags as integer
- property buttonMask as integer
- property CGEventRef as Integer
- property stage as Integer
- property stageTransition as Double
- property associatedEventsMask as Integer
- property isDirectionInvertedFromDevice as Boolean
- property scrollingDeltaX as Double
- property scrollingDeltaY as Double
- property hasPreciseScrollingDeltas as Boolean
- property description as string
- property clickCount as integer
- property buttonNumber as integer
- property eventNumber as integer
- property characters as string
- property charactersIgnoringModifiers as string
- property keyCode as integer
- property isARepeat as boolean
- property deltaX as double
- property deltaY as double
- property deltaZ as double
- property absoluteX as integer
- property absoluteY as integer
- property absoluteZ as integer
- property tangentialPressure as double
- property rotation as double
- property tilt as NSPointMBS
- property window as NSWindowMBS
- property locationInWindow as NSPointMBS
- property pressure as double
- property trackingNumber as integer
- property windowNumber as integer
- property data1 as integer
- property data2 as integer
- property magnification as double
- property deviceID as integer
- property isEnteringProximity as boolean
- property vendorID as integer
- property tabletID as integer
- property pointingDeviceID as integer
- property systemTabletID as integer
- property vendorPointingDeviceType as integer
- property pointingDeviceSerialNumber as integer
- property uniqueID as UInt64
- property capabilityMask as integer
- property pointingDeviceType as integer
- shared method otherEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, subType as Integer, Data1 as Integer, Data2 as Integer) as NSEventMBS
- shared method mouseEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, eventNumber as Integer, clickCount as Integer, pressure as Single) as NSEventMBS
- shared method keyEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, characters as String, charactersIgnoringModifiers as String, isARepeat as boolean, keyCode as Integer) as NSEventMBS
- shared method keyRepeatInterval as double
- shared method keyRepeatDelay as double
- shared method doubleClickInterval as double
- shared method pressedMouseButtons as UInt32
- shared method modifierFlagsGlobal as UInt32
- shared method mouseLocation as NSPointMBS
- shared method isMouseCoalescingEnabled as boolean
- shared method setMouseCoalescingEnabled(Value as boolean)
- shared method eventWithCGEvent(CGEventRef as Integer) as NSEventMBS
- class NSFileWrapperMBS
- method writeToFile(File as FolderItem, Options as Integer = 0, originalContentsURL as FolderItem = nil, byref Error as NSErrorMBS) as Boolean
- method writeToURL(URL as String, Options as Integer = 0, originalContentsURL as String = "", byref Error as NSErrorMBS) as Boolean
- method readFromFile(File as FolderItem, Options as Integer = 0, byref Error as NSErrorMBS) as Boolean
- method readFromURL(URL as String, Options as Integer = 0, byref Error as NSErrorMBS) as Boolean
- method matchesContentsOfFile(File as FolderItem) as Boolean
- method matchesContentsOfURL(URL as String) as Boolean
- method addRegularFileWithContents(Data as MemoryBlock, preferredFilename as string) as String
- method addFileWrapper(child as NSFileWrapperMBS) as String
- method removeFileWrapper(child as NSFileWrapperMBS)
- method keyForFileWrapper(child as NSFileWrapperMBS) as String
- method Constructor
- property Handle as Integer
- property icon as NSImageMBS
- property Directory as Boolean
- property RegularFile as Boolean
- property SymbolicLink as Boolean
- property preferredFilename as String
- property filename as String
- property fileAttributes as Dictionary
- property serializedRepresentation as MemoryBlock
- property regularFileContents as MemoryBlock
- property symbolicLinkDestinationURL as String
- property fileWrappers as Dictionary
- shared method initDirectoryWithFileWrappers(childrenByPreferredName as Dictionary) as NSFileWrapperMBS
- shared method initWithFile(File as folderItem, Options as Integer, byref error as NSErrorMBS) as NSFileWrapperMBS
- shared method initWithURL(URL as string, Options as Integer, byref error as NSErrorMBS) as NSFileWrapperMBS
- shared method initRegularFileWithContents(data as MemoryBlock) as NSFileWrapperMBS
- shared method initWithSerializedRepresentation(data as MemoryBlock) as NSFileWrapperMBS
- class NSFontDescriptorMBS
- class NSFontMBS
- class NSHelpManagerMBS
- class NSImageMBS
- method imageWithSymbolConfiguration(configuration as NSImageSymbolConfigurationMBS) as NSImageMBS
- method imageWithTintColor(tintColor as NSColorMBS) as NSImageMBS
- method cancelIncrementalLoad
- method recache
- method addRepresentation(img as NSImageRepMBS)
- method removeRepresentation(img as NSImageRepMBS)
- method CopyPictureWithAlphaRect(x as integer, y as integer, w as integer, h as integer) as picture
- method CopyPictureWithAlpha as picture
- method CopyPictureRect(x as integer, y as integer, w as integer, h as integer, CGColorSpace as Variant = nil, BackgroundColor as NSColorMBS = nil) as picture
- method CopyPicture(CGColorSpace as Variant = nil, BackgroundColor as NSColorMBS = nil) as picture
- method CopyMask as picture
- method CopyPictureWithMask(CGColorSpace as Variant = nil) as picture
- method imageByScalingToSize(width as double, height as double) as NSImageMBS
- method imageByFadingToFraction(fraction as double) as NSImageMBS
- method imageByScalingToSize(width as double, height as double, fraction as double) as NSImageMBS
- method imageByScalingToSize(width as double, height as double, fraction as double, flip as boolean, proportionally as boolean) as NSImageMBS
- method GIFRepresentationMT as Memoryblock
- method BMPRepresentationMT as Memoryblock
- method PNGRepresentationMT as Memoryblock
- method JPEGRepresentationWithCompressionFactorMT(factor as double) as Memoryblock
- method JPEGRepresentationMT as Memoryblock
- method TIFFRepresentationMT as Memoryblock
- method TIFFRepresentationUsingCompressionMT(comp as integer, factor as double) as Memoryblock
- method GIFRepresentation as Memoryblock
- method BMPRepresentation as Memoryblock
- method PNGRepresentation as Memoryblock
- method JPEGRepresentation as Memoryblock
- method JPEGRepresentationWithCompressionFactor(factor as double) as Memoryblock
- method Constructor(image as Picture, mask as picture = nil)
- method Constructor(data as memoryblock)
- method Constructor(width as double, height as double)
- method Constructor
- method Constructor(file as folderitem)
- method RepresentationHeight(index as integer) as integer
- method RepresentationWidth(index as integer) as integer
- method representations as NSImageRepMBS()
- method TIFFRepresentation as Memoryblock
- method TIFFRepresentationUsingCompression(comp as integer, factor as double) as Memoryblock
- method setName(value as String) as Boolean
- method setSize(width as double, height as double)
- method initWithContentsOfURL(file as folderitem) as boolean
- method initWithContentsOfURL(url as string) as boolean
- method initWithData(data as memoryblock) as boolean
- method initWithDataIgnoringOrientation(data as memoryblock) as boolean
- method initWithPicture(img as picture, mask as picture = nil) as boolean
- method initWithSize(width as double, height as double) as boolean
- method initWithPasteboard as boolean
- method initWithIconRef(IconHandle as integer) as boolean
- method DrawIntoCGContextAtPoint(cgcontext as integer, x as double, y as double, sx as double, sy as double, SourceW as double, SourceH as double, operation as integer, fraction as double) as boolean
- method DrawIntoCGContextAtRect(cgcontext as integer, x as double, y as double, w as double, h as double, SourceX as double, SourceY as double, SourceW as double, SourceH as double, operation as integer, fraction as double) as boolean
- property Handle as Integer
- property cacheMode as Integer
- property isTemplate as Boolean
- property size as NSSizeMBS
- property height as Double
- property width as Double
- property isFlipped as Boolean
- property isValid as Boolean
- property Name as String
- property MinimumPixelWidth as Integer
- property MinimumPixelHeight as Integer
- property MaximumPixelWidth as Integer
- property MaximumPixelHeight as Integer
- property RepresentationsCount as Integer
- property cacheDepthMatchesImageDepth as Boolean
- property usesEPSOnResolutionMismatch as Boolean
- property prefersColorMatch as Boolean
- property accessibilityDescription as String
- property EXIFData as Dictionary
- property backgroundColor as NSColorMBS
- property isCachedSeparately as Boolean
- property isDataRetained as Boolean
- property matchesOnMultipleResolution as Boolean
- property scalesWhenResized as Boolean
- property symbolConfiguration as NSImageSymbolConfigurationMBS
- shared method imageWithSystemSymbolName(name as string, accessibilityDescription as string = "") as NSImageMBS
- shared method imageWithCGImage(CGImage as variant, width as double = 0, height as double = 0) as NSImageMBS
- shared method imageWithData(data as string) as NSImageMBS
- shared method imageWithData(data as memoryblock) as NSImageMBS
- shared method imageWithContentsOfFile(file as folderitem) as NSImageMBS
- shared method imageWithContentsOfPath(path as string) as NSImageMBS
- shared method imageWithDataMT(data as string) as NSImageMBS
- shared method imageWithDataMT(data as memoryblock) as NSImageMBS
- shared method imageWithContentsOfFileMT(file as folderitem) as NSImageMBS
- shared method imageWithContentsOfPathMT(path as string) as NSImageMBS
- shared method imageWithContentsOfURL(URL as string) as NSImageMBS
- shared method imageWithContentsOfURLMT(URL as string) as NSImageMBS
- shared method imageWithHandle(Handle as Integer) as NSImageMBS
- shared method imageUnfilteredFileTypes as string()
- shared method imageUnfilteredPasteboardTypes as string()
- shared method imageFileTypes as string()
- shared method imagePasteboardTypes as string()
- shared method imageTypes as string()
- shared method imageUnfilteredTypes as string()
- shared method imageNamed(name as string) as NSImageMBS
- shared method canInitWithPasteboard as boolean
- shared method NSImageNameQuickLookTemplate as string
- shared method NSImageNameBluetoothTemplate as string
- shared method NSImageNameIChatTheaterTemplate as string
- shared method NSImageNameSlideshowTemplate as string
- shared method NSImageNameActionTemplate as string
- shared method NSImageNameSmartBadgeTemplate as string
- shared method NSImageNameIconViewTemplate as string
- shared method NSImageNameListViewTemplate as string
- shared method NSImageNameColumnViewTemplate as string
- shared method NSImageNameFlowViewTemplate as string
- shared method NSImageNamePathTemplate as string
- shared method NSImageNameInvalidDataFreestandingTemplate as string
- shared method NSImageNameLockLockedTemplate as string
- shared method NSImageNameLockUnlockedTemplate as string
- shared method NSImageNameGoRightTemplate as string
- shared method NSImageNameGoLeftTemplate as string
- shared method NSImageNameRightFacingTriangleTemplate as string
- shared method NSImageNameLeftFacingTriangleTemplate as string
- shared method NSImageNameAddTemplate as string
- shared method NSImageNameRemoveTemplate as string
- shared method NSImageNameRevealFreestandingTemplate as string
- shared method NSImageNameFollowLinkFreestandingTemplate as string
- shared method NSImageNameEnterFullScreenTemplate as string
- shared method NSImageNameExitFullScreenTemplate as string
- shared method NSImageNameStopProgressTemplate as string
- shared method NSImageNameStopProgressFreestandingTemplate as string
- shared method NSImageNameRefreshTemplate as string
- shared method NSImageNameRefreshFreestandingTemplate as string
- shared method NSImageNameBonjour as string
- shared method NSImageNameComputer as string
- shared method NSImageNameFolderBurnable as string
- shared method NSImageNameFolderSmart as string
- shared method NSImageNameFolder as string
- shared method NSImageNameNetwork as string
- shared method NSImageNameDotMac as string
- shared method NSImageNameMobileMe as string
- shared method NSImageNameMultipleDocuments as string
- shared method NSImageNameUserAccounts as string
- shared method NSImageNamePreferencesGeneral as string
- shared method NSImageNameAdvanced as string
- shared method NSImageNameInfo as string
- shared method NSImageNameFontPanel as string
- shared method NSImageNameColorPanel as string
- shared method NSImageNameUser as string
- shared method NSImageNameUserGroup as string
- shared method NSImageNameEveryone as string
- shared method NSImageNameUserGuest as string
- shared method NSImageNameMenuOnStateTemplate as string
- shared method NSImageNameMenuMixedStateTemplate as string
- shared method NSImageNameApplicationIcon as string
- shared method NSImageNameTrashEmpty as string
- shared method NSImageNameTrashFull as string
- shared method NSImageNameHomeTemplate as string
- shared method NSImageNameBookmarksTemplate as string
- shared method NSImageNameCaution as string
- shared method NSImageNameStatusAvailable as string
- shared method NSImageNameStatusPartiallyAvailable as string
- shared method NSImageNameStatusUnavailable as string
- shared method NSImageNameStatusNone as string
- shared method NSImageNameShareTemplate as string
- shared method NSImageHintUserInterfaceLayoutDirection as string
- shared method NSImageNameGoBackTemplate as string
- shared method NSImageNameGoForwardTemplate as string
- shared method NSImageNameTouchBarAddDetailTemplate as string
- shared method NSImageNameTouchBarAddTemplate as string
- shared method NSImageNameTouchBarAlarmTemplate as string
- shared method NSImageNameTouchBarAudioInputMuteTemplate as string
- shared method NSImageNameTouchBarAudioInputTemplate as string
- shared method NSImageNameTouchBarAudioOutputMuteTemplate as string
- shared method NSImageNameTouchBarAudioOutputVolumeHighTemplate as string
- shared method NSImageNameTouchBarAudioOutputVolumeLowTemplate as string
- shared method NSImageNameTouchBarAudioOutputVolumeMediumTemplate as string
- shared method NSImageNameTouchBarAudioOutputVolumeOffTemplate as string
- shared method NSImageNameTouchBarBookmarksTemplate as string
- shared method NSImageNameTouchBarColorPickerFill as string
- shared method NSImageNameTouchBarColorPickerFont as string
- shared method NSImageNameTouchBarColorPickerStroke as string
- shared method NSImageNameTouchBarCommunicationAudioTemplate as string
- shared method NSImageNameTouchBarCommunicationVideoTemplate as string
- shared method NSImageNameTouchBarComposeTemplate as string
- shared method NSImageNameTouchBarDeleteTemplate as string
- shared method NSImageNameTouchBarDownloadTemplate as string
- shared method NSImageNameTouchBarEnterFullScreenTemplate as string
- shared method NSImageNameTouchBarExitFullScreenTemplate as string
- shared method NSImageNameTouchBarFastForwardTemplate as string
- shared method NSImageNameTouchBarFolderCopyToTemplate as string
- shared method NSImageNameTouchBarFolderMoveToTemplate as string
- shared method NSImageNameTouchBarFolderTemplate as string
- shared method NSImageNameTouchBarGetInfoTemplate as string
- shared method NSImageNameTouchBarGoBackTemplate as string
- shared method NSImageNameTouchBarGoDownTemplate as string
- shared method NSImageNameTouchBarGoForwardTemplate as string
- shared method NSImageNameTouchBarGoUpTemplate as string
- shared method NSImageNameTouchBarHistoryTemplate as string
- shared method NSImageNameTouchBarIconViewTemplate as string
- shared method NSImageNameTouchBarListViewTemplate as string
- shared method NSImageNameTouchBarMailTemplate as string
- shared method NSImageNameTouchBarNewFolderTemplate as string
- shared method NSImageNameTouchBarNewMessageTemplate as string
- shared method NSImageNameTouchBarOpenInBrowserTemplate as string
- shared method NSImageNameTouchBarPauseTemplate as string
- shared method NSImageNameTouchBarPlayheadTemplate as string
- shared method NSImageNameTouchBarPlayPauseTemplate as string
- shared method NSImageNameTouchBarPlayTemplate as string
- shared method NSImageNameTouchBarQuickLookTemplate as string
- shared method NSImageNameTouchBarRecordStartTemplate as string
- shared method NSImageNameTouchBarRecordStopTemplate as string
- shared method NSImageNameTouchBarRefreshTemplate as string
- shared method NSImageNameTouchBarRewindTemplate as string
- shared method NSImageNameTouchBarRotateLeftTemplate as string
- shared method NSImageNameTouchBarRotateRightTemplate as string
- shared method NSImageNameTouchBarSearchTemplate as string
- shared method NSImageNameTouchBarShareTemplate as string
- shared method NSImageNameTouchBarSidebarTemplate as string
- shared method NSImageNameTouchBarSkipAhead15SecondsTemplate as string
- shared method NSImageNameTouchBarSkipAhead30SecondsTemplate as string
- shared method NSImageNameTouchBarSkipAheadTemplate as string
- shared method NSImageNameTouchBarSkipBack15SecondsTemplate as string
- shared method NSImageNameTouchBarSkipBack30SecondsTemplate as string
- shared method NSImageNameTouchBarSkipBackTemplate as string
- shared method NSImageNameTouchBarSkipToEndTemplate as string
- shared method NSImageNameTouchBarSkipToStartTemplate as string
- shared method NSImageNameTouchBarSlideshowTemplate as string
- shared method NSImageNameTouchBarTagIconTemplate as string
- shared method NSImageNameTouchBarTextBoldTemplate as string
- shared method NSImageNameTouchBarTextBoxTemplate as string
- shared method NSImageNameTouchBarTextCenterAlignTemplate as string
- shared method NSImageNameTouchBarTextItalicTemplate as string
- shared method NSImageNameTouchBarTextJustifiedAlignTemplate as string
- shared method NSImageNameTouchBarTextLeftAlignTemplate as string
- shared method NSImageNameTouchBarTextListTemplate as string
- shared method NSImageNameTouchBarTextRightAlignTemplate as string
- shared method NSImageNameTouchBarTextStrikethroughTemplate as string
- shared method NSImageNameTouchBarTextUnderlineTemplate as string
- shared method NSImageNameTouchBarUserAddTemplate as string
- shared method NSImageNameTouchBarUserGroupTemplate as string
- shared method NSImageNameTouchBarUserTemplate as string
- shared method NSImageNameTouchBarVolumeDownTemplate as string
- shared method NSImageNameTouchBarVolumeUpTemplate as string
- class NSImageRepMBS
- class NSImageSymbolConfigurationMBS
- class NSIndexSetMBS
- class NSInputStreamMBS
- class NSKeyedArchiverMBS
- class NSKeyedUnarchiverMBS
- class NSKeyValueObserverMBS
- class NSLocaleDateMBS
- class NSLocaleMBS
- class NSLocaleNumberMBS
- class NSMenuItemMBS
- class NSMenuMBS
- class NSMutableAttributedStringMBS
- method Constructor
- method containsAttachmentsInRange(offset as integer, length as integer) as Boolean
- method rulerAttributesInRange(offset as integer, length as integer) as Dictionary
- method fontAttributesInRange(offset as integer, length as integer) as Dictionary
- method superscriptRange(offset as integer, length as integer)
- method subscriptRange(offset as integer, length as integer)
- method unscriptRange(offset as integer, length as integer)
- method applyFontTraits(FontTraitMask as Integer, offset as integer, length as integer)
- method setAlignment(alignment as Integer, offset as integer, length as integer)
- method setBaseWritingDirection(writingDirection as Integer, offset as integer, length as integer)
- method fixAttributesInRange(offset as integer, length as integer)
- method fixFontAttributeInRange(offset as integer, length as integer)
- method fixParagraphStyleAttributeInRange(offset as integer, length as integer)
- method fixAttachmentAttributeInRange(offset as integer, length as integer)
- method AsCFMutableAttributedString as Variant
- method updateAttachmentsFromPath(path as string)
- method updateAttachmentsFromPath(file as folderitem)
- method replaceCharactersInRange(range as NSRangeMBS, attrString as NSAttributedStringMBS)
- method addAttributes(attrs as Dictionary, range as NSRangeMBS)
- method addAttribute(name as string, value as variant, range as NSRangeMBS)
- method setAttributes(attrs as Dictionary, range as NSRangeMBS)
- method replaceCharactersInRange(range as NSRangeMBS, text as string)
- method deleteCharactersInRange(range as NSRangeMBS)
- method beginEditing
- method endEditing
- method removeAttribute(name as string, range as NSRangeMBS)
- method setAttributedString(attrString as NSAttributedStringMBS)
- method insertAttributedString(attrString as NSAttributedStringMBS, location as UInt64)
- method appendAttributedString(attrString as NSAttributedStringMBS)
- method setString(attrString as String)
- method insertString(attrString as String, location as UInt64)
- method appendString(attrString as String)
- method replaceCharacters(search as String, text as String, Options as Integer = 1)
- class NSMutableCharacterSetMBS
- class NSMutableIndexSetMBS
- class NSMutableURLRequestMBS
- class NSNotificationCenterMBS
- class NSNotificationMBS
- class NSNotificationObserverMBS
- class NSOutputStreamMBS
- class NSPanelMBS
- method Constructor(x as double, y as double, w as double, h as double, styleMask as integer, BackingStoreType as integer, deferCreation as boolean)
- property isFloatingPanel as boolean
- property becomesKeyOnlyIfNeeded as boolean
- property worksWhenModal as boolean
- shared method RunAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as integer
- shared method RunInformationalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as integer
- shared method RunCriticalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- class NSPasteboardItemDataProviderMBS
- class NSPasteboardItemMBS
- class NSPasteboardMBS
- class NSPDFImageRepMBS
- class NSPICTImageRepMBS
- class NSProcessInfoActivityMBS
- class NSProcessInfoMBS
- class NSResponderMBS
- class NSScreenMBS
- class NSShadowMBS
- class NSSoundDelegateMBS
- class NSSoundMBS
- class NSStreamMBS
- class NSTextAttachmentMBS
- class NSTextBlockMBS
- method widthValueType(layer as Integer, edge as Integer) as Integer
- method width(layer as Integer, edge as Integer) as double
- method setWidth(value as double, ValueType as Integer, Layer as Integer)
- method setWidth(value as double, ValueType as Integer, Layer as Integer, edge as Integer)
- method borderColor(edge as Integer) as NSColorMBS
- method setBorderColor(color as NSColorMBS)
- method setBorderColor(color as NSColorMBS, edge as Integer)
- method copy as NSTextBlockMBS
- method Constructor
- method setContentWidth(value as double, ValueType as Integer)
- method setValue(value as double, ValueType as Integer, dimension as Integer)
- method valueForDimension(dimension as Integer) as Double
- method valueTypeForDimension(dimension as Integer) as Integer
- property Handle as Integer
- property contentWidth as Double
- property contentWidthValueType as Integer
- property verticalAlignment as Integer
- property backgroundColor as NSColorMBS
- class NSTextListMBS
- class NSTextTableBlockMBS
- class NSTextTableMBS
- class NSTimeZoneMBS
- class NSTouchMBS
- class NSUndoManagerMBS
- class NSURLAuthenticationChallengeMBS
- class NSURLCacheMBS
- class NSURLConnectionFilterMBS
- class NSURLConnectionMBS
- class NSURLCredentialMBS
- class NSURLCredentialStorageMBS
- class NSURLDownloadMBS
- class NSURLMBS
- method isEqual(other as NSURLMBS) as boolean
- method Items(VisibleItemsOnly as boolean = false) as NSURLMBS()
- method Items(byref error as NSErrorMBS, VisibleItemsOnly as boolean = false) as NSURLMBS()
- method TagNames as string()
- method pathComponents as string()
- method URLByStandardizingPath as NSURLMBS
- method URLByResolvingSymlinksInPath as NSURLMBS
- method URLByDeletingPathExtension as NSURLMBS
- method URLByDeletingLastPathComponent as NSURLMBS
- method URLByAppendingPathComponent(pathComponent as string) as NSURLMBS
- method URLByAppendingPathComponent(pathComponent as string, isDirectory as boolean) as NSURLMBS
- method URLByAppendingPathExtension(PathExtension as string) as NSURLMBS
- method startAccessingSecurityScopedResource as boolean
- method stopAccessingSecurityScopedResource
- method setTemporaryResourceValue(value as variant, key as string)
- method removeAllCachedResourceValues
- method removeCachedResourceValueForKey(key as string)
- method setResourceValues(keyedValues as Dictionary, byref error as NSErrorMBS) as boolean
- method setResourceValue(value as variant, key as string, byref error as NSErrorMBS) as boolean
- method resourceValuesForKeys(keys() as string, byref error as NSErrorMBS) as Dictionary
- method getResourceValue(byref value as variant, key as string, byref error as NSErrorMBS) as boolean
- method checkResourceIsReachableAndReturnError as NSErrorMBS
- method copy as NSURLMBS
- method Constructor(item as folderitem)
- method Constructor(url as string)
- method Constructor(url as string, baseURL as NSURLMBS)
- method Constructor(scheme as string, host as string, path as string)
- method resourceValuesForKeys(keys() as string, targetDelegate as ResourceValuesForKeysDelegateMBS, tag as variant = nil, PrecacheIcons as boolean = false)
- property IsUbiquitousItem as Boolean
- property UbiquitousItemHasUnresolvedConflicts as Boolean
- property UbiquitousItemIsDownloaded as Boolean
- property UbiquitousItemIsDownloading as Boolean
- property UbiquitousItemIsUploaded as Boolean
- property UbiquitousItemIsUploading as Boolean
- property UbiquitousItemDownloadRequested as Boolean
- property UbiquitousItemIsExcludedFromSync as Boolean
- property UbiquitousItemIsShared as Boolean
- property UbiquitousItemDownloadingStatus as String
- property UbiquitousItemContainerDisplayName as String
- property UbiquitousItemDownloadingError as NSErrorMBS
- property UbiquitousItemUploadingError as NSErrorMBS
- property TypeIdentifier as String
- property LocalizedTypeDescription as String
- property LocalizedLabel as String
- property FileResourceIdentifier as String
- property VolumeIdentifier as String
- property GenerationIdentifier as String
- property DocumentIdentifier as String
- property FileResourceType as String
- property IsReadable as Boolean
- property IsWritable as Boolean
- property IsExecutable as Boolean
- property IsExcludedFromBackup as Boolean
- property IsMountTrigger as Boolean
- property PreferredIOBlockSize as Integer
- property LabelNumber as Integer
- property LinkCount as Integer
- property AddedToDirectoryDate as Date
- property CreationDate as Date
- property ContentAccessDate as Date
- property ContentModificationDate as Date
- property AttributeModificationDate as Date
- property QuarantineProperties as Dictionary
- property LabelColor as Variant
- property EffectiveIcon as Variant
- property ParentDirectoryURL as NSURLMBS
- property VolumeURL as NSURLMBS
- property Name as String
- property LocalizedName as String
- property IsDirectory as Boolean
- property IsRegularFile as Boolean
- property IsSymbolicLink as Boolean
- property IsVolume as Boolean
- property IsPackage as Boolean
- property IsSystemImmutable as Boolean
- property IsUserImmutable as Boolean
- property IsHidden as Boolean
- property HasHiddenExtension as Boolean
- property IsAlias as Boolean
- property Handle as Integer
- property Item as FolderItem
- property isFileURL as Boolean
- property isFileReferenceURL as Boolean
- property lastPathComponent as String
- property pathExtension as String
- property absoluteString as String
- property relativeString as String
- property scheme as String
- property resourceSpecifier as String
- property host as String
- property user as String
- property password as String
- property path as String
- property fragment as String
- property parameterString as String
- property query as String
- property relativePath as String
- property fileSystemRepresentation as String
- property port as Integer
- property baseURL as NSURLMBS
- property absoluteURL as NSURLMBS
- property standardizedURL as NSURLMBS
- property fileReferenceURL as NSURLMBS
- property filePathURL as NSURLMBS
- property AddedToDirectoryDateTime as DateTime
- property CreationDateTime as DateTime
- property ContentAccessDateTime as DateTime
- property ContentModificationDateTime as DateTime
- property AttributeModificationDateTime as DateTime
- shared method mountedVolumeURLs(SkipHidden as boolean = true) as NSURLMBS()
- shared method fileURLWithPathComponents(components() as string) as NSURLMBS
- shared method NSURLFileScheme as string
- shared method NSURLKeysOfUnsetValuesKey as string
- shared method fileURLWithFileSystemRepresentation(path as string, isDirectory as boolean, relativeToURL as NSURLMBS) as NSURLMBS
- shared method fileURLWithPath(path as string, isDirectory as boolean) as NSURLMBS
- shared method fileURLWithPath(path as string) as NSURLMBS
- shared method URLWithString(URL as string) as NSURLMBS
- shared method URLWithString(URL as string, baseURL as NSURLMBS) as NSURLMBS
- shared method URLWithItem(Item as FolderItem) as NSURLMBS
- shared method URLWithHandle(Handle as Integer) as NSURLMBS
- shared method NSURLNameKey as string
- shared method NSURLLocalizedNameKey as string
- shared method NSURLIsRegularFileKey as string
- shared method NSURLIsDirectoryKey as string
- shared method NSURLIsSymbolicLinkKey as string
- shared method NSURLIsVolumeKey as string
- shared method NSURLIsPackageKey as string
- shared method NSURLIsSystemImmutableKey as string
- shared method NSURLIsUserImmutableKey as string
- shared method NSURLIsHiddenKey as string
- shared method NSURLHasHiddenExtensionKey as string
- shared method NSURLCreationDateKey as string
- shared method NSURLContentAccessDateKey as string
- shared method NSURLContentModificationDateKey as string
- shared method NSURLAttributeModificationDateKey as string
- shared method NSURLLinkCountKey as string
- shared method NSURLParentDirectoryURLKey as string
- shared method NSURLVolumeURLKey as string
- shared method NSURLTypeIdentifierKey as string
- shared method NSURLLocalizedTypeDescriptionKey as string
- shared method NSURLLabelNumberKey as string
- shared method NSURLLabelColorKey as string
- shared method NSURLLocalizedLabelKey as string
- shared method NSURLEffectiveIconKey as string
- shared method NSURLCustomIconKey as string
- shared method NSURLFileResourceIdentifierKey as string
- shared method NSURLVolumeIdentifierKey as string
- shared method NSURLPreferredIOBlockSizeKey as string
- shared method NSURLIsReadableKey as string
- shared method NSURLIsWritableKey as string
- shared method NSURLIsExecutableKey as string
- shared method NSURLFileSecurityKey as string
- shared method NSURLIsExcludedFromBackupKey as string
- shared method NSURLTagNamesKey as string
- shared method NSURLPathKey as string
- shared method NSURLIsMountTriggerKey as string
- shared method NSURLGenerationIdentifierKey as string
- shared method NSURLDocumentIdentifierKey as string
- shared method NSURLAddedToDirectoryDateKey as string
- shared method NSURLQuarantinePropertiesKey as string
- shared method NSURLFileResourceTypeKey as string
- shared method NSURLFileResourceTypeNamedPipe as string
- shared method NSURLFileResourceTypeCharacterSpecial as string
- shared method NSURLFileResourceTypeDirectory as string
- shared method NSURLFileResourceTypeBlockSpecial as string
- shared method NSURLFileResourceTypeRegular as string
- shared method NSURLFileResourceTypeSymbolicLink as string
- shared method NSURLFileResourceTypeSocket as string
- shared method NSURLFileResourceTypeUnknown as string
- shared method NSURLThumbnailDictionaryKey as string
- shared method NSURLThumbnailKey as string
- shared method NSThumbnail1024x1024SizeKey as string
- shared method NSURLFileSizeKey as string
- shared method NSURLFileAllocatedSizeKey as string
- shared method NSURLTotalFileSizeKey as string
- shared method NSURLTotalFileAllocatedSizeKey as string
- shared method NSURLIsAliasFileKey as string
- shared method NSURLVolumeLocalizedFormatDescriptionKey as string
- shared method NSURLVolumeTotalCapacityKey as string
- shared method NSURLVolumeAvailableCapacityKey as string
- shared method NSURLVolumeResourceCountKey as string
- shared method NSURLVolumeSupportsPersistentIDsKey as string
- shared method NSURLVolumeSupportsSymbolicLinksKey as string
- shared method NSURLVolumeSupportsHardLinksKey as string
- shared method NSURLVolumeSupportsJournalingKey as string
- shared method NSURLVolumeIsJournalingKey as string
- shared method NSURLVolumeSupportsSparseFilesKey as string
- shared method NSURLVolumeSupportsZeroRunsKey as string
- shared method NSURLVolumeSupportsCaseSensitiveNamesKey as string
- shared method NSURLVolumeSupportsCasePreservedNamesKey as string
- shared method NSURLVolumeSupportsRootDirectoryDatesKey as string
- shared method NSURLVolumeSupportsVolumeSizesKey as string
- shared method NSURLVolumeSupportsRenamingKey as string
- shared method NSURLVolumeSupportsAdvisoryFileLockingKey as string
- shared method NSURLVolumeSupportsExtendedSecurityKey as string
- shared method NSURLVolumeIsBrowsableKey as string
- shared method NSURLVolumeMaximumFileSizeKey as string
- shared method NSURLVolumeIsEjectableKey as string
- shared method NSURLVolumeIsRemovableKey as string
- shared method NSURLVolumeIsInternalKey as string
- shared method NSURLVolumeIsAutomountedKey as string
- shared method NSURLVolumeIsLocalKey as string
- shared method NSURLVolumeIsReadOnlyKey as string
- shared method NSURLVolumeCreationDateKey as string
- shared method NSURLVolumeURLForRemountingKey as string
- shared method NSURLVolumeUUIDStringKey as string
- shared method NSURLVolumeNameKey as string
- shared method NSURLVolumeLocalizedNameKey as string
- shared method NSURLIsUbiquitousItemKey as string
- shared method NSURLUbiquitousItemHasUnresolvedConflictsKey as string
- shared method NSURLUbiquitousItemIsDownloadedKey as string
- shared method NSURLUbiquitousItemIsDownloadingKey as string
- shared method NSURLUbiquitousItemIsUploadedKey as string
- shared method NSURLUbiquitousItemIsUploadingKey as string
- shared method NSURLUbiquitousItemPercentDownloadedKey as string
- shared method NSURLUbiquitousItemPercentUploadedKey as string
- shared method NSURLUbiquitousItemDownloadingStatusKey as string
- shared method NSURLUbiquitousItemDownloadingErrorKey as string
- shared method NSURLUbiquitousItemUploadingErrorKey as string
- shared method NSURLUbiquitousItemDownloadRequestedKey as string
- shared method NSURLUbiquitousItemContainerDisplayNameKey as string
- shared method NSURLUbiquitousItemDownloadingStatusNotDownloaded as string
- shared method NSURLUbiquitousItemDownloadingStatusDownloaded as string
- shared method NSURLUbiquitousItemDownloadingStatusCurrent as string
- shared method NSURLUbiquitousItemIsExcludedFromSyncKey as string
- shared method NSURLVolumeIsEncryptedKey as string
- shared method NSURLVolumeIsRootFileSystemKey as string
- shared method NSURLVolumeSupportsCompressionKey as string
- shared method NSURLVolumeSupportsFileCloningKey as string
- shared method NSURLVolumeSupportsSwapRenamingKey as string
- shared method NSURLVolumeSupportsExclusiveRenamingKey as string
- shared method NSURLVolumeSupportsImmutableFilesKey as string
- shared method NSURLVolumeSupportsAccessPermissionsKey as string
- shared method NSURLVolumeSupportsFileProtectionKey as string
- shared method NSURLUbiquitousItemIsSharedKey as string
- shared method NSURLUbiquitousSharedItemCurrentUserRoleKey as string
- shared method NSURLUbiquitousSharedItemCurrentUserPermissionsKey as string
- shared method NSURLUbiquitousSharedItemOwnerNameComponentsKey as string
- shared method NSURLUbiquitousSharedItemMostRecentEditorNameComponentsKey as string
- shared method NSURLUbiquitousSharedItemRoleOwner as string
- shared method NSURLUbiquitousSharedItemRoleParticipant as string
- shared method NSURLUbiquitousSharedItemPermissionsReadOnly as string
- shared method NSURLUbiquitousSharedItemPermissionsReadWrite as string
- shared method NSURLVolumeAvailableCapacityForImportantUsageKey as string
- shared method NSURLVolumeAvailableCapacityForOpportunisticUsageKey as string
- shared method URLsResourceValuesForKeys(URLs() as NSURLMBS, keys() as string, targetDelegate as URLsResourceValuesForKeysDelegateMBS, tag as variant = nil, PrecacheIcons as boolean = false)
- class NSURLProtectionSpaceMBS
- class NSURLRequestMBS
- class NSURLResponseMBS
- class NSUserDefaultsMBS
- method Constructor
- method Constructor(username as string)
- method synchronize as boolean
- method removeObjectForKey(defaultName as string)
- method removeVolatileDomainForName(domainName as string)
- method removePersistentDomainForName(domainName as string)
- method addSuiteNamed(suiteName as string)
- method removeSuiteNamed(suiteName as string)
- method stringArrayForKey(key as string) as string()
- method arrayForKey(key as string) as variant()
- method setIntegerValue(key as string, value as integer)
- method setFloatValue(key as string, value as single)
- method setDoubleValue(key as string, value as double)
- method setBoolValue(key as string, value as boolean)
- method setStringValue(key as string, value as string)
- method setDataValue(key as string, value as memoryblock)
- method setVariantValue(key as string, value as variant)
- method setFileValue(key as string, value as folderitem)
- method setURLValue(key as string, value as string)
- method setStringArrayValue(key as string, values() as string)
- method setDictionaryValue(key as string, value as dictionary)
- method setArrayValue(key as string, values() as variant)
- method registerDefaults(dic as dictionary)
- method dictionaryRepresentation as dictionary
- method objectIsForcedForKey(key as string) as boolean
- method objectIsForcedForKey(key as string, domain as string) as boolean
- method setPersistentDomain(domain as dictionary, domainName as string)
- method setVolatileDomain(domain as dictionary, domainName as string)
- method persistentDomainNames as string()
- method persistentDomainForName(domainName as string) as dictionary
- method volatileDomainNames as string()
- method volatileDomainForName(domainName as string) as dictionary
- property integerForKey(key as string) as integer
- property floatForKey(key as string) as single
- property doubleForKey(key as string) as double
- property boolForKey(key as string) as boolean
- property stringForKey(key as string) as string
- property dataForKey(key as string) as memoryblock
- property variantForKey(key as string) as variant
- property fileForKey(key as string) as folderitem
- property URLForKey(key as string) as string
- property dictionaryForKey(key as string) as dictionary
- shared method NSGlobalDomain as string
- shared method NSArgumentDomain as string
- shared method NSRegistrationDomain as string
- shared method NSUserDefaultsDidChangeNotification as string
- shared method resetStandardUserDefaults
- shared method standardUserDefaults as NSUserDefaultsMBS
- class NSUUIDMBS
- class NSViewControllerMBS
- class NSViewMBS
- method Screenshot as Picture
- method setContentFilters(Filters() as variant)
- method contentFilters as variant()
- method setBackgroundFilters(Filters() as variant)
- method backgroundFilters as variant()
- method addToolTipRect(rect as NSRectMBS, tooltip as NSViewTooltipMBS)
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method nextValidKeyView as NSViewMBS
- method previousValidKeyView as NSViewMBS
- method previousKeyView as NSViewMBS
- method setFocus
- method makeBackingLayer as variant
- method rotateByAngle(angle as double)
- method beginDraggingSessionWithItems(items() as Variant, e as NSEventMBS, source as NSViewMBS) as Variant
- method pageHeader as NSAttributedStringMBS
- method pageFooter as NSAttributedStringMBS
- method print
- method focusRingMaskBounds as NSRectMBS
- method drawFocusRingMask
- method noteFocusRingMaskChanged
- method enclosingMenuItem as variant
- method enclosingScrollView as variant
- method unregisterDraggedTypes
- method registerForDraggedTypes(Types() as string)
- method registeredDraggedTypes as string()
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method removeAllToolTips
- method scaleUnitSquareToSize(size as NSSizeMBS)
- method convertRectFromView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertPointFromView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertRectToView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertPointToView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertSizeToView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method convertSizeFromView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method animator as NSViewMBS
- method ancestorSharedWithView(view as NSViewMBS) as NSViewMBS
- method subviews(recursive as boolean = false) as NSViewMBS()
- method RenderImage(subviews as boolean = false, flipped as boolean = false) as variant
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method dataWithPDFInsideRect(left as double, top as double, width as double, height as double) as Memoryblock
- method dataWithEPSInsideRect(left as double, top as double, width as double, height as double) as Memoryblock
- method isDescendantOf(view as NSViewMBS) as boolean
- method setBoundsOrigin(x as double, y as double)
- method setBoundsSize(width as double, height as double)
- method setFrameOrigin(x as double, y as double)
- method setFrameSize(width as double, height as double)
- method setFrameSize(size as NSSizeMBS)
- method setFrameOrigin(origin as NSPointMBS)
- method setBoundsSize(size as NSSizeMBS)
- method setBoundsOrigin(origin as NSPointMBS)
- method addSubview(subview as NSViewMBS)
- method removeFromSuperview
- method removeFromSuperviewWithoutNeedingDisplay
- method addSubview(subview as NSViewMBS, positioned as integer, relativeToView as NSViewMBS)
- method replaceSubview(oldView as NSViewMBS, newView as NSViewMBS)
- property compositingFilter as variant
- property userInteractionEnabled as Boolean
- property layerUsesCoreImageFilters as Boolean
- property window as NSWindowMBS
- property opaqueAncestor as NSViewMBS
- property nextKeyView as NSViewMBS
- property identifier as string
- property layer as variant
- property wantsRestingTouches as boolean
- property acceptsTouchEvents as boolean
- property canDrawConcurrently as boolean
- property canDraw as boolean
- property frameCenterRotation as double
- property autoresizingMask as Integer
- property autoresizesSubviews as boolean
- property focusRingType as Integer
- property wantsLayer as Boolean
- property clipsToBounds as Boolean
- property alphaValue as double
- property frame as NSRectMBS
- property bounds as NSRectMBS
- property frameRotation as double
- property boundsRotation as double
- property superview as NSViewMBS
- property isHidden as Boolean
- property isHiddenOrHasHiddenAncestor as Boolean
- property isOpaque as Boolean
- property isFlipped as Boolean
- property isRotatedFromBase as Boolean
- property isRotatedOrScaledFromBase as Boolean
- property needsDisplay as Boolean
- property toolTip as string
- property visibleRect as NSRectMBS
- property wantsDefaultClipping as boolean
- property canBecomeKeyView as boolean
- property allowsVibrancy as Boolean
- property RetainCount as Integer
- property frameTop as double
- property frameLeft as double
- property frameWidth as double
- property frameHeight as double
- property classPath as string
- property className as string
- shared method NSViewFrameDidChangeNotification as string
- shared method NSViewFocusDidChangeNotification as string
- shared method NSViewBoundsDidChangeNotification as string
- shared method NSViewGlobalFrameDidChangeNotification as string
- shared method NSViewDidUpdateTrackingAreasNotification as string
- class NSViewTooltipMBS
- class NSWindowControllerMBS
- class NSWindowMBS
- method performWindowDragWithEvent(event as NSEventMBS)
- method selectNextTab
- method selectPreviousTab
- method moveTabToNewWindow
- method toggleTabBar
- method mergeAllWindows
- method addTabbedWindow(win as NSWindowMBS, ordered as Integer)
- method tabbedWindows as NSWindowMBS()
- method setFrameAutosaveName(name as String) as boolean
- method setFrameUsingName(name as String, force as boolean = false) as boolean
- method stringWithSavedFrame as String
- method setFrameFromString(s as String)
- method saveFrameUsingName(s as String)
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method fieldEditor(createFlag as boolean = True, forObject as object = nil) as Variant
- method endEditingFor(anObject as object = nil)
- method setRestorationClass
- method enableSnapshotRestoration
- method invalidateRestorableState
- method disableSnapshotRestoration
- method toolbarview as NSViewMBS
- method standardWindowButton(button as integer) as variant
- method contentRectForFrameRect(windowFrame as NSRectMBS) as NSRectMBS
- method frameRectForContentRect(windowContent as NSRectMBS) as NSRectMBS
- method runToolbarCustomizationPalette
- method toggleFullScreen
- method childWindows as NSWindowMBS()
- method addChildWindow(win as window, order as integer)
- method addChildWindow(win as NSWindowMBS, order as integer)
- method removeChildWindow(win as window)
- method removeChildWindow(win as NSWindowMBS)
- method setBottomCornerRounded(flag as boolean)
- method autorecalculatesContentBorderThicknessForEdge(edge as integer) as boolean
- method setAutorecalculatesContentBorderThickness(flag as boolean, edge as integer)
- method contentBorderThicknessForEdge(edge as integer) as double
- method setContentBorderThickness(thickness as double, edge as integer)
- method dockTile as variant
- method registerForDraggedTypes(Types() as string)
- method unregisterDraggedTypes
- method animator as NSWindowMBS
- method sendEvent(e as NSEventMBS)
- method discardCachedImage
- method restoreCachedImage
- method cacheImageInRect(r as NSRectMBS)
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method dataWithEPSInsideRect(r as NSRectMBS) as Memoryblock
- method gState as integer
- method invalidateCursorRectsForView(View as NSViewMBS)
- method areCursorRectsEnabled as boolean
- method disableCursorRects
- method enableCursorRects
- method discardCursorRects
- method resetCursorRects
- method convertScreenToBase(p as NSPointMBS) as NSPointMBS
- method convertBaseToScreen(p as NSPointMBS) as NSPointMBS
- method makeFirstResponder(r as NSResponderMBS) as boolean
- method resizeFlags as integer
- method toggleToolbarShown
- method firstResponder as NSResponderMBS
- method keyDown(e as NSEventMBS)
- method attachedSheet as NSWindowMBS
- method selectKeyViewPrecedingView(view as NSViewMBS)
- method selectKeyViewFollowingView(view as NSViewMBS)
- method selectNextKeyView
- method selectPreviousKeyView
- method disableScreenUpdatesUntilFlush
- method print
- method orderFrontRegardless
- method orderFront
- method orderBack
- method makeKeyWindow
- method makeMainWindow
- method becomeKeyWindow
- method resignKeyWindow
- method becomeMainWindow
- method resignMainWindow
- method displayIfNeeded
- method display
- method flushWindow
- method flushWindowIfNeeded
- method enableFlushWindow
- method disableFlushWindow
- method useOptimizedDrawing(value as boolean)
- method inLiveResize as boolean
- method setFrame(frameRect as NSRectMBS)
- method setFrame(frameRect as NSRectMBS, display as boolean)
- method setFrame(frameRect as NSRectMBS, display as boolean, animated as boolean)
- method setFrameTopLeftPoint(point as NSPointMBS)
- method setFrameOrigin(point as NSPointMBS)
- method setContentSize(size as NSSizeMBS)
- method setTitleWithRepresentedFile(filename as folderitem)
- method setTitleWithRepresentedFilename(filename as string)
- method update
- method SetFrame(left as double, top as double, width as double, height as double)
- method GetFrame(byref left as double, byref top as double, byref width as double, byref height as double)
- method Close
- method performClose
- method performMiniaturize
- method performZoom
- method WindowHandle as integer
- method ClearFocus
- method Show
- method Hide
- method makeKeyAndOrderFront
- method orderOut
- method miniaturize
- method deminiaturize
- method invalidateShadow
- method zoom
- method Center
- method Constructor(x as double, y as double, w as double, h as double, styleMask as integer, BackingStoreType as integer = 0, deferCreation as boolean = false, canBecomeKeyWindow as boolean = false)
- method Constructor(w as window)
- method addChildWindow(win as DesktopWindow, order as integer)
- method Constructor(w as DesktopWindow)
- property frameAutosaveName as string
- property frame as NSRectMBS
- property contentLayoutRect as NSRectMBS
- property toolbarStyle as Integer
- property titlebarSeparatorStyle as Integer
- property tabbingMode as Integer
- property tabbingIdentifier as String
- property ClassName as String
- property ClassPath as String
- property titleVisibility as Integer
- property titlebarAppearsTransparent as Boolean
- property Left as double
- property Top as double
- property Width as double
- property Height as double
- property contentView as NSViewMBS
- property hasShadow as Boolean
- property isOpaque as Boolean
- property alphaValue as Double
- property acceptsMouseMovedEvents as Boolean
- property ignoresMouseEvents as Boolean
- property showsToolbarButton as Boolean
- property isDocumentEdited as Boolean
- property Level as Integer
- property showsResizeIndicator as Boolean
- property styleMask as Integer
- property windowNumber as Integer
- property isExcludedFromWindowsMenu as Boolean
- property backgroundColor as NSColorMBS
- property hidesOnDeactivate as Boolean
- property isMovableByWindowBackground as Boolean
- property Title as String
- property SubTitle as String
- property miniwindowTitle as String
- property miniwindowImage as Variant
- property contentAspectRatio as NSSizeMBS
- property contentResizeIncrements as NSSizeMBS
- property aspectRatio as NSSizeMBS
- property resizeIncrements as NSSizeMBS
- property representedFilename as String
- property canHide as Boolean
- property minSize as NSSizeMBS
- property maxSize as NSSizeMBS
- property contentMinSize as NSSizeMBS
- property contentMaxSize as NSSizeMBS
- property isOneShot as Boolean
- property backingType as Integer
- property preferredBackingLocation as Integer
- property sharingType as Integer
- property hasDynamicDepthLimit as Boolean
- property depthLimit as Integer
- property parentWindow as NSWindowMBS
- property identifier as String
- property Restorable as Boolean
- property toolbar as Variant
- property animationBehavior as Integer
- property initialFirstResponder as NSViewMBS
- property colorSpace as NSColorSpaceMBS
- property collectionBehavior as Integer
- property canBecomeVisibleWithoutLogin as Boolean
- property displaysWhenScreenProfileChanges as Boolean
- property allowsConcurrentViewDrawing as Boolean
- property allowsToolTipsWhenApplicationIsInactive as Boolean
- property preventsApplicationTerminationWhenModal as Boolean
- property Movable as Boolean
- property preservesContentDuringLiveResize as Boolean
- property Autodisplay as Boolean
- property viewsNeedDisplay as Boolean
- property representedURL as String
- property representedFile as FolderItem
- property windowController as NSWindowControllerMBS
- property backingScaleFactor as Double
- property screen as NSScreenMBS
- property deepestScreen as NSScreenMBS
- property canStoreColor as Boolean
- property Visible as Boolean
- property isZoomed as Boolean
- property isMiniaturized as Boolean
- property currentEvent as NSEventMBS
- property isSheet as Boolean
- property backingLocation as Integer
- property isKeyWindow as Boolean
- property isMainWindow as Boolean
- property canBecomeKeyWindow as Boolean
- property canBecomeMainWindow as Boolean
- property worksWhenModal as Boolean
- property isOnActiveSpace as Boolean
- property isFlushWindowDisabled as Boolean
- shared method removeFrameUsingName(name as string)
- shared method NSNormalWindowLevel as integer
- shared method NSFloatingWindowLevel as integer
- shared method NSSubmenuWindowLevel as integer
- shared method NSTornOffMenuWindowLevel as integer
- shared method NSMainMenuWindowLevel as integer
- shared method NSStatusWindowLevel as integer
- shared method NSDockWindowLevel as integer
- shared method NSModalPanelWindowLevel as integer
- shared method NSPopUpMenuWindowLevel as integer
- shared method NSScreenSaverWindowLevel as integer
- shared method windowNumbersWithOptions(options as integer = 0) as integer()
- shared method windowNumberAtPoint(x as double, y as double, belowWindowWithWindowNumber as integer = 0) as integer
- shared method standardWindowButton(button as integer, StyleMask as integer) as variant
- shared method minFrameWidthWithTitle(WindowTitle as string, styleMask as UInt32) as double
- shared method contentRectForFrameRect(windowFrame as NSRectMBS, styleMask as UInt32) as NSRectMBS
- shared method frameRectForContentRect(windowContentRect as NSRectMBS, styleMask as UInt32) as NSRectMBS
- shared method NSWindowDidBecomeKeyNotification as string
- shared method NSWindowDidBecomeMainNotification as string
- shared method NSWindowDidChangeScreenNotification as string
- shared method NSWindowDidDeminiaturizeNotification as string
- shared method NSWindowDidExposeNotification as string
- shared method NSWindowDidMiniaturizeNotification as string
- shared method NSWindowDidMoveNotification as string
- shared method NSWindowDidResignKeyNotification as string
- shared method NSWindowDidResignMainNotification as string
- shared method NSWindowDidResizeNotification as string
- shared method NSWindowDidUpdateNotification as string
- shared method NSWindowWillCloseNotification as string
- shared method NSWindowWillMiniaturizeNotification as string
- shared method NSWindowWillMoveNotification as string
- shared method NSWindowWillBeginSheetNotification as string
- shared method NSWindowDidEndSheetNotification as string
- shared method NSWindowDidChangeScreenProfileNotification as string
- shared method NSWindowWillStartLiveResizeNotification as string
- shared method NSWindowDidEndLiveResizeNotification as string
- shared method NSWindowWillEnterFullScreenNotification as string
- shared method NSWindowDidEnterFullScreenNotification as string
- shared method NSWindowWillExitFullScreenNotification as string
- shared method NSWindowDidExitFullScreenNotification as string
- shared method NSWindowWillEnterVersionBrowserNotification as string
- shared method NSWindowDidEnterVersionBrowserNotification as string
- shared method NSWindowWillExitVersionBrowserNotification as string
- shared method NSWindowDidExitVersionBrowserNotification as string
- shared property userTabbingPreference as Integer
- shared property allowsAutomaticWindowTabbing as Boolean
- class NSWindowRestoreHandlerMBS
- class Window