Cocoa
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
Cocoa
The basic classes from the Apple Cocoa framework.
- Globals
- Classes
- class NSAlertMBS
- class NSAnimationContextMBS
- class NSAnimationMBS
- class NSAppearanceMBS
- class NSApplicationDelegateMBS
- class NSApplicationMBS
- method activateIgnoringOtherApps(flag as boolean)
- method addWindowsItem(win as NSWindowMBS, title as string, isFilename as boolean)
- method arrangeInFront
- method cancelUserAttentionRequest(request as Integer)
- method changeWindowsItem(win as NSWindowMBS, title as string, isFilename as boolean)
- method completeStateRestoration
- method Constructor
- method deactivate
- method disableRelaunchOnLogin
- method discardEventsMatchingMask(mask as Integer, beforeEvent as NSEventMBS)
- method enabledRemoteNotificationTypes as Integer
- method enableRelaunchOnLogin
- method extendStateRestoration
- method hide
- method hideOtherApplications
- method invalidateRestorableState
- method miniaturizeAll
- method modalWindow as NSWindowMBS
- method nextEventMatchingMask(mask as Integer, untilDate as date, mode as String, dequeueFlag as boolean) as NSEventMBS
- method nextEventMatchingMask(mask as Integer, untilDate as dateTime, mode as String, dequeueFlag as boolean) as NSEventMBS
- shared method NSAppKitVersionNumber as Double
- shared method NSApplicationDidBecomeActiveNotification as string
- shared method NSApplicationDidChangeScreenParametersNotification as string
- shared method NSApplicationDidFinishLaunchingNotification as string
- shared method NSApplicationDidFinishRestoringWindowsNotification as string
- shared method NSApplicationDidHideNotification as string
- shared method NSApplicationDidResignActiveNotification as string
- shared method NSApplicationDidUnhideNotification as string
- shared method NSApplicationDidUpdateNotification as string
- shared method NSApplicationLaunchIsDefaultLaunchKey as string
- shared method NSApplicationLaunchRemoteNotificationKey as string
- shared method NSApplicationLaunchUserNotificationKey as string
- shared method NSApplicationWillBecomeActiveNotification as string
- shared method NSApplicationWillFinishLaunchingNotification as string
- shared method NSApplicationWillHideNotification as string
- shared method NSApplicationWillResignActiveNotification as string
- shared method NSApplicationWillTerminateNotification as string
- shared method NSApplicationWillUnhideNotification as string
- shared method NSApplicationWillUpdateNotification as string
- method orderFrontCharacterPalette
- method orderFrontStandardAboutPanel
- method orderFrontStandardAboutPanelWithOptions(options as dictionary)
- method OverlayApplicationIconImage(image as NSImageMBS)
- method postEvent(e as NSEventMBS, atStart as boolean)
- method preventWindowOrdering
- method registerForRemoteNotificationTypes(type as Integer)
- method removeWindowsItem(win as NSWindowMBS)
- method replyToApplicationShouldTerminate(reply as boolean)
- method replyToOpenOrPrint(reply as Integer)
- method requestUserAttention(type as Integer) as Integer
- method runModalForWindow(win as NSWindowMBS) as Integer
- method runPageLayout
- method sendEvent(theEvent as NSEventMBS)
- shared method sharedApplication as NSApplicationMBS
- method showHelp
- method startDictation
- method stopDictation
- method terminate
- method unhide
- method unhideAllApplications
- method unhideWithoutActivation
- method unregisterForRemoteNotifications
- method updateWindows
- method updateWindowsItem(win as NSWindowMBS)
- method windows as NSWindowMBS()
- method windowWithWindowNumber(windowNumber as Integer) as NSWindowMBS
- property activationPolicy as Integer
- property applicationIconImage as NSImageMBS
- property currentEvent as NSEventMBS
- property currentSystemPresentationOptions as Integer
- property dockTile as NSDockTileMBS
- property Handle as Integer
- property helpMenu as NSMenuMBS
- property isActive as Boolean
- property isFullKeyboardAccessEnabled as Boolean
- property isHidden as Boolean
- property isRunning as Boolean
- property keyWindow as NSWindowMBS
- property mainMenu as NSMenuMBS
- property mainWindow as NSWindowMBS
- property presentationOptions as Integer
- property servicesProvider as NSServiceProviderMBS
- property userInterfaceLayoutDirection as Integer
- property windowsMenu as NSMenuMBS
- class NSAutoreleasePoolMBS
- class NSBundleMBS
- class NSCalendarMBS
- class NSCharacterSetMBS
- class NSCoderMBS
- method allowsKeyedCoding as boolean
- method Constructor
- method containsValueForKey(key as string) as boolean
- method decodeBool(key as string) as boolean
- method decodeBytes(key as string) as MemoryBlock
- method decodeCFObjectMBS(key as string) as Variant
- method decodeDictionary(key as string) as Dictionary
- method decodeDouble(key as string) as Double
- method decodeFloat(key as string) as single
- method decodeInt32(key as string) as Int32
- method decodeInt64(key as string) as Int64
- method decodeNSURLFile(key as string) as folderitem
- method decodeNSURLString(key as string) as String
- method decodePoint(key as string) as NSPointMBS
- method decodeRect(key as string) as NSRectMBS
- method decodeSize(key as string) as NSSizeMBS
- method decodeString(key as string) as string
- shared method decodeTypedStream(Data as MemoryBlock) as variant
- method encodeBool(value as boolean, key as string)
- method encodeBytes(value as MemoryBlock, key as string)
- method encodeCFObjectMBS(value as Variant, key as string)
- method encodeDictionary(value as Dictionary, key as string)
- method encodeDouble(value as Double, key as string)
- method encodeFloat(value as single, key as string)
- method encodeInt32(value as Int32, key as string)
- method encodeInt64(value as Int64, key as string)
- method encodeNSURLFile(value as folderitem, key as string)
- method encodeNSURLString(value as String, key as string)
- method encodePoint(value as NSPointMBS, key as string)
- method encodeRect(value as NSRectMBS, key as string)
- method encodeSize(value as NSSizeMBS, key as string)
- method encodeString(value as string, key as string)
- method systemVersion as Integer
- property Handle as Integer
- class NSCursorMBS
- class NSDateComponentsMBS
- class NSDateIntervalMBS
- class NSDirectoryEnumeratorMBS
- class NSDockTileMBS
- class NSEdgeInsetsMBS
- class NSEnumeratorMBS
- class NSErrorMBS
- class NSEventMBS
- method allTouches as NSTouchMBS()
- method Constructor
- shared method doubleClickInterval as Double
- shared method eventWithCGEvent(CGEventRef as Integer) as NSEventMBS
- shared method isMouseCoalescingEnabled as boolean
- 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 keyRepeatDelay as Double
- shared method keyRepeatInterval as Double
- shared method modifierFlagsGlobal as UInt32
- 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 mouseLocation as NSPointMBS
- 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 pressedMouseButtons as UInt32
- shared method setMouseCoalescingEnabled(Value as boolean)
- method touchesForView(view as NSViewMBS) as NSTouchMBS()
- method touchesForWindow(win as NSWindowMBS) as NSTouchMBS()
- property absoluteX as Integer
- property absoluteY as Integer
- property absoluteZ as Integer
- property associatedEventsMask as Integer
- property buttonMask as Integer
- property buttonNumber as Integer
- property capabilityMask as Integer
- property CGEventRef as Integer
- property characters as string
- property charactersIgnoringModifiers as string
- property clickCount as Integer
- property data1 as Integer
- property data2 as Integer
- property deltaX as Double
- property deltaY as Double
- property deltaZ as Double
- property description as string
- property deviceID as Integer
- property eventNumber as Integer
- property Handle as Integer
- property hasPreciseScrollingDeltas as boolean
- property isARepeat as boolean
- property isDirectionInvertedFromDevice as boolean
- property isEnteringProximity as boolean
- property keyCode as Integer
- property locationInWindow as NSPointMBS
- property magnification as Double
- property modifierFlags as Integer
- property pointingDeviceID as Integer
- property pointingDeviceSerialNumber as Integer
- property pointingDeviceType as Integer
- property pressure as Double
- property rotation as Double
- property scrollingDeltaX as Double
- property scrollingDeltaY as Double
- property stage as Integer
- property stageTransition as Double
- property subtype as Integer
- property systemTabletID as Integer
- property tabletID as Integer
- property tangentialPressure as Double
- property tilt as NSPointMBS
- property timestamp as Double
- property trackingNumber as Integer
- property type as Integer
- property uniqueID as UInt64
- property vendorID as Integer
- property vendorPointingDeviceType as Integer
- property window as NSWindowMBS
- property windowNumber as Integer
- class NSEventMonitorMBS
- class NSExceptionHandlerMBS
- class NSExceptionMBS
- class NSFontDescriptorMBS
- class NSFontManagerMBS
- method addCollection(collectionName as String, Options as Integer = 0) as Boolean
- method addFontDescriptorsToCollection(descriptors() as NSFontDescriptorMBS, collectionName as String)
- method availableFontFamilies as string()
- method availableFontNamesMatchingFontDescriptor(descriptor as NSFontDescriptorMBS) as String()
- method availableFontNamesWithTraits(traits as Integer) as string()
- method availableFonts as string()
- method availableMembersOfFontFamily(FontFamily as string) as Variant()
- method collectionNames as string()
- method Constructor
- method convertAttributes(dic as dictionary) as dictionary
- method convertFont(font as NSFontMBS) as NSFontMBS
- method convertFontToFace(font as NSFontMBS, face as string) as NSFontMBS
- method convertFontToFamily(font as NSFontMBS, family as string) as NSFontMBS
- method convertFontToHaveTrait(font as NSFontMBS, trait as Integer) as NSFontMBS
- method convertFontToNotHaveTrait(font as NSFontMBS, trait as Integer) as NSFontMBS
- method convertFontToSize(font as NSFontMBS, size as Double) as NSFontMBS
- method convertFontTraits(traits as Integer) as Integer
- method convertWeightOfFont(font as NSFontMBS, up as boolean) as NSFontMBS
- method fontDescriptorsInCollection(collectionName as String) as NSFontDescriptorMBS()
- method fontHasTraits(fontName as string, Traits as Integer) as boolean
- method isMultiple as boolean
- method orderFrontFontPanel
- method orderFrontStylesPanel
- method removeCollection(collectionName as String) as Boolean
- method removeFontDescriptorFromCollection(descriptor as NSFontDescriptorMBS, collectionName as String)
- method selectedFont as NSFontMBS
- method setSelectedAttributes(dic as dictionary, isMultiple as boolean)
- method setSelectedFont(font as NSFontMBS, isMultiple as boolean)
- shared method sharedFontManager as NSFontManagerMBS
- method traitsOfFont(font as NSFontMBS) as Integer
- method weightOfFont(font as NSFontMBS) as Integer
- property Handle as Integer
- property Enabled as boolean
- class NSFontMBS
- class NSFontPanelMBS
- class NSHelpManagerMBS
- class NSIndexSetMBS
- class NSInputStreamMBS
- class NSKeyedArchiverMBS
- class NSKeyedUnarchiverMBS
- class NSKeyValueObserverMBS
- class NSLayoutManagerMBS
- method addTextContainer(container as NSTextContainerMBS)
- method characterIndexForPoint(point as NSPointMBS, container as NSTextContainerMBS, byref partialFraction as Double) as Integer
- method Constructor
- method glyphIndexForPoint(point as NSPointMBS, container as NSTextContainerMBS) as Integer
- method glyphIndexForPoint(point as NSPointMBS, container as NSTextContainerMBS, byref partialFraction as Double) as Integer
- method glyphRangeForTextContainer(container as NSTextContainerMBS) as NSRangeMBS
- method lineFragmentRectForGlyphAtIndex(glyphIndex as Integer, byref effectiveRange as NSRangeMBS) as NSRectMBS
- method lineFragmentRectForGlyphAtIndex(glyphIndex as Integer, byref effectiveRange as NSRangeMBS, withoutAdditionalLayout as boolean) as NSRectMBS
- method lineFragmentUsedRectForGlyphAtIndex(glyphIndex as Integer, byref effectiveRange as NSRangeMBS) as NSRectMBS
- method lineFragmentUsedRectForGlyphAtIndex(glyphIndex as Integer, byref effectiveRange as NSRangeMBS, withoutAdditionalLayout as boolean) as NSRectMBS
- method locationForGlyphAtIndex(glyphIndex as Integer) as NSPointMBS
- method rangeOfNominallySpacedGlyphsContainingIndex(glyphIndex as Integer) as NSRangeMBS
- method rectArrayForCharacterRange(charRange as NSRangeMBS, selCharRange as NSRangeMBS, container as NSTextContainerMBS, byref rectCount as Integer) as NSRectMBS()
- method rectArrayForGlyphRange(glyphRange as NSRangeMBS, selGlyphRange as NSRangeMBS, container as NSTextContainerMBS, byref rectCount as Integer) as NSRectMBS()
- method removeTextContainerAtIndex(index as Integer)
- method replaceGlyphAtIndex(glyphIndex as Integer, newGlyph as Integer)
- method replaceTextStorage(newTextStorage as NSTextStorageMBS)
- method setCharacterIndex(charIndex as Integer, glyphIndex as Integer)
- method setExtraLineFragmentRect(fragmentRect as NSRectMBS, usedRect as NSRectMBS, TextContainer as NSTextContainerMBS)
- method setLineFragmentRect(fragmentRect as NSRectMBS, glyphRange as NSRangeMBS, usedRect as NSRectMBS)
- method usedRectForTextContainer(container as NSTextContainerMBS) as NSRectMBS
- property allowsNonContiguousLayout as boolean
- property attributedString as NSAttributedStringMBS
- property backgroundLayoutEnabled as boolean
- property font as NSFontMBS
- property Handle as Integer
- property hasNonContiguousLayout as boolean
- property hyphenationFactor as Double
- property showInvisibleCharacters as boolean
- property showsControlCharacters as boolean
- property showsInvisibleCharacters as boolean
- property textColor as NSColorMBS
- property textStorage as NSTextStorageMBS
- property usesFontLeading as Boolean
- property usesScreenFonts as boolean
- property InvisibleCharMapping(character as Integer) as string
- class NSLevelIndicatorMBS
- class NSMutableCharacterSetMBS
- class NSMutableIndexSetMBS
- class NSMutableURLRequestMBS
- 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)
- shared method RunAlertPanel(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 DesktopWindow) 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 RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as Integer
- shared method RunCriticalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) 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
- 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 RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as Integer
- shared method RunInformationalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) 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 RunInformationalAlertPanelRelativeToWindow(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 window) as Integer
- property becomesKeyOnlyIfNeeded as boolean
- property isFloatingPanel as boolean
- property worksWhenModal as boolean
- class NSPointMBS
- class NSPopoverMBS
- class NSRangeMBS
- class NSRectMBS
- class NSResponderMBS
- class NSRunLoopMBS
- class NSSavePanelObserverMBS
- class NSScreenMBS
- class NSServiceProviderMBS
- class NSSizeMBS
- class NSSoundDelegateMBS
- class NSSoundMBS
- class NSStreamMBS
- class NSTimerMBS
- method Constructor(fireDate as date, timeInterval as Double, repeats as boolean)
- method Constructor(fireDate as date, timeInterval as Double, repeats as boolean, runloop as NSRunLoopMBS, runloopMode as string)
- method Constructor(fireDate as dateTime, timeInterval as double, repeats as boolean)
- method Constructor(fireDate as dateTime, timeInterval as double, repeats as boolean, runloop as NSRunLoopMBS, runloopMode as string)
- method Constructor(timeInterval as Double, repeats as boolean)
- method fire
- method invalidate
- shared method Timer(t as timer) as NSTimerMBS
- property fireDate as date
- property fireDateTime as DateTime
- property Handle as Integer
- property isValid as boolean
- property tag as Variant
- property timeInterval as Double
- property tolerance as Double
- event Action
- class NSTimeZoneMBS
- class NSTokenFieldMBS
- class NSTouchMBS
- class NSUserDefaultsMBS
- method addSuiteNamed(suiteName as string)
- method arrayForKey(key as string) as Variant()
- method Constructor
- method Constructor(username as string)
- method dictionaryRepresentation as dictionary
- shared method NSArgumentDomain as string
- shared method NSGlobalDomain as string
- shared method NSRegistrationDomain as string
- shared method NSUserDefaultsDidChangeNotification as string
- method objectIsForcedForKey(key as string) as boolean
- method objectIsForcedForKey(key as string, domain as string) as boolean
- method persistentDomainForName(domainName as string) as dictionary
- method persistentDomainNames as string()
- method registerDefaults(dic as dictionary)
- method removeObjectForKey(defaultName as string)
- method removePersistentDomainForName(domainName as string)
- method removeSuiteNamed(suiteName as string)
- method removeVolatileDomainForName(domainName as string)
- shared method resetStandardUserDefaults
- method setArrayValue(key as string, values() as Variant)
- method setBoolValue(key as string, value as boolean)
- method setDataValue(key as string, value as memoryblock)
- method setDictionaryValue(key as string, value as dictionary)
- method setDoubleValue(key as string, value as Double)
- method setFileValue(key as string, value as folderitem)
- method setFloatValue(key as string, value as single)
- method setIntegerValue(key as string, value as Integer)
- method setPersistentDomain(domain as dictionary, domainName as string)
- method setStringArrayValue(key as string, values() as string)
- method setStringValue(key as string, value as string)
- method setURLValue(key as string, value as string)
- method setVariantValue(key as string, value as Variant)
- method setVolatileDomain(domain as dictionary, domainName as string)
- shared method standardUserDefaults as NSUserDefaultsMBS
- method stringArrayForKey(key as string) as string()
- method synchronize as boolean
- method volatileDomainForName(domainName as string) as dictionary
- method volatileDomainNames as string()
- property boolForKey(key as string) as boolean
- property dataForKey(key as string) as memoryblock
- property dictionaryForKey(key as string) as dictionary
- property doubleForKey(key as string) as Double
- property fileForKey(key as string) as folderitem
- property floatForKey(key as string) as single
- property integerForKey(key as string) as Integer
- property stringForKey(key as string) as string
- property URLForKey(key as string) as string
- property variantForKey(key as string) as Variant
- class NSUUIDMBS
- class NSViewControllerMBS
- class NSViewMBS
- method addSubview(subview as NSViewMBS)
- method addSubview(subview as NSViewMBS, positioned as Integer, relativeToView as NSViewMBS)
- method addToolTipRect(rect as NSRectMBS, tooltip as NSViewTooltipMBS)
- method ancestorSharedWithView(view as NSViewMBS) as NSViewMBS
- method animator as NSViewMBS
- method backgroundFilters as variant()
- method beginDraggingSessionWithItems(items() as Variant, e as NSEventMBS, source as NSViewMBS) as Variant
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as Double, top as Double, width as Double, height as Double)
- method contentFilters as variant()
- method convertPointFromView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertPointToView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertRectFromView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertRectToView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertSizeFromView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method convertSizeToView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method dataWithEPSInsideRect(left as Double, top as Double, width as Double, height as Double) as Memoryblock
- method dataWithPDFInsideRect(left as Double, top as Double, width as Double, height as Double) as Memoryblock
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method drawFocusRingMask
- method enclosingMenuItem as Variant
- method enclosingScrollView as Variant
- method focusRingMaskBounds as NSRectMBS
- method isDescendantOf(view as NSViewMBS) as boolean
- method makeBackingLayer as Variant
- method nextValidKeyView as NSViewMBS
- method noteFocusRingMaskChanged
- shared method NSViewBoundsDidChangeNotification as string
- shared method NSViewDidUpdateTrackingAreasNotification as string
- shared method NSViewFocusDidChangeNotification as string
- shared method NSViewFrameDidChangeNotification as string
- shared method NSViewGlobalFrameDidChangeNotification as string
- method pageFooter as NSAttributedStringMBS
- method pageHeader as NSAttributedStringMBS
- method previousKeyView as NSViewMBS
- method previousValidKeyView as NSViewMBS
- method print
- method registeredDraggedTypes as string()
- method registerForDraggedTypes(Types() as string)
- method removeAllToolTips
- method removeFromSuperview
- method removeFromSuperviewWithoutNeedingDisplay
- method RenderImage(subviews as boolean = false, flipped as boolean = false) as variant
- method replaceSubview(oldView as NSViewMBS, newView as NSViewMBS)
- method rotateByAngle(angle as Double)
- method scaleUnitSquareToSize(size as NSSizeMBS)
- method Screenshot as Picture
- method setBackgroundFilters(Filters() as variant)
- method setBoundsOrigin(origin as NSPointMBS)
- method setBoundsOrigin(x as Double, y as Double)
- method setBoundsSize(size as NSSizeMBS)
- method setBoundsSize(width as Double, height as Double)
- method setContentFilters(Filters() as variant)
- method setFocus
- method setFrameOrigin(origin as NSPointMBS)
- method setFrameOrigin(x as Double, y as Double)
- method setFrameSize(size as NSSizeMBS)
- method setFrameSize(width as Double, height as Double)
- method subviews(recursive as boolean = false) as NSViewMBS()
- method unregisterDraggedTypes
- property acceptsTouchEvents as boolean
- property allowsVibrancy as Boolean
- property alphaValue as Double
- property autoresizesSubviews as boolean
- property autoresizingMask as Integer
- property bounds as NSRectMBS
- property boundsRotation as Double
- property canBecomeKeyView as boolean
- property canDraw as boolean
- property canDrawConcurrently as boolean
- property className as string
- property classPath as string
- property clipsToBounds as Boolean
- property focusRingType as Integer
- property frame as NSRectMBS
- property frameCenterRotation as Double
- property frameHeight as Double
- property frameLeft as Double
- property frameRotation as Double
- property frameTop as Double
- property frameWidth as Double
- property identifier as string
- property isFlipped as Boolean
- property isHidden as Boolean
- property isHiddenOrHasHiddenAncestor as Boolean
- property isOpaque as Boolean
- property isRotatedFromBase as Boolean
- property isRotatedOrScaledFromBase as Boolean
- property layer as Variant
- property layerUsesCoreImageFilters as Boolean
- property needsDisplay as Boolean
- property nextKeyView as NSViewMBS
- property opaqueAncestor as NSViewMBS
- property RetainCount as Integer
- property superview as NSViewMBS
- property toolTip as string
- property userInteractionEnabled as Boolean
- property visibleRect as NSRectMBS
- property wantsDefaultClipping as boolean
- property wantsLayer as Boolean
- property wantsRestingTouches as boolean
- property window as NSWindowMBS
- property compositingFilter as variant
- class NSViewTooltipMBS
- class NSVisualEffectViewMBS
- class NSWindowControllerMBS
- class NSWindowDelegateMBS
- method Constructor(win as DesktopWindow)
- method Constructor(win as NSWindowMBS)
- method Constructor(win as window)
- shared method InstallRestoreEvents
- event concludeDragOperation(sender as NSDraggingInfoMBS)
- event customWindowsToEnterFullScreenForWindow(win as NSWindowMBS) as NSWindowMBS()
- event customWindowsToExitFullScreenForWindow(win as NSWindowMBS) as NSWindowMBS()
- event didDecodeRestorableState(win as NSWindowMBS, state as NSCoderMBS)
- event draggingEnded(sender as NSDraggingInfoMBS)
- event draggingEntered(sender as NSDraggingInfoMBS) as Integer
- event draggingExited(sender as NSDraggingInfoMBS)
- event draggingUpdated(sender as NSDraggingInfoMBS) as Integer
- event encodeRestorableStateWithCoder(win as NSWindowMBS, coder as NSCoderMBS)
- event performDragOperation(sender as NSDraggingInfoMBS) as boolean
- event prepareForDragOperation(sender as NSDraggingInfoMBS) as boolean
- event restoreStateWithCoder(win as NSWindowMBS, coder as NSCoderMBS)
- event shouldDragDocumentWithEvent(win as NSWindowMBS, evnt as NSEventMBS, dragImageLocation as NSPointMBS, pasteboard as Variant) as boolean
- event shouldPopUpDocumentPathMenu(win as NSWindowMBS, menu as NSMenuMBS) as boolean
- event startCustomAnimationToEnterFullScreenWithDuration(win as NSWindowMBS, duration as Double)
- event startCustomAnimationToExitFullScreenWithDuration(win as NSWindowMBS, duration as Double)
- event updateDraggingItemsForDrag(sender as NSDraggingInfoMBS)
- event wantsPeriodicDraggingUpdates as boolean
- event willEncodeRestorableState(win as NSWindowMBS, state as NSCoderMBS)
- event willPositionSheet(win as NSWindowMBS, sheet as NSWindowMBS, rect as NSRectMBS) as NSRectMBS
- event willResizeForVersionBrowser(win as NSWindowMBS, maxPreferredFrameSize as NSSizeMBS, maxAllowedFrameSize as NSSizeMBS) as NSSizeMBS
- event willUseFullScreenContentSize(win as NSWindowMBS, proposedSize as NSSizeMBS) as NSSizeMBS
- event willUseFullScreenPresentationOptions(win as NSWindowMBS, proposedOptions as Integer) as Integer
- event windowDidBecomeKey(notification as NSNotificationMBS)
- event windowDidBecomeMain(notification as NSNotificationMBS)
- event windowDidChangeScreen(notification as NSNotificationMBS)
- event windowDidChangeScreenProfile(notification as NSNotificationMBS)
- event windowDidDeminiaturize(notification as NSNotificationMBS)
- event windowDidEndLiveResize(notification as NSNotificationMBS)
- event windowDidEndSheet(notification as NSNotificationMBS)
- event windowDidEnterFullScreen(notification as NSNotificationMBS)
- event windowDidEnterVersionBrowser(notification as NSNotificationMBS)
- event windowDidExitFullScreen(notification as NSNotificationMBS)
- event windowDidExitVersionBrowser(notification as NSNotificationMBS)
- event windowDidExpose(notification as NSNotificationMBS)
- event windowDidFailToEnterFullScreen(win as NSWindowMBS)
- event windowDidFailToExitFullScreen(win as NSWindowMBS)
- event windowDidMiniaturize(notification as NSNotificationMBS)
- event windowDidMove(notification as NSNotificationMBS)
- event windowDidResignKey(notification as NSNotificationMBS)
- event windowDidResignMain(notification as NSNotificationMBS)
- event windowDidResize(notification as NSNotificationMBS)
- event windowDidUpdate(notification as NSNotificationMBS)
- event windowShouldClose as boolean
- event windowShouldZoom(win as NSWindowMBS, newFrame as NSRectMBS) as boolean
- event windowWillBeginSheet(notification as NSNotificationMBS)
- event windowWillClose(notification as NSNotificationMBS)
- event windowWillEnterFullScreen(notification as NSNotificationMBS)
- event windowWillEnterVersionBrowser(notification as NSNotificationMBS)
- event windowWillExitFullScreen(notification as NSNotificationMBS)
- event windowWillExitVersionBrowser(notification as NSNotificationMBS)
- event windowWillMiniaturize(notification as NSNotificationMBS)
- event windowWillMove(notification as NSNotificationMBS)
- event windowWillResize(win as NSWindowMBS, newFrameSize as NSSizeMBS, newSize as NSSizeMBS) as NSSizeMBS
- event windowWillReturnUndoManager(win as NSWindowMBS) as NSUndoManagerMBS
- event windowWillStartLiveResize(notification as NSNotificationMBS)
- event windowWillUseStandardFrame(win as NSWindowMBS, newFrame as NSRectMBS) as NSRectMBS
- class NSWindowMBS
- method addChildWindow(win as DesktopWindow, order as integer)
- method addChildWindow(win as NSWindowMBS, order as Integer)
- method addChildWindow(win as window, order as Integer)
- method addTabbedWindow(win as NSWindowMBS, ordered as Integer)
- method animator as NSWindowMBS
- method areCursorRectsEnabled as boolean
- method attachedSheet as NSWindowMBS
- method autorecalculatesContentBorderThicknessForEdge(edge as Integer) as boolean
- method becomeKeyWindow
- method becomeMainWindow
- method cacheImageInRect(r as NSRectMBS)
- method Center
- method childWindows as NSWindowMBS()
- method ClearFocus
- method Close
- method Constructor(w as DesktopWindow)
- method Constructor(w as window)
- 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 contentBorderThicknessForEdge(edge as Integer) as Double
- method contentRectForFrameRect(windowFrame as NSRectMBS) as NSRectMBS
- shared method contentRectForFrameRect(windowFrame as NSRectMBS, styleMask as UInt32) as NSRectMBS
- method convertBaseToScreen(p as NSPointMBS) as NSPointMBS
- method convertScreenToBase(p as NSPointMBS) as NSPointMBS
- method dataWithEPSInsideRect(r as NSRectMBS) as Memoryblock
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method deminiaturize
- method disableCursorRects
- method disableFlushWindow
- method disableScreenUpdatesUntilFlush
- method disableSnapshotRestoration
- method discardCachedImage
- method discardCursorRects
- method display
- method displayIfNeeded
- method dockTile as Variant
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method enableCursorRects
- method enableFlushWindow
- method enableSnapshotRestoration
- method endEditingFor(anObject as object = nil)
- method fieldEditor(createFlag as boolean = True, forObject as object = nil) as Variant
- method firstResponder as NSResponderMBS
- method flushWindow
- method flushWindowIfNeeded
- method frameRectForContentRect(windowContent as NSRectMBS) as NSRectMBS
- shared method frameRectForContentRect(windowContentRect as NSRectMBS, styleMask as UInt32) as NSRectMBS
- method GetFrame(byref left as Double, byref top as Double, byref width as Double, byref height as Double)
- method gState as Integer
- method Hide
- method inLiveResize as boolean
- method invalidateCursorRectsForView(View as NSViewMBS)
- method invalidateRestorableState
- method invalidateShadow
- method keyDown(e as NSEventMBS)
- method makeFirstResponder(r as NSResponderMBS) as boolean
- method makeKeyAndOrderFront
- method makeKeyWindow
- method makeMainWindow
- method mergeAllWindows
- shared method minFrameWidthWithTitle(WindowTitle as string, styleMask as UInt32) as Double
- method miniaturize
- method moveTabToNewWindow
- shared method NSDockWindowLevel as Integer
- shared method NSFloatingWindowLevel as Integer
- shared method NSMainMenuWindowLevel as Integer
- shared method NSModalPanelWindowLevel as Integer
- shared method NSNormalWindowLevel as Integer
- shared method NSPopUpMenuWindowLevel as Integer
- shared method NSScreenSaverWindowLevel as Integer
- shared method NSStatusWindowLevel as Integer
- shared method NSSubmenuWindowLevel as Integer
- shared method NSTornOffMenuWindowLevel as Integer
- shared method NSWindowDidBecomeKeyNotification as string
- shared method NSWindowDidBecomeMainNotification as string
- shared method NSWindowDidChangeScreenNotification as string
- shared method NSWindowDidChangeScreenProfileNotification as string
- shared method NSWindowDidDeminiaturizeNotification as string
- shared method NSWindowDidEndLiveResizeNotification as string
- shared method NSWindowDidEndSheetNotification as string
- shared method NSWindowDidEnterFullScreenNotification as string
- shared method NSWindowDidEnterVersionBrowserNotification as string
- shared method NSWindowDidExitFullScreenNotification as string
- shared method NSWindowDidExitVersionBrowserNotification 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 NSWindowWillBeginSheetNotification as string
- shared method NSWindowWillCloseNotification as string
- shared method NSWindowWillEnterFullScreenNotification as string
- shared method NSWindowWillEnterVersionBrowserNotification as string
- shared method NSWindowWillExitFullScreenNotification as string
- shared method NSWindowWillExitVersionBrowserNotification as string
- shared method NSWindowWillMiniaturizeNotification as string
- shared method NSWindowWillMoveNotification as string
- shared method NSWindowWillStartLiveResizeNotification as string
- method orderBack
- method orderFront
- method orderFrontRegardless
- method orderOut
- method PerformClose
- method performMiniaturize
- method performWindowDragWithEvent(event as NSEventMBS)
- method performZoom
- method print
- method registerForDraggedTypes(Types() as string)
- method removeChildWindow(win as NSWindowMBS)
- method removeChildWindow(win as window)
- shared method removeFrameUsingName(name as string)
- method resetCursorRects
- method resignKeyWindow
- method resignMainWindow
- method resizeFlags as Integer
- method restoreCachedImage
- method runToolbarCustomizationPalette
- method saveFrameUsingName(s as String)
- method selectKeyViewFollowingView(view as NSViewMBS)
- method selectKeyViewPrecedingView(view as NSViewMBS)
- method selectNextKeyView
- method selectNextTab
- method selectPreviousKeyView
- method selectPreviousTab
- method sendEvent(e as NSEventMBS)
- method setAutorecalculatesContentBorderThickness(flag as boolean, edge as Integer)
- method setBottomCornerRounded(flag as boolean)
- method setContentBorderThickness(thickness as Double, edge as Integer)
- method setContentSize(size as NSSizeMBS)
- 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 SetFrame(left as Double, top as Double, width as Double, height as Double)
- method setFrameAutosaveName(name as String) as boolean
- method setFrameFromString(s as String)
- method setFrameOrigin(point as NSPointMBS)
- method setFrameTopLeftPoint(point as NSPointMBS)
- method setFrameUsingName(name as String, force as boolean = false) as boolean
- method setRestorationClass
- method setTitleWithRepresentedFile(filename as folderitem)
- method setTitleWithRepresentedFilename(filename as string)
- method Show
- method standardWindowButton(button as Integer) as Variant
- shared method standardWindowButton(button as Integer, StyleMask as Integer) as Variant
- method stringWithSavedFrame as String
- method tabbedWindows as NSWindowMBS()
- method toggleFullScreen
- method toggleTabBar
- method toggleToolbarShown
- method toolbarview as NSViewMBS
- method unregisterDraggedTypes
- method update
- method useOptimizedDrawing(value as boolean)
- method WindowHandle as Integer
- shared method windowNumberAtPoint(x as Double, y as Double, belowWindowWithWindowNumber as Integer = 0) as Integer
- shared method windowNumbersWithOptions(options as Integer = 0) as Integer()
- method zoom
- property acceptsMouseMovedEvents as boolean
- shared property allowsAutomaticWindowTabbing as Boolean
- property allowsConcurrentViewDrawing as boolean
- property allowsToolTipsWhenApplicationIsInactive as boolean
- property alphaValue as Double
- property animationBehavior as Integer
- property aspectRatio as NSSizeMBS
- property Autodisplay as boolean
- property backgroundColor as NSColorMBS
- property backingLocation as Integer
- property backingScaleFactor as Double
- property backingType as Integer
- property canBecomeKeyWindow as boolean
- property canBecomeMainWindow as boolean
- property canBecomeVisibleWithoutLogin as boolean
- property canHide as boolean
- property canStoreColor as boolean
- property className as string
- property classPath as string
- property collectionBehavior as Integer
- property colorSpace as NSColorSpaceMBS
- property contentAspectRatio as NSSizeMBS
- property contentLayoutRect as NSRectMBS
- property contentMaxSize as NSSizeMBS
- property contentMinSize as NSSizeMBS
- property contentResizeIncrements as NSSizeMBS
- property contentView as NSViewMBS
- property currentEvent as NSEventMBS
- property deepestScreen as NSScreenMBS
- property depthLimit as Integer
- property displaysWhenScreenProfileChanges as boolean
- property frame as NSRectMBS
- property hasDynamicDepthLimit as boolean
- property hasShadow as boolean
- Property Height as Double
- property hidesOnDeactivate as boolean
- property identifier as string
- property ignoresMouseEvents as boolean
- property initialFirstResponder as NSViewMBS
- property isDocumentEdited as boolean
- property isExcludedFromWindowsMenu as boolean
- property isFlushWindowDisabled as boolean
- property isKeyWindow as boolean
- property isMainWindow as boolean
- property isMiniaturized as boolean
- property isMovableByWindowBackground as boolean
- property isOnActiveSpace as boolean
- property isOneShot as boolean
- property isOpaque as boolean
- property isSheet as boolean
- property isZoomed as boolean
- Property Left as Double
- property Level as Integer
- property maxSize as NSSizeMBS
- property miniwindowImage as Variant
- property miniwindowTitle as String
- property minSize as NSSizeMBS
- property Movable as boolean
- property parentWindow as NSWindowMBS
- property preferredBackingLocation as Integer
- property preservesContentDuringLiveResize as boolean
- property preventsApplicationTerminationWhenModal as boolean
- property representedFile as folderitem
- property representedFilename as string
- property representedURL as string
- property resizeIncrements as NSSizeMBS
- property Restorable as boolean
- property screen as NSScreenMBS
- property sharingType as Integer
- property showsResizeIndicator as boolean
- property showsToolbarButton as boolean
- property styleMask as Integer
- property SubTitle as String
- property tabbingIdentifier as String
- property tabbingMode as Integer
- property Title as String
- property titlebarAppearsTransparent as Boolean
- property titlebarSeparatorStyle as Integer
- property titleVisibility as Integer
- property toolbar as Variant
- property toolbarStyle as Integer
- Property Top as Double
- shared property userTabbingPreference as Integer
- property viewsNeedDisplay as boolean
- property Visible as boolean
- Property Width as Double
- property windowController as NSWindowControllerMBS
- property windowNumber as Integer
- property worksWhenModal as boolean
- property frameAutosaveName as string
- class NSWindowRestoreHandlerMBS
- class NSWorkspaceAuthorizationMBS
- class NSWorkspaceMBS
- shared method absolutePathForAppBundleWithIdentifier(bundleIdentifier as string) as string
- shared method activateFileViewerSelectingFiles(Files() as folderitem)
- shared method activateFileViewerSelectingURLs(URLs() as string)
- shared method desktopImageOptionsForScreen(screen as NSScreenMBS) as dictionary
- shared method desktopImageURLForScreen(screen as NSScreenMBS) as folderitem
- shared method fileLabelColors as NSColorMBS()
- shared method fileLabels as string()
- shared method findApplications
- shared method frontmostApplication as NSRunningApplicationMBS
- shared method fullPathForApplication(appname as string) as folderitem
- shared method hideOtherApplications
- shared method iconForFile(file as folderitem) as NSImageMBS
- shared method iconForFiles(files() as folderitem) as NSImageMBS
- shared method iconForFileType(filetype as string) as NSImageMBS
- shared method isFilePackageAtPath(item as folderitem) as boolean
- shared method launchApplication(appname as string) as boolean
- shared method launchApplication(appname as string, showicon as boolean, autolaunch as boolean) as boolean
- shared method launchApplicationAtFile(file as folderitem, options as UInt32 = 0, configuration as dictionary = nil) as NSRunningApplicationMBS
- shared method launchApplicationAtFile(file as folderitem, options as UInt32, configuration as dictionary, byref error as NSErrorMBS) as NSRunningApplicationMBS
- shared method launchApplicationAtURL(URL as string, options as UInt32 = 0, configuration as dictionary = nil) as NSRunningApplicationMBS
- shared method launchApplicationAtURL(URL as string, options as UInt32, configuration as dictionary, byref error as NSErrorMBS) as NSRunningApplicationMBS
- shared method launchAppWithBundleIdentifier(bundleIdentifier as string, options as Integer = &h00030000, AppleEventDescriptor as Variant = nil) as Boolean
- shared method localizedDescriptionForType(typeName as string) as string
- shared method menuBarOwningApplication as NSRunningApplicationMBS
- shared method mountedLocalVolumePaths as string()
- shared method mountedRemovableMedia as string()
- shared method noteFileSystemChanged
- shared method noteFileSystemChanged(path as folderitem)
- shared method notificationCenter as NSNotificationCenterMBS
- shared method NSWorkspaceActiveSpaceDidChangeNotification as string
- shared method NSWorkspaceApplicationKey as string
- shared method NSWorkspaceCompressOperation as string
- shared method NSWorkspaceCopyOperation as string
- shared method NSWorkspaceDecompressOperation as string
- shared method NSWorkspaceDecryptOperation as string
- shared method NSWorkspaceDesktopImageAllowClippingKey as string
- shared method NSWorkspaceDesktopImageFillColorKey as string
- shared method NSWorkspaceDesktopImageScalingKey as string
- shared method NSWorkspaceDestroyOperation as string
- shared method NSWorkspaceDidActivateApplicationNotification as string
- shared method NSWorkspaceDidChangeFileLabelsNotification as string
- shared method NSWorkspaceDidDeactivateApplicationNotification as string
- shared method NSWorkspaceDidHideApplicationNotification as string
- shared method NSWorkspaceDidLaunchApplicationNotification as string
- shared method NSWorkspaceDidMountNotification as string
- shared method NSWorkspaceDidPerformFileOperationNotification as string
- shared method NSWorkspaceDidRenameVolumeNotification as string
- shared method NSWorkspaceDidTerminateApplicationNotification as string
- shared method NSWorkspaceDidUnhideApplicationNotification as string
- shared method NSWorkspaceDidUnmountNotification as string
- shared method NSWorkspaceDidWakeNotification as string
- shared method NSWorkspaceDuplicateOperation as string
- shared method NSWorkspaceEncryptOperation as string
- shared method NSWorkspaceLaunchConfigurationAppleEvent as string
- shared method NSWorkspaceLaunchConfigurationArchitecture as string
- shared method NSWorkspaceLaunchConfigurationArguments as string
- shared method NSWorkspaceLaunchConfigurationEnvironment as string
- shared method NSWorkspaceLinkOperation as string
- shared method NSWorkspaceMoveOperation as string
- shared method NSWorkspaceRecycleOperation as string
- shared method NSWorkspaceScreensDidSleepNotification as string
- shared method NSWorkspaceScreensDidWakeNotification as string
- shared method NSWorkspaceSessionDidBecomeActiveNotification as string
- shared method NSWorkspaceSessionDidResignActiveNotification as string
- shared method NSWorkspaceVolumeLocalizedNameKey as string
- shared method NSWorkspaceVolumeOldLocalizedNameKey as string
- shared method NSWorkspaceVolumeOldURLKey as string
- shared method NSWorkspaceVolumeURLKey as string
- shared method NSWorkspaceWillLaunchApplicationNotification as string
- shared method NSWorkspaceWillPowerOffNotification as string
- shared method NSWorkspaceWillSleepNotification as string
- shared method NSWorkspaceWillUnmountNotification as string
- shared method openFile(file as folderitem) as boolean
- shared method openFile(file as folderitem, appname as string) as boolean
- shared method openFile(file as folderitem, appname as string, Deactivate as boolean) as boolean
- shared method openURL(url as string) as boolean
- shared method openURL(url as string, bundleIdentifier as string, options as Integer = &h00030000, AppleEventDescriptor as Variant = nil) as Boolean
- shared method performFileOperation(operation as string, source as folderitem, destination as folderitem, files() as string, byref tag as Integer) as boolean
- shared method preferredFilenameExtensionForType(typeName as string) as string
- method requestAuthorization(type as integer, tag as variant = nil)
- shared method selectFile(file as folderitem) as boolean
- shared method setDesktopImageURL(file as folderitem, screen as NSScreenMBS, options as dictionary, byref error as NSErrorMBS) as boolean
- shared method setIcon(image as NSImageMBS, file as folderitem, flags as Integer = 0) as boolean
- shared method setIcon(image as NSImageMBS, path as string, flags as Integer = 0) as boolean
- shared method showSearchResultsForQueryString(queryString as string) as boolean
- shared method typeOfFile(File as folderitem, byref error as NSErrorMBS) as string
- shared method typeOfFile(Path as string, byref error as NSErrorMBS) as string
- shared method unmountAndEjectDevice(item as folderitem, byref e as NSErrorMBS) as boolean
- shared method URLForApplicationToOpenURL(url as string) as string
- shared method URLForApplicationWithBundleIdentifier(bundleIdentifier as string) as string
- shared property accessibilityDisplayShouldDifferentiateWithoutColor as Boolean
- shared property accessibilityDisplayShouldIncreaseContrast as Boolean
- shared property accessibilityDisplayShouldInvertColors as Boolean
- shared property accessibilityDisplayShouldReduceMotion as Boolean
- shared property accessibilityDisplayShouldReduceTransparency as Boolean
- shared property isSwitchControlEnabled as Boolean
- shared property isVoiceOverEnabled as Boolean
- event requestAuthorizationCompleted(type as Integer, authorization as NSWorkspaceAuthorizationMBS, error as NSErrorMBS, tag as variant)
- Class Extensions
- Modules
Release notes
- Version 24.1
- Version 23.5
- Added NSTouchMBS class for macOS and iOS (using UITouch on iOS).
- Updated NSEventMBS class to work on iOS with UIEvent internally.
- Version 23.4
- Added clipsToBounds property to NSViewMBS class.
- Version 23.3
- Changed pathForSoundResource and pathForImageResource to be marked macOS only in NSBundleMBS class.
- Version 23.2
- Added decodeTypedStream method to NSCoderMBS class.
- Fixed memory leaks in fileLabelColors and fileLabels methods in NSWorkspaceMBS class.
- Version 23.0
- Version 22.5
- Added more methods and properties to NSCalendarMBS class.
- Fixed NSAlertMBS class to clear timeout after runModal, so you can reuse the alert object.
- Version 22.4
- Version 22.3
- Added shared methods for NSEventMBS class to create events.
The items on this page are in the following plugins: MBS MacBase Plugin, MBS MacCocoa Plugin, MBS MacControls Plugin, MBS MacFrameworks Plugin, MBS Main Plugin.