Platforms to show: All Mac Windows Linux Cross-Platform
Cocoa
The basic classes from the Apple Cocoa framework.
- NSStringCompareMBS(s as string, t as string, options as integer) as integer
- NSMakePointMBS(x as double, y as double) as NSPointMBS
- NSMakeRangeMBS(location as UInt32, length as UInt32) as NSRangeMBS
- NSMakeRectMBS(x as double, y as double, w as double, h as double) as NSRectMBS
- NSMakeSizeMBS(w as double, h as double) as NSSizeMBS
- class ComboBox
- method NSComboBoxMBS as NSComboBoxMBS
- class CustomNSViewMBS
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- event acceptsFirstResponder as boolean
- event becomeFirstResponder as boolean
- event Close
- event DrawRect(g as NSGraphicsMBS, left as double, top as double, width as double, height as double)
- event isOpaque as boolean
- event keyDown(e as NSEventMBS) as boolean
- event keyUp(e as NSEventMBS) as boolean
- event mouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event mouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event mouseEntered(e as NSEventMBS, x as double, y as double) as boolean
- event mouseExited(e as NSEventMBS, x as double, y as double) as boolean
- event mouseMoved(e as NSEventMBS, x as double, y as double) as boolean
- event mouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event Open
- event otherMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event otherMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- event resignFirstResponder as boolean
- event rightMouseDown(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseDragged(e as NSEventMBS, x as double, y as double) as boolean
- event rightMouseUp(e as NSEventMBS, x as double, y as double) as boolean
- class Groupbox
- class ImageWell
- method NSImageViewMBS as NSImageViewMBS
- class NSActionCellMBS
- method Constructor(image as NSImageMBS)
- method Constructor(text as string)
- method tag as integer
- class NSAnimationContextMBS
- shared method beginGrouping
- method Constructor
- shared method currentContext as NSAnimationContextMBS
- method duration as double
- shared method endGrouping
- property Handle as Integer
- class NSAnimationMBS
- method animationBlockingMode as integer
- method animationCurve as integer
- method clearStartAnimation
- method clearStopAnimation
- method Constructor(duration as double, animationCurve as integer)
- method currentProgress as double
- method currentValue as double
- method duration as double
- method frameRate as double
- method isAnimating as boolean
- method startAnimation
- method stopAnimation
- property Handle as Integer
- event CurrentProgressChanged(progress as double)
- const NSAnimationBlocking=0
- const NSAnimationEaseIn=1
- const NSAnimationEaseInOut=0
- const NSAnimationEaseOut=2
- const NSAnimationLinear=3
- const NSAnimationNonblocking=1
- const NSAnimationNonblockingThreaded=2
- class NSAttributedStringMBS
- method containsAttachments as boolean
- method copy as NSAttributedStringMBS
- method docFormatFromRange as string
- method docFormatFromRange(offset as integer, length as integer) as string
- method htmlString as string
- method initWithAttributedString(text as NSAttributedStringMBS) as boolean
- method initWithDocFormat(data as string) as boolean
- method initWithHTML(data as string) as boolean
- method initWithHTML(data as string, BaseURL as string) as boolean
- method initWithHTMLOld(data as string) as boolean
- method initWithPath(file as folderitem) as boolean
- method initWithPath(path as string) as boolean
- method initWithRTF(data as string) as boolean
- method initWithRTFD(data as string) as boolean
- method initWithString(text as string) as boolean
- method initWithURL(file as folderitem) as boolean
- method initWithURL(url as string) as boolean
- method isEqualToAttributedString(other as NSAttributedStringMBS) as Boolean
- method length as Integer
- method mutableCopy as NSMutableAttributedStringMBS
- method rtf as string
- method RTFDFromRange as string
- method RTFDFromRange(offset as integer, length as integer) as string
- method RTFFromRange as string
- method RTFFromRange(offset as integer, length as integer) as string
- method text as string
- class NSAutoreleasePoolMBS
- method Constructor
- property Handle as Integer
- class NSBoxMBS
- method borderColor as NSColorMBS
- method borderRect as NSRectMBS
- method borderType as Integer
- method borderWidth as double
- method boxType as Integer
- method contentView as NSViewMBS
- method contentViewMargins as NSSizeMBS
- method cornerRadius as double
- method fillColor as NSColorMBS
- method setFrameFromContentFrame(contentFrame as NSRectMBS)
- method setTitleWithMnemonic(stringWithAmpersand as string)
- method sizeToFit
- method title as string
- method titleCell as NSCellMBS
- method titleFont as NSFontMBS
- method titlePosition as Integer
- method titleRect as NSRectMBS
- method Transparent as Boolean
- const NSAboveBottom = 4
- const NSAboveTop = 1
- const NSAtBottom = 5
- const NSAtTop = 2
- const NSBelowBottom = 6
- const NSBelowTop = 3
- const NSBoxCustom = 4
- const NSBoxOldStyle = 3
- const NSBoxPrimary = 0
- const NSBoxSecondary = 1
- const NSBoxSeparator = 2
- const NSNoTitle = 0
- class NSBundleMBS
- shared method allBundles as NSBundleMBS()
- shared method allFrameworks as NSBundleMBS()
- method builtInPlugInsFolder as folderitem
- method builtInPlugInsPath as string
- method bundleFolder as folderitem
- method bundleIdentifier as string
- method bundlePath as string
- shared method bundleWithIdentifier(identifier as string) as NSBundleMBS
- shared method bundleWithPath(path as folderitem) as NSBundleMBS
- shared method bundleWithPath(path as string) as NSBundleMBS
- method Constructor(path as folderitem)
- method Constructor(path as string)
- method developmentLocalization as string
- method executableArchitectures as integer()
- method executableFile as folderitem
- method executablePath as string
- method infoDictionary as dictionary
- method isLoaded as boolean
- method load as boolean
- method localizations as string()
- method localizedInfoDictionary as dictionary
- method localizedStringForKey(key as string, value as string="", tableName as string="") as string
- shared method mainBundle as NSBundleMBS
- method pathForImageResource(name as string) as folderitem
- method pathForResource(name as string, extension as string) as folderitem
- method pathForResource(name as string, extension as string, subpath as string) as folderitem
- method pathForResource(name as string, extension as string, subpath as string, localizationName as string) as folderitem
- method pathForSoundResource(name as string) as folderitem
- method preferredLocalizations as string()
- method privateFrameworksFolder as folderitem
- method privateFrameworksPath as string
- method resourceFolder as folderitem
- method resourcePath as string
- method sharedFrameworksFolder as folderitem
- method sharedFrameworksPath as string
- method sharedSupportFolder as folderitem
- method sharedSupportPath as string
- method unload as boolean
- property Handle as Integer
- const NSBundleExecutableArchitectureI386 = 7
- const NSBundleExecutableArchitecturePPC = &h12
- const NSBundleExecutableArchitecturePPC64 = &h01000012
- const NSBundleExecutableArchitectureX86_64 = &h01000007
- class NSButtonMBS
- method allowsMixedState as boolean
- method alternateImage as NSImageMBS
- method alternateTitle as string
- method attributedAlternateTitle as NSAttributedStringMBS
- method attributedTitle as NSAttributedStringMBS
- method bezelStyle as integer
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method image as NSImageMBS
- method isBordered as boolean
- method isTransparent as boolean
- method keyEquivalent as string
- method keyEquivalentModifierMask as integer
- method setButtonType(buttonType as integer)
- method setNextState
- method showsBorderOnlyWhileMouseInside as boolean
- method state as integer
- method title as string
- const NSCircularBezelStyle=7
- const NSDisclosureBezelStyle=5
- const NSHelpButtonBezelStyle=9
- const NSMomentaryChangeButton=5
- const NSMomentaryLightButton=0
- const NSMomentaryPushInButton=7
- const NSOnOffButton=6
- const NSPushOnPushOffButton=1
- const NSRadioButton=4
- const NSRecessedBezelStyle=13
- const NSRegularSquareBezelStyle=2
- const NSRoundedBezelStyle=1
- const NSRoundedDisclosureBezelStyle=14
- const NSRoundRectBezelStyle=12
- const NSShadowlessSquareBezelStyle=6
- const NSSmallSquareBezelStyle=10
- const NSSwitchButton=3
- const NSTexturedRoundedBezelStyle=11
- const NSTexturedSquareBezelStyle=8
- const NSThickerSquareBezelStyle=4
- const NSThickSquareBezelStyle=3
- const NSToggleButton=2
- class NSCellMBS
- method acceptsFirstResponder as boolean
- method alignment as integer
- method allowsEditingTextAttributes as boolean
- method allowsMixedState as boolean
- method allowsUndo as boolean
- method attributedStringValue as NSAttributedStringMBS
- method backgroundStyle as integer
- method baseWritingDirection as integer
- method Bezeled as boolean
- method Bordered as boolean
- method calcDrawInfo(theRect as NSRectMBS)
- method cellAttribute(aParameter as integer) as integer
- method cellSize as NSSizeMBS
- method cellSizeForBounds(theRect as NSRectMBS) as NSSizeMBS
- method className as string
- method classPath as string
- method compare(otherCell as NSCellMBS) as integer
- method Constructor(image as NSImageMBS)
- method Constructor(text as string)
- method Continuous as boolean
- method controlSize as integer
- method controlTint as integer
- method controlView as NSViewMBS
- shared method defaultFocusRingType as integer
- shared method defaultMenu as NSMenuMBS
- method doubleValue as double
- method drawingRectForBounds(theRect as NSRectMBS) as NSRectMBS
- method Editable as boolean
- method Enabled as boolean
- method floatValue as double
- method focusRingType as integer
- method font as NSFontMBS
- method hasValidObjectValue as boolean
- method highlightColorWithFrame(theRect as NSRectMBS, controlView as NSViewMBS)
- method Highlighted as boolean
- method image as NSImageMBS
- method imageRectForBounds(theRect as NSRectMBS) as NSRectMBS
- method importsGraphics as boolean
- method interiorBackgroundStyle as integer
- method intValue as integer
- method isEntryAcceptable(aString as string) as boolean
- method isOpaque as boolean
- method keyEquivalent as string
- method lineBreakMode as integer
- method menu as NSMenuMBS
- method mnemonic as string
- method mnemonicLocation as integer
- method nextState as integer
- method performClick
- shared method prefersTrackingUntilMouseUp as boolean
- method refusesFirstResponder as boolean
- method Scrollable as boolean
- method Selectable as boolean
- method sendActionOn(mask as integer) as integer
- method sendsActionOnEndEditing as boolean
- method setNextState
- method setTitleWithMnemonic(stringWithAmpersand as string)
- method showsFirstResponder as boolean
- method state as integer
- method stringValue as string
- method tag as integer
- method title as string
- method titleRectForBounds(theRect as NSRectMBS) as NSRectMBS
- method truncatesLastVisibleLine as boolean
- method type as integer
- method usesSingleLineMode as boolean
- method wantsNotificationForMarkedText as boolean
- method wraps as boolean
- property Handle as Integer
- const NSAnyType = 0
- const NSBackgroundStyleDark = 1
- const NSBackgroundStyleLight = 0
- const NSBackgroundStyleLowered = 3
- const NSBackgroundStyleRaised = 2
- const NSBlueControlTint = 1
- const NSCellAllowsMixedState = 16
- const NSCellChangesContents = 14
- const NSCellDisabled = 0
- const NSCellEditable = 3
- const NSCellHasImageHorizontal = 12
- const NSCellHasImageOnLeftOrBottom = 13
- const NSCellHasOverlappingImage = 11
- const NSCellHighlighted = 5
- const NSCellHitContentArea = 1
- const NSCellHitEditableTextArea = 2
- const NSCellHitNone = 0
- const NSCellHitTrackableArea = 4
- const NSCellIsBordered = 10
- const NSCellIsInsetButton = 15
- const NSCellLightsByBackground = 9
- const NSCellLightsByContents = 6
- const NSCellLightsByGray = 7
- const NSCellState = 1
- const NSChangeBackgroundCell = 8
- const NSChangeBackgroundCellMask = 8
- const NSChangeGrayCell = 4
- const NSChangeGrayCellMask = 4
- const NSClearControlTint = 7
- const NSContentsCellMask = 1
- const NSDefaultControlTint = 0
- const NSDoubleType = 6
- const NSFloatType = 3
- const NSGraphiteControlTint = 6
- const NSImageAbove = 5
- const NSImageBelow = 4
- const NSImageCellType = 2
- const NSImageLeft = 2
- const NSImageOnly = 1
- const NSImageOverlaps = 6
- const NSImageRight = 3
- const NSImageScaleAxesIndependently = 1
- const NSImageScaleNone = 2
- const NSImageScaleProportionallyDown = 0
- const NSImageScaleProportionallyUpOrDown = 3
- const NSIntType = 1
- const NSMiniControlSize = 2
- const NSMixedState = -1
- const NSNoCellMask = 0
- const NSNoImage = 0
- const NSNullCellType = 0
- const NSOffState = 0
- const NSOnState = 1
- const NSPositiveDoubleType = 7
- const NSPositiveFloatType = 4
- const NSPositiveIntType = 2
- const NSPushInCell = 2
- const NSPushInCellMask = 2
- const NSRegularControlSize = 0
- const NSSmallControlSize = 1
- const NSTextCellType = 1
- class NSCharacterSetMBS
- shared method alphanumericCharacterSet as NSCharacterSetMBS
- method bitmapRepresentation as string
- shared method capitalizedLetterCharacterSet as NSCharacterSetMBS
- method characterIsMember(Character as integer) as boolean
- shared method characterSetWithBitmapRepresentation(data as string) as NSCharacterSetMBS
- shared method characterSetWithCharactersInString(aString as string) as NSCharacterSetMBS
- shared method characterSetWithContentsOfFile(aString as string) as NSCharacterSetMBS
- shared method characterSetWithContentsOfFile(file as folderitem) as NSCharacterSetMBS
- shared method characterSetWithRange(r as NSRangeMBS) as NSCharacterSetMBS
- method Constructor
- shared method controlCharacterSet as NSCharacterSetMBS
- method copy as NSCharacterSetMBS
- shared method decimalDigitCharacterSet as NSCharacterSetMBS
- shared method decomposableCharacterSet as NSCharacterSetMBS
- method hasMemberInPlane(thePlane as integer) as boolean
- shared method illegalCharacterSet as NSCharacterSetMBS
- method invertedSet as NSCharacterSetMBS
- method isSupersetOfSet(theOtherSet as NSCharacterSetMBS) as boolean
- shared method letterCharacterSet as NSCharacterSetMBS
- method longCharacterIsMember(theLongChar as integer) as boolean
- shared method lowercaseLetterCharacterSet as NSCharacterSetMBS
- method mutableCopy as NSMutableCharacterSetMBS
- shared method newlineCharacterSet as NSCharacterSetMBS
- shared method nonBaseCharacterSet as NSCharacterSetMBS
- method Operator_Convert as string
- shared method punctuationCharacterSet as NSCharacterSetMBS
- method StringValue as string
- shared method symbolCharacterSet as NSCharacterSetMBS
- shared method uppercaseLetterCharacterSet as NSCharacterSetMBS
- shared method whitespaceAndNewlineCharacterSet as NSCharacterSetMBS
- shared method whitespaceCharacterSet as NSCharacterSetMBS
- const NSOpenStepUnicodeReservedBase=&hF400
- class NSColorSpaceMBS
- shared method adobeRGB1998ColorSpace as NSColorSpaceMBS
- shared method availableColorSpacesWithModel(Model as integer) as NSColorSpaceMBS()
- method CGColorSpaceHandle as integer
- shared method colorSpaceForColorSpaceName(name as string) as NSColorSpaceMBS
- method colorSpaceModel as integer
- method colorSpaceName as string
- method colorSyncProfileHandle as integer
- method Constructor(ICCProfileData as string)
- method description as string
- shared method deviceCMYKColorSpace as NSColorSpaceMBS
- shared method deviceGrayColorSpace as NSColorSpaceMBS
- shared method deviceRGBColorSpace as NSColorSpaceMBS
- shared method genericCMYKColorSpace as NSColorSpaceMBS
- shared method genericGamma22GrayColorSpace as NSColorSpaceMBS
- shared method genericGrayColorSpace as NSColorSpaceMBS
- shared method genericRGBColorSpace as NSColorSpaceMBS
- method ICCProfileData as string
- method initWithCGColorSpace(CGColorSpaceHandle as integer)
- method initWithColorSyncProfile(ColorSyncProfileHandle as integer)
- method localizedName as string
- method numberOfColorComponents as integer
- shared method sRGBColorSpace as NSColorSpaceMBS
- const NSCalibratedBlackColorSpace = "NSCalibratedBlackColorSpace"
- const NSCalibratedRGBColorSpace = "NSCalibratedRGBColorSpace"
- const NSCalibratedWhiteColorSpace = "NSCalibratedWhiteColorSpace"
- const NSCMYKColorSpaceModel=2
- const NSCustomColorSpace = "NSCustomColorSpace"
- const NSDeviceBlackColorSpace = "NSDeviceBlackColorSpace"
- const NSDeviceCMYKColorSpace = "NSDeviceCMYKColorSpace"
- const NSDeviceNColorSpaceModel=4
- const NSDeviceRGBColorSpace = "NSDeviceRGBColorSpace"
- const NSDeviceWhiteColorSpace = "NSDeviceWhiteColorSpace"
- const NSGrayColorSpaceModel=0
- const NSIndexedColorSpaceModel=5
- const NSLABColorSpaceModel=3
- const NSNamedColorSpace = "NSNamedColorSpace"
- const NSPatternColorSpace = "NSPatternColorSpace"
- const NSPatternColorSpaceModel=6
- const NSRGBColorSpaceModel=1
- const NSUnknownColorSpaceModel=-1
- class NSComboBoxMBS
- method addItemWithObjectValue(value as variant)
- method completes as boolean
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method deselectItemAtIndex(index as integer)
- method hasVerticalScroller as boolean
- method indexOfItemWithObjectValue(value as variant) as integer
- method indexOfSelectedItem as integer
- method intercellSpacing as NSSizeMBS
- method isButtonBordered as boolean
- method itemHeight as double
- method noteNumberOfItemsChanged
- method numberOfItems as integer
- method numberOfVisibleItems as integer
- method reloadData
- method removeAllItems
- method removeItemAtIndex(index as integer)
- method removeItemWithObjectValue(value as variant)
- method scrollItemAtIndexToTop(index as integer)
- method scrollItemAtIndexToVisible(index as integer)
- method selectItemAtIndex(index as integer)
- method selectItemWithObjectValue(value as variant)
- method usesDataSource as boolean
- class NSControlMBS
- method alignment as integer
- method attributedStringValue as NSAttributedStringMBS
- method calcSize
- method doubleValue as double
- method ignoresMultiClick as boolean
- method intValue as integer
- method isContinuous as boolean
- method isEnabled as boolean
- method selectedTag as integer
- method setNeedsDisplay
- method sizeToFit
- method stringValue as string
- method tag as integer
- method validateEditing
- event Action
- event textShouldBeginEditing(fieldEditor as NSTextMBS) as boolean
- event textShouldEndEditing(fieldEditor as NSTextMBS) as boolean
- class NSCursorMBS
- shared method arrowCursor as NSCursorMBS
- shared method closedHandCursor as NSCursorMBS
- method Constructor(image as NSImageMBS, foregroundColorHint as NSColorMBS, backgroundColorHint as NSColorMBS, HotSpotX as double, HotSpotY as double)
- method Constructor(image as NSImageMBS, HotSpotX as double, HotSpotY as double)
- shared method contextualMenuCursor as NSCursorMBS
- shared method crosshairCursor as NSCursorMBS
- shared method currentCursor as NSCursorMBS
- shared method currentSystemCursor as NSCursorMBS
- shared method disappearingItemCursor as NSCursorMBS
- shared method dragCopyCursor as NSCursorMBS
- shared method dragLinkCursor as NSCursorMBS
- shared method hide
- method hotSpotX as double
- method hotSpotY as double
- shared method IBeamCursor as NSCursorMBS
- method image as NSImageMBS
- method isSetOnMouseEntered as boolean
- method isSetOnMouseExited as boolean
- method mouseEntered(e as NSEventMBS)
- method mouseExited(e as NSEventMBS)
- shared method openHandCursor as NSCursorMBS
- shared method pointingHandCursor as NSCursorMBS
- shared method pop
- method pop
- method push
- shared method resizeDownCursor as NSCursorMBS
- shared method resizeLeftCursor as NSCursorMBS
- shared method resizeLeftRightCursor as NSCursorMBS
- shared method resizeRightCursor as NSCursorMBS
- shared method resizeUpCursor as NSCursorMBS
- shared method resizeUpDownCursor as NSCursorMBS
- shared method ringCursorWithDiameter(diameter as double) as NSCursorMBS
- method set
- shared method setHiddenUntilMouseMoves(value as boolean)
- method setOnMouseEntered(flag as boolean)
- method setOnMouseExited(flag as boolean)
- shared method unhide
- property Handle as Integer
- class NSDirectoryEnumeratorMBS
- method Constructor(folder as folderitem)
- method Constructor(path as string)
- method Destructor
- method directoryAttributes as dictionary
- method fileAttributes as dictionary
- method level as integer
- method nextFile as folderitem
- shared method NSFileAppendOnly as string
- shared method NSFileBusy as string
- shared method NSFileCreationDate as string
- shared method NSFileDeviceIdentifier as string
- shared method NSFileExtensionHidden as string
- shared method NSFileGroupOwnerAccountID as string
- shared method NSFileGroupOwnerAccountName as string
- shared method NSFileHFSCreatorCode as string
- shared method NSFileHFSTypeCode as string
- shared method NSFileImmutable as string
- shared method NSFileModificationDate as string
- shared method NSFileOwnerAccountID as string
- shared method NSFileOwnerAccountName as string
- shared method NSFilePosixPermissions as string
- shared method NSFileReferenceCount as string
- shared method NSFileSize as string
- shared method NSFileSystemFileNumber as string
- shared method NSFileSystemFreeNodes as string
- shared method NSFileSystemFreeSize as string
- shared method NSFileSystemNodes as string
- shared method NSFileSystemNumber as string
- shared method NSFileSystemSize as string
- shared method NSFileType as string
- shared method NSFileTypeBlockSpecial as string
- shared method NSFileTypeCharacterSpecial as string
- shared method NSFileTypeDirectory as string
- shared method NSFileTypeRegular as string
- shared method NSFileTypeSocket as string
- shared method NSFileTypeSymbolicLink as string
- shared method NSFileTypeUnknown as string
- method Path as string
- method skipDescendents
- class NSDistributedNotificationCenterMBS
- method addObserver(observer as NSNotificationObserverMBS, name as string, theObject as variant, suspensionBehavior as integer)
- method Constructor
- shared method defaultCenter as NSDistributedNotificationCenterMBS
- shared method notificationCenterForType(name as string) as NSDistributedNotificationCenterMBS
- shared method NSLocalNotificationCenterType as string
- method postNotificationName(name as string, theObject as string, userInfo as dictionary, deliverImmediately as boolean)
- method postNotificationName(name as string, theObject as string, userInfo as dictionary, options as UInt32)
- method suspended as boolean
- property Handle as Integer
- const NSNotificationDeliverImmediately = 1
- const NSNotificationPostToAllSessions = 2
- const NSNotificationSuspensionBehaviorCoalesce = 2
- const NSNotificationSuspensionBehaviorDeliverImmediately = 4
- const NSNotificationSuspensionBehaviorDrop = 1
- const NSNotificationSuspensionBehaviorHold = 3
- class NSEnumeratorMBS
- method allObjects as variant()
- method nextObject as variant
- property Handle as Integer
- class NSErrorMBS
- method code as integer
- method domain as string
- method localizedDescription as string
- method localizedFailureReason as string
- method localizedRecoverySuggestion as string
- property Handle as Integer
- class NSEventMBS
- method absoluteX as integer
- method absoluteY as integer
- method absoluteZ as integer
- method buttonMask as integer
- method buttonNumber as integer
- method capabilityMask as integer
- method characters as string
- method charactersIgnoringModifiers as string
- method clickCount as integer
- method data1 as integer
- method data2 as integer
- method deltaX as double
- method deltaY as double
- method deltaZ as double
- method deviceID as integer
- shared method doubleClickInterval as double
- method eventNumber as integer
- method isARepeat as boolean
- method isEnteringProximity as boolean
- shared method isMouseCoalescingEnabled as boolean
- method keyCode as integer
- shared method keyRepeatDelay as double
- shared method keyRepeatInterval as double
- method locationInWindow as NSPointMBS
- method magnification as double
- method modifierFlags as integer
- shared method modifierFlags as UInt32
- shared method mouseLocation as NSPointMBS
- method pointingDeviceID as integer
- method pointingDeviceSerialNumber as integer
- method pointingDeviceType as integer
- shared method pressedMouseButtons as UInt32
- method pressure as double
- method rotation as double
- shared method setMouseCoalescingEnabled(Value as boolean)
- method subtype as integer
- method systemTabletID as integer
- method tabletID as integer
- method tangentialPressure as double
- method tilt as NSPointMBS
- method timestamp as double
- method trackingNumber as integer
- method type as integer
- method uniqueID as UInt64
- method vendorID as integer
- method vendorPointingDeviceType as integer
- method window as NSWindowMBS
- method windowNumber as integer
- property Handle as Integer
- const NSAlphaShiftKeyMask = &h10000
- const NSAlternateKeyMask = &h80000
- const NSAnyEventMask = &hFFFFFFFF
- const NSAppKitDefined=13
- const NSAppKitDefinedMask = &h2000
- const NSApplicationActivatedEventType = 1
- const NSApplicationDeactivatedEventType = 2
- const NSApplicationDefined=15
- const NSApplicationDefinedMask = &h8000
- const NSAWTEventType = 16
- const NSBeginFunctionKey = &hF72A
- const NSBreakFunctionKey = &hF732
- const NSClearDisplayFunctionKey = &hF73A
- const NSClearLineFunctionKey = &hF739
- const NSCommandKeyMask = &h100000
- const NSControlKeyMask = &h40000
- const NSCursorPointingDevice=2
- const NSCursorUpdate=17
- const NSCursorUpdateMask = &h20000
- const NSDeleteCharFunctionKey = &hF73E
- const NSDeleteFunctionKey = &hF728
- const NSDeleteLineFunctionKey = &hF73C
- const NSDeviceIndependentModifierFlagsMask = &hffff0000
- const NSDownArrowFunctionKey = &hF701
- const NSEndFunctionKey = &hF72B
- const NSEraserPointingDevice=3
- const NSEventMaskBeginGesture = &h80000
- const NSEventMaskEndGesture = &h100000
- const NSEventMaskGesture = &h20000000
- const NSEventMaskMagnify = &h40000000
- const NSEventMaskRotate = &h40000
- const NSEventMaskSwipe = &h80000000
- const NSEventTypeBeginGesture=19
- const NSEventTypeEndGesture=20
- const NSEventTypeGesture=29
- const NSEventTypeMagnify=30
- const NSEventTypeRotate=18
- const NSEventTypeSwipe=31
- const NSExecuteFunctionKey = &hF742
- const NSF10FunctionKey = &hF70D
- const NSF11FunctionKey = &hF70E
- const NSF12FunctionKey = &hF70F
- const NSF13FunctionKey = &hF710
- const NSF14FunctionKey = &hF711
- const NSF15FunctionKey = &hF712
- const NSF16FunctionKey = &hF713
- const NSF17FunctionKey = &hF714
- const NSF18FunctionKey = &hF715
- const NSF19FunctionKey = &hF716
- const NSF1FunctionKey = &hF704
- const NSF20FunctionKey = &hF717
- const NSF21FunctionKey = &hF718
- const NSF22FunctionKey = &hF719
- const NSF23FunctionKey = &hF71A
- const NSF24FunctionKey = &hF71B
- const NSF25FunctionKey = &hF71C
- const NSF26FunctionKey = &hF71D
- const NSF27FunctionKey = &hF71E
- const NSF28FunctionKey = &hF71F
- const NSF29FunctionKey = &hF720
- const NSF2FunctionKey = &hF705
- const NSF30FunctionKey = &hF721
- const NSF31FunctionKey = &hF722
- const NSF32FunctionKey = &hF723
- const NSF33FunctionKey = &hF724
- const NSF34FunctionKey = &hF725
- const NSF35FunctionKey = &hF726
- const NSF3FunctionKey = &hF706
- const NSF4FunctionKey = &hF707
- const NSF5FunctionKey = &hF708
- const NSF6FunctionKey = &hF709
- const NSF7FunctionKey = &hF70A
- const NSF8FunctionKey = &hF70B
- const NSF9FunctionKey = &hF70C
- const NSFindFunctionKey = &hF745
- const NSFlagsChanged=12
- const NSFlagsChangedMask = &h1000
- const NSFunctionKeyMask = &h800000
- const NSHelpFunctionKey = &hF746
- const NSHelpKeyMask = &h400000
- const NSHomeFunctionKey = &hF729
- const NSInsertCharFunctionKey = &hF73D
- const NSInsertFunctionKey = &hF727
- const NSInsertLineFunctionKey = &hF73B
- const NSKeyDown=10
- const NSKeyDownMask = &h400
- const NSKeyUp=11
- const NSKeyUpMask = &h800
- const NSLeftArrowFunctionKey = &hF702
- const NSLeftMouseDown=1
- const NSLeftMouseDownMask = 2
- const NSLeftMouseDragged=6
- const NSLeftMouseDraggedMask = 64
- const NSLeftMouseUp=2
- const NSLeftMouseUpMask = 4
- const NSMenuFunctionKey = &hF735
- const NSModeSwitchFunctionKey = &hF747
- const NSMouseEntered=8
- const NSMouseEnteredMask = &h100
- const NSMouseEventSubtype = 0
- const NSMouseExited=9
- const NSMouseExitedMask = &h200
- const NSMouseMoved=5
- const NSMouseMovedMask = 32
- const NSNextFunctionKey = &hF740
- const NSNumericPadKeyMask = &h200000
- const NSOtherMouseDown=25
- const NSOtherMouseDownMask = &h2000000
- const NSOtherMouseDragged=27
- const NSOtherMouseDraggedMask = &h8000000
- const NSOtherMouseUp=26
- const NSOtherMouseUpMask = &h4000000
- const NSPageDownFunctionKey = &hF72D
- const NSPageUpFunctionKey = &hF72C
- const NSPauseFunctionKey = &hF730
- const NSPenLowerSideMask=2
- const NSPenPointingDevice=1
- const NSPenTipMask=1
- const NSPenUpperSideMask=4
- const NSPeriodic=16
- const NSPeriodicMask = &h10000
- const NSPowerOffEventType = 1
- const NSPrevFunctionKey = &hF73F
- const NSPrintFunctionKey = &hF738
- const NSPrintScreenFunctionKey = &hF72E
- const NSRedoFunctionKey = &hF744
- const NSResetFunctionKey = &hF733
- const NSRightArrowFunctionKey = &hF703
- const NSRightMouseDown=3
- const NSRightMouseDownMask = 8
- const NSRightMouseDragged=7
- const NSRightMouseDraggedMask = 128
- const NSRightMouseUp=4
- const NSRightMouseUpMask = 16
- const NSScreenChangedEventType = 8
- const NSScrollLockFunctionKey = &hF72F
- const NSScrollWheel=22
- const NSScrollWheelMask = &h400000
- const NSSelectFunctionKey = &hF741
- const NSShiftKeyMask = &h20000
- const NSStopFunctionKey = &hF734
- const NSSysReqFunctionKey = &hF731
- const NSSystemDefined=14
- const NSSystemDefinedMask = &h4000
- const NSSystemFunctionKey = &hF737
- const NSTabletPoint=23
- const NSTabletPointEventSubtype = 1
- const NSTabletPointMask = &h800000
- const NSTabletProximity=24
- const NSTabletProximityEventSubtype = 2
- const NSTabletProximityMask = &h1000000
- const NSTouchEventSubtype = 3
- const NSUndoFunctionKey = &hF743
- const NSUnknownPointingDevice=0
- const NSUpArrowFunctionKey = &hF700
- const NSUserFunctionKey = &hF736
- const NSWindowExposedEventType = 0
- const NSWindowMovedEventType = 4
- class NSExceptionMBS
- property Name as string
- property Reason as string
- const NSDestinationInvalidException = "NSDestinationInvalidException"
- const NSGenericException = "NSGenericException"
- const NSInternalInconsistencyException = "NSInternalInconsistencyException"
- const NSInvalidArgumentException = "NSInvalidArgumentException"
- const NSInvalidReceivePortException = "NSInvalidReceivePortException"
- const NSInvalidSendPortException = "NSInvalidSendPortException"
- const NSMallocException = "NSMallocException"
- const NSObjectInaccessibleException = "NSObjectInaccessibleException"
- const NSObjectNotAvailableException = "NSObjectNotAvailableException"
- const NSPortReceiveException = "NSPortReceiveException"
- const NSPortSendException = "NSPortSendException"
- const NSPortTimeoutException = "NSPortTimeoutException"
- const NSRangeException = "NSRangeException"
- class NSFileHandleMBS
- method acceptConnectionInBackgroundAndNotify
- method availableData as string
- method closeFile
- method fileDescriptor as integer
- shared method fileHandleForReadingAtFile(path as folderitem) as NSFileHandleMBS
- shared method fileHandleForReadingAtPath(path as string) as NSFileHandleMBS
- shared method fileHandleForReadingFromFile(URL as folderitem, byref error as NSErrorMBS) as NSFileHandleMBS
- shared method fileHandleForReadingFromURL(URL as string, byref error as NSErrorMBS) as NSFileHandleMBS
- shared method fileHandleForUpdatingAtFile(path as folderitem) as NSFileHandleMBS
- shared method fileHandleForUpdatingAtPath(path as string) as NSFileHandleMBS
- shared method fileHandleForUpdatingFile(URL as folderitem, byref error as NSErrorMBS) as NSFileHandleMBS
- shared method fileHandleForUpdatingURL(URL as string, byref error as NSErrorMBS) as NSFileHandleMBS
- shared method fileHandleForWritingAtFile(path as folderitem) as NSFileHandleMBS
- shared method fileHandleForWritingAtPath(path as string) as NSFileHandleMBS
- shared method fileHandleForWritingToFile(URL as folderitem, byref error as NSErrorMBS) as NSFileHandleMBS
- shared method fileHandleForWritingToURL(URL as string, byref error as NSErrorMBS) as NSFileHandleMBS
- shared method fileHandleWithFileDescriptor(fd as integer) as NSFileHandleMBS
- shared method fileHandleWithFileDescriptor(fd as integer, closeOnDealloc as boolean) as NSFileHandleMBS
- shared method fileHandleWithNullDevice as NSFileHandleMBS
- shared method fileHandleWithStandardError as NSFileHandleMBS
- shared method fileHandleWithStandardInput as NSFileHandleMBS
- shared method fileHandleWithStandardOutput as NSFileHandleMBS
- shared method NSFileHandleConnectionAcceptedNotification as string
- shared method NSFileHandleDataAvailableNotification as string
- shared method NSFileHandleNotificationDataItem as string
- shared method NSFileHandleNotificationFileHandleItem as string
- shared method NSFileHandleNotificationMonitorModes as string
- shared method NSFileHandleOperationException as string
- shared method NSFileHandleReadCompletionNotification as string
- shared method NSFileHandleReadToEndOfFileCompletionNotification as string
- method offsetInFile as UInt64
- method readDataOfLength(length as integer) as string
- method readDataToEndOfFile as string
- method readInBackgroundAndNotify
- method readToEndOfFileInBackgroundAndNotify
- method seekToEndOfFile as UInt64
- method seekToFileOffset(offset as UInt64)
- method synchronizeFile
- method truncateFileAtOffset(offset as UInt64)
- method waitForDataInBackgroundAndNotify
- method writeData(data as string)
- property Handle as Integer
- class NSFontManagerMBS
- 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 convertFontToSize(font as NSFontMBS, size as double) as NSFontMBS
- method Enabled as boolean
- method isMultiple as boolean
- 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
- const NSAddTraitFontAction = &h2
- const NSBoldFontMask = &h&h00000002
- const NSCompressedFontMask = &h&h00000200
- const NSCondensedFontMask = &h&h00000040
- const NSExpandedFontMask = &h&h00000020
- const NSFixedPitchFontMask = &h&h00000400
- const NSFontCollectionApplicationOnlyMask = 1
- const NSHeavierFontAction = &h5
- const NSItalicFontMask = &h&h00000001
- const NSLighterFontAction = &h6
- const NSNarrowFontMask = &h&h00000010
- const NSNoFontChangeAction = &h0
- const NSNonStandardCharacterSetFontMask = &h&h00000008
- const NSPosterFontMask = &h&h00000100
- const NSRemoveTraitFontAction = &h7
- const NSSizeDownFontAction = &h4
- const NSSizeUpFontAction = &h3
- const NSSmallCapsFontMask = &h&h00000080
- const NSUnboldFontMask = &h&h00000004
- const NSUnitalicFontMask = &h&h01000000
- const NSViaPanelFontAction = &h1
- class NSFontMBS
- method advancementForGlyph(aGlyph as integer) as NSSizeMBS
- method ascender as double
- shared method boldSystemFontOfSize(size as double) as NSFontMBS
- method boundingRectForFont as NSRectMBS
- method boundingRectForGlyph(aGlyph as integer) as NSRectMBS
- method capHeight as double
- shared method controlContentFontOfSize(size as double) as NSFontMBS
- method coveredCharacterSet as NSCharacterSetMBS
- method descender as double
- method description as string
- method displayName as string
- method familyName as string
- method fontName as string
- shared method fontWithName(fontName as string, fontSize as double) as NSFontMBS
- method glyphWithName(name as string) as UInt32
- method isFixedPitch as boolean
- method italicAngle as double
- shared method labelFontOfSize(size as double) as NSFontMBS
- shared method labelFontSize as double
- method leading as double
- method maximumAdvancement as NSSizeMBS
- shared method menuBarFontOfSize(size as double) as NSFontMBS
- shared method menuFontOfSize(size as double) as NSFontMBS
- shared method messageFontOfSize(size as double) as NSFontMBS
- method mostCompatibleStringEncoding as integer
- method numberOfGlyphs as integer
- shared method paletteFontOfSize(size as double) as NSFontMBS
- method pointSize as double
- method printerFont as NSFontMBS
- method renderingMode as integer
- method screenFont as NSFontMBS
- method screenFontWithRenderingMode(renderingMode as integer) as NSFontMBS
- shared method setUserFixedPitchFont(font as NSFontMBS)
- shared method setUserFont(font as NSFontMBS)
- shared method smallSystemFontSize as double
- shared method systemFontOfSize(size as double) as NSFontMBS
- shared method systemFontSize as double
- shared method systemFontSizeForControlSize(controlSize as integer) as double
- method textTransform as variant
- shared method titleBarFontOfSize(size as double) as NSFontMBS
- shared method toolTipsFontOfSize(size as double) as NSFontMBS
- method underlinePosition as double
- method underlineThickness as double
- shared method userFixedPitchFontOfSize(size as double) as NSFontMBS
- shared method userFontOfSize(size as double) as NSFontMBS
- method xHeight as double
- const NSControlGlyph=&hFFFFFF
- const NSFontAntialiasedIntegerAdvancementsRenderingMode=3
- const NSFontAntialiasedRenderingMode=1
- const NSFontDefaultRenderingMode=0
- const NSFontIntegerAdvancementsRenderingMode=2
- const NSNativeShortGlyphPacking=5
- const NSNullGlyph=0
- class NSFontPanelMBS
- method accessoryView as NSViewMBS
- method Constructor
- shared method convertAttributes(old as dictionary) as dictionary
- shared method convertFont(oldFont as NSFontMBS) as NSFontMBS
- method Destructor
- method Enabled as boolean
- method panelConvertFont(font as NSFontMBS) as NSFontMBS
- method reloadDefaultFontFamilies
- method setPanelFont(font as NSFontMBS, isMultiple as boolean)
- shared method sharedFontPanel as NSFontPanelMBS
- shared method sharedFontPanelExists as boolean
- method worksWhenModal as boolean
- event changeAttributes
- event changeFont
- class NSGraphicsMBS
- method drawAtPoint(image as NSImageMBS, x as double, y as double, sx as double, sy as double, sw as double, sh as double, Operation as integer, fraction as double)
- method drawInRect(image as NSImageMBS, x as double, y as double, w as double, h as double, sx as double, sy as double, sw as double, sh as double, Operation as integer, fraction as double)
- method drawRect(x as double, y as double, w as double, h as double)
- method eraseRect(x as double, y as double, w as double, h as double)
- method fillRect(x as double, y as double, w as double, h as double)
- method highlightRect(x as double, y as double, w as double, h as double)
- method setColor(c as NSColorMBS)
- method SetColorBW(white as double, alpha as double = 1.0)
- method SetColorCMYK(cyan as double, magenta as double, yellow as double, black as double, alpha as double = 1.0)
- method SetColorHSV(hue as double, saturation as double, brightness as double, alpha as double = 1.0)
- method SetColorRGB(red as double, green as double, blue as double, alpha as double = 1.0)
- method setFillColor(c as NSColorMBS)
- method setStrokeColor(c as NSColorMBS)
- property Valid as Boolean
- const NSCompositeClear=0
- const NSCompositeCopy=1
- const NSCompositeDestinationAtop=9
- const NSCompositeDestinationIn=7
- const NSCompositeDestinationOut=8
- const NSCompositeDestinationOver=6
- const NSCompositeHighlight=12
- const NSCompositePlusDarker=11
- const NSCompositePlusLighter=13
- const NSCompositeSourceAtop=5
- const NSCompositeSourceIn=3
- const NSCompositeSourceOut=4
- const NSCompositeSourceOver=2
- const NSCompositeXOR=10
- class NSImageCellMBS
- method Constructor(image as NSImageMBS)
- method Constructor(text as string)
- method imageAlignment as integer
- method imageFrameStyle as integer
- method imageScaling as integer
- const NSImageAlignBottom = 5
- const NSImageAlignBottomLeft = 6
- const NSImageAlignBottomRight = 7
- const NSImageAlignCenter = 0
- const NSImageAlignLeft = 4
- const NSImageAlignRight = 8
- const NSImageAlignTop = 1
- const NSImageAlignTopLeft = 2
- const NSImageAlignTopRight = 3
- const NSImageFrameButton = 4
- const NSImageFrameGrayBezel = 2
- const NSImageFrameGroove = 3
- const NSImageFrameNone = 0
- const NSImageFramePhoto = 1
- const NSScaleNone = 2
- const NSScaleProportionally = 0
- const NSScaleToFit = 1
- class NSImageViewMBS
- method allowsCutCopyPaste as Boolean
- method animates as Boolean
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method image as NSImageMBS
- method imageAlignment as integer
- method imageFrameStyle as integer
- method imageScaling as integer
- method isEditable as Boolean
- const NSImageAlignBottom = 5
- const NSImageAlignBottomLeft = 6
- const NSImageAlignBottomRight = 7
- const NSImageAlignCenter = 0
- const NSImageAlignLeft = 4
- const NSImageAlignRight = 8
- const NSImageAlignTop = 1
- const NSImageAlignTopLeft = 2
- const NSImageAlignTopRight = 3
- const NSImageFrameButton = 4
- const NSImageFrameGrayBezel = 2
- const NSImageFrameGroove = 3
- const NSImageFrameNone = 0
- const NSImageFramePhoto = 1
- const NSScaleNone = 2
- const NSScaleProportionally = 0
- const NSScaleToFit = 1
- class NSIndexSetMBS
- method Constructor
- method Constructor(index as integer)
- method Constructor(indexes as NSIndexSetMBS)
- method Constructor(StartIndex as integer, Length as integer)
- method containsIndex(index as integer) as boolean
- method containsIndexes(indexes as NSIndexSetMBS) as boolean
- method containsIndexesInRange(StartIndex as integer, Length as integer) as boolean
- method copy as NSIndexSetMBS
- method count as integer
- method countOfIndexesInRange(StartIndex as integer, Length as integer) as integer
- method firstIndex as integer
- method indexGreaterThanIndex(index as integer) as integer
- method indexGreaterThanOrEqualToIndex(index as integer) as integer
- method indexLessThanIndex(index as integer) as integer
- method indexLessThanOrEqualToIndex(index as integer) as integer
- shared method indexSet as NSIndexSetMBS
- shared method indexSetWithIndex(index as integer) as NSIndexSetMBS
- shared method indexSetWithIndexesInRange(StartIndex as integer, Length as integer) as NSIndexSetMBS
- method intersectsIndexesInRange(StartIndex as integer, Length as integer) as boolean
- method isEqualToIndexSet(other as NSIndexSetMBS) as boolean
- method lastIndex as integer
- method mutableCopy as NSMutableIndexSetMBS
- property Handle as Integer
- class NSMutableAttributedStringMBS
- method beginEditing
- method deleteCharactersInRange(range as NSRangeMBS)
- method endEditing
- class NSMutableCharacterSetMBS
- method addCharactersInRange(aRange as NSRangeMBS)
- method addCharactersInString(aString as string)
- method Constructor
- method formIntersectionWithCharacterSet(otherset as NSMutableCharacterSetMBS)
- method formUnionWithCharacterSet(otherset as NSMutableCharacterSetMBS)
- method invert
- method removeCharactersInRange(aRange as NSRangeMBS)
- method removeCharactersInString(aString as string)
- class NSMutableIndexSetMBS
- method addIndex(index as integer)
- method addIndexes(indexes as NSIndexSetMBS)
- method addIndexesInRange(StartIndex as integer, Length as integer)
- method Constructor
- method Constructor(index as integer)
- method Constructor(indexes as NSIndexSetMBS)
- method Constructor(StartIndex as integer, Length as integer)
- method removeAllIndexes
- method removeIndex(index as integer)
- method removeIndexes(indexes as NSIndexSetMBS)
- method removeIndexesInRange(StartIndex as integer, Length as integer)
- method shiftIndexes(StartingAtIndex as integer, delta as integer)
- class NSMutableURLRequestMBS
- method setCachePolicy(policy as integer)
- method setMainDocumentURL(url as string)
- method setTimeoutInterval(seconds as double)
- method setURL(url as string)
- class NSNotificationCenterMBS
- method addObserver(observer as NSNotificationObserverMBS, name as string="", theObject as variant=nil)
- method Constructor
- shared method defaultCenter as NSNotificationCenterMBS
- method postNotification(notification as NSNotificationMBS)
- method postNotificationName(name as string)
- method postNotificationName(name as string, theObject as variant)
- method postNotificationName(name as string, theObject as variant, userInfo as dictionary)
- method removeObserver(observer as NSNotificationObserverMBS)
- method removeObserver(observer as NSNotificationObserverMBS, name as string, theObject as variant=nil)
- property Handle as Integer
- class NSNotificationMBS
- method name as string
- shared method notificationWithName(name as string) as NSNotificationMBS
- shared method notificationWithName(name as string, theObject as variant) as NSNotificationMBS
- shared method notificationWithName(name as string, theObject as variant, userInfo as dictionary) as NSNotificationMBS
- method objectHandle as integer
- method objectVariant as variant
- method userInfo as dictionary
- property Handle as Integer
- class NSNotificationObserverMBS
- method Constructor
- property Handle as Integer
- event GotNotification(notification as NSNotificationMBS)
- class NSPanelMBS
- method becomesKeyOnlyIfNeeded as boolean
- method Constructor(x as double, y as double, w as double, h as double, styleMask as integer, BackingStoreType as integer, deferCreation as boolean)
- method isFloatingPanel 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 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 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 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
- method worksWhenModal as boolean
- const NSAlertAlternateReturn=0
- const NSAlertDefaultReturn=1
- const NSAlertErrorReturn=-2
- const NSAlertOtherReturn=-1
- const NSCancelButton=0
- const NSDocModalWindowMask=64
- const NSHUDWindowMask=8192
- const NSNonactivatingPanelMask=128
- const NSOKButton=1
- const NSUtilityWindowMask=16
- class NSPipeMBS
- method Constructor
- method fileHandleForReading as NSFileHandleMBS
- method fileHandleForWriting as NSFileHandleMBS
- shared method pipe as NSPipeMBS
- property Handle as Integer
- class NSPointMBS
- method Constructor
- method Constructor(s as string)
- method Constructor(x as double, y as double)
- method Equal(other as NSPointMBS) as boolean
- method Operator_Convert as String
- method String as String
- method _NSPointClass
- property X as Double
- property Y as Double
- class NSPopUpButtonMBS
- method addItemsWithTitles(titles() as string)
- method addItemWithTitle(title as string)
- method autoenablesItems as boolean
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method Constructor(left as double, top as double, width as double, height as double, pullsDown as boolean)
- method indexOfItem(item as NSMenuItemMBS) as integer
- method indexOfItemWithTag(tag as integer) as integer
- method indexOfItemWithTitle(title as string) as integer
- method indexOfSelectedItem as integer
- method insertItemWithTitle(title as string, atIndex as integer)
- method itemAtIndex(index as integer) as NSMenuItemMBS
- method itemWithTitle(title as string) as NSMenuItemMBS
- method lastItem as NSMenuItemMBS
- method menu as NSMenuMBS
- method numberOfItems as integer
- method pullsDown as boolean
- method removeAllItems
- method removeItemAtIndex(index as integer)
- method removeItemWithTitle(title as string)
- method selectedItem as NSMenuItemMBS
- method selectItem(item as NSMenuItemMBS)
- method selectItemAtIndex(index as integer)
- method selectItemWithTag(tag as integer) as boolean
- method selectItemWithTitle(title as string)
- method setTitle(title as string)
- method synchronizeTitleAndSelectedItem
- method titleOfSelectedItem as string
- class NSProgressIndicatorMBS
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method controlSize as integer
- method controlTint as integer
- method doubleValue as double
- method incrementBy(delta as double)
- method isBezeled as boolean
- method isDisplayedWhenStopped as boolean
- method isIndeterminate as boolean
- method maxValue as double
- method minValue as double
- method sizeToFit
- method startAnimation
- method stopAnimation
- method style as integer
- method usesThreadedAnimation as boolean
- const NSBlueControlTint=1
- const NSClearControlTint=7
- const NSDefaultControlTint=0
- const NSGraphiteControlTint=6
- const NSMiniControlSize=2
- const NSProgressIndicatorBarStyle=0
- const NSProgressIndicatorPreferredAquaThickness=12
- const NSProgressIndicatorPreferredLargeThickness=18
- const NSProgressIndicatorPreferredSmallThickness=10
- const NSProgressIndicatorPreferredThickness=14
- const NSProgressIndicatorSpinningStyle=1
- const NSRegularControlSize=0
- const NSSmallControlSize=1
- class NSRangeMBS
- method Constructor
- method Constructor(Location as UInt32, Length as UInt32)
- method Constructor(s as string)
- method Equal(other as NSRangeMBS) as boolean
- method Intersection(other as NSRangeMBS) as NSRangeMBS
- method LocationInRange(location as UInt32) as boolean
- method Operator_Convert as String
- method String as String
- method Union(other as NSRangeMBS) as NSRangeMBS
- method _NSRangeClass
- property Length as UInt32
- property Location as UInt32
- property MaxRange as UInt32
- class NSRectMBS
- method Constructor
- method Constructor(s as string)
- method Constructor(X as double, Y as double, W as double, H as double)
- method Contains(other as NSPointMBS) as boolean
- method Contains(other as NSRectMBS) as boolean
- method Equal(other as NSRectMBS) as boolean
- method Inset(dx as double, dy as double) as NSRectMBS
- method Integral as NSRectMBS
- method Intersection(other as NSRectMBS) as NSRectMBS
- method Intersects(other as NSRectMBS) as boolean
- method IsEmpty as boolean
- method Operator_Convert as String
- method String as String
- method Union(other as NSRectMBS) as NSRectMBS
- method _NSRectClass
- property Height as Double
- property Origin as NSPointMBS
- property Size as NSSizeMBS
- property Width as Double
- property X as Double
- property Y as Double
- class NSResponderMBS
- method beginGestureWithEvent(e as NSEventMBS)
- method cancelOperation
- method capitalizeWord
- method centerSelectionInVisibleArea
- method changeCaseOfLetter
- method complete
- method cursorUpdate(e as NSEventMBS)
- method deleteBackward
- method deleteBackwardByDecomposingPreviousCharacter
- method deleteForward
- method deleteToBeginningOfLine
- method deleteToBeginningOfParagraph
- method deleteToEndOfLine
- method deleteToEndOfParagraph
- method deleteToMark
- method deleteWordBackward
- method deleteWordForward
- method endGestureWithEvent(e as NSEventMBS)
- method flagsChanged(e as NSEventMBS)
- method flushBufferedKeyEvents
- method helpRequested(e as NSEventMBS)
- method indent
- method insertBacktab
- method insertContainerBreak
- method insertDoubleQuoteIgnoringSubstitution
- method insertLineBreak
- method insertNewline
- method insertNewlineIgnoringFieldEditor
- method insertParagraphSeparator
- method insertSingleQuoteIgnoringSubstitution
- method insertTab
- method insertTabIgnoringFieldEditor
- method keyDown(e as NSEventMBS)
- method keyUp(e as NSEventMBS)
- method lowercaseWord
- method magnifyWithEvent(e as NSEventMBS)
- method makeBaseWritingDirectionLeftToRight
- method makeBaseWritingDirectionNatural
- method makeBaseWritingDirectionRightToLeft
- method makeTextWritingDirectionLeftToRight
- method makeTextWritingDirectionNatural
- method makeTextWritingDirectionRightToLeft
- method menu as NSMenuMBS
- method mouseDown(e as NSEventMBS)
- method mouseDragged(e as NSEventMBS)
- method mouseEntered(e as NSEventMBS)
- method mouseExited(e as NSEventMBS)
- method mouseMoved(e as NSEventMBS)
- method mouseUp(e as NSEventMBS)
- method moveBackward
- method moveBackwardAndModifySelection
- method moveDown
- method moveDownAndModifySelection
- method moveForward
- method moveForwardAndModifySelection
- method moveLeft
- method moveLeftAndModifySelection
- method moveParagraphBackwardAndModifySelection
- method moveParagraphForwardAndModifySelection
- method moveRight
- method moveRightAndModifySelection
- method moveToBeginningOfDocument
- method moveToBeginningOfDocumentAndModifySelection
- method moveToBeginningOfLine
- method moveToBeginningOfLineAndModifySelection
- method moveToBeginningOfParagraph
- method moveToBeginningOfParagraphAndModifySelection
- method moveToEndOfDocument
- method moveToEndOfDocumentAndModifySelection
- method moveToEndOfLine
- method moveToEndOfLineAndModifySelection
- method moveToEndOfParagraph
- method moveToEndOfParagraphAndModifySelection
- method moveToLeftEndOfLine
- method moveToLeftEndOfLineAndModifySelection
- method moveToRightEndOfLine
- method moveToRightEndOfLineAndModifySelection
- method moveUp
- method moveUpAndModifySelection
- method moveWordBackward
- method moveWordBackwardAndModifySelection
- method moveWordForward
- method moveWordForwardAndModifySelection
- method moveWordLeft
- method moveWordLeftAndModifySelection
- method moveWordRight
- method moveWordRightAndModifySelection
- method nextResponder as NSResponderMBS
- method otherMouseDown(e as NSEventMBS)
- method otherMouseDragged(e as NSEventMBS)
- method otherMouseUp(e as NSEventMBS)
- method pageDown
- method pageDownAndModifySelection
- method pageUp
- method pageUpAndModifySelection
- method performMnemonic(theString as string) as boolean
- method rightMouseDown(e as NSEventMBS)
- method rightMouseDragged(e as NSEventMBS)
- method rightMouseUp(e as NSEventMBS)
- method rotateWithEvent(e as NSEventMBS)
- method scrollLineDown
- method scrollLineUp
- method scrollPageDown
- method scrollPageUp
- method scrollToBeginningOfDocument
- method scrollToEndOfDocument
- method scrollWheel(e as NSEventMBS)
- method selectAll
- method selectLine
- method selectParagraph
- method selectToMark
- method selectWord
- method setMark
- method showContextHelp
- method swapWithMark
- method swipeWithEvent(e as NSEventMBS)
- method tabletPoint(e as NSEventMBS)
- method tabletProximity(e as NSEventMBS)
- method transpose
- method transposeWords
- method undoManager as NSUndoManagerMBS
- method uppercaseWord
- method yank
- property Handle as Integer
- class NSScreenMBS
- method colorSpace as variant
- shared method deepestScreen as NSScreenMBS
- method depth as integer
- method frame as NSRectMBS
- shared method mainScreen as NSScreenMBS
- shared method screens as NSScreenMBS()
- method supportedWindowDepths as integer()
- method userSpaceScaleFactor as double
- method visibleFrame as NSRectMBS
- property Handle as Integer
- class NSScrollerMBS
- method arrowsPosition as integer
- method checkSpaceForParts
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method controlSize as integer
- method controlTint as integer
- method drawArrow(Arrow as integer, highlight as boolean)
- method drawKnob
- method drawKnobSlotInRect(slotRect as NSRectMBS, highlight as boolean)
- method drawParts
- method highlight(flag as boolean)
- method hitPart as integer
- method knobProportion as double
- method rectForPart(part as integer) as NSRectMBS
- shared method scrollerWidth as double
- shared method scrollerWidthForControlSize(controlsize as integer) as double
- method setFloatValue(aFloat as double, proportion as double)
- method testPart(p as NSPointMBS) as integer
- method trackKnob(theEvent as NSEventMBS)
- method trackScrollButtons(theEvent as NSEventMBS)
- method usableParts as integer
- const NSAllScrollerParts=2
- const NSBlueControlTint=1
- const NSClearControlTint=7
- const NSDefaultControlTint=0
- const NSGraphiteControlTint=6
- const NSMiniControlSize=2
- const NSNoScrollerParts=0
- const NSOnlyScrollerArrows=1
- const NSRegularControlSize=0
- const NSScrollerArrowsDefaultSetting=0
- const NSScrollerArrowsMaxEnd=0
- const NSScrollerArrowsMinEnd=1
- const NSScrollerArrowsNone=2
- const NSScrollerDecrementArrow=1
- const NSScrollerDecrementLine=4
- const NSScrollerDecrementPage=1
- const NSScrollerIncrementArrow=0
- const NSScrollerIncrementLine=5
- const NSScrollerIncrementPage=3
- const NSScrollerKnob=2
- const NSScrollerKnobSlot=6
- const NSScrollerNoPart=0
- const NSSmallControlSize=1
- class NSScrollViewMBS
- method autohidesScrollers as boolean
- method backgroundColor as NSColorMBS
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method contentSize as NSSizeMBS
- method documentView as NSViewMBS
- method documentVisibleRect as NSRectMBS
- method drawsBackground as boolean
- method hasHorizontalRuler as boolean
- method hasHorizontalScroller as boolean
- method hasVerticalRuler as boolean
- method hasVerticalScroller as boolean
- method horizontalLineScroll as double
- method horizontalPageScroll as double
- method horizontalScroller as NSScrollerMBS
- method lineScroll as double
- method pageScroll as double
- method rulersVisible as boolean
- method scrollsDynamically as boolean
- method tile
- method verticalLineScroll as double
- method verticalPageScroll as double
- method verticalScroller as NSScrollerMBS
- class NSSizeMBS
- method Constructor
- method Constructor(s as string)
- method Constructor(Width as double, Height as double)
- method Equal(other as NSSizeMBS) as boolean
- method Operator_Convert as String
- method String as String
- method _NSSizeClass
- property Height as Double
- property Width as Double
- class NSSliderMBS
- method acceptsFirstMouse(event as NSEventMBS) as boolean
- method allowsTickMarkValuesOnly as boolean
- method altIncrementValue as double
- method closestTickMarkValueToValue(value as double) as double
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method image as NSImageMBS
- method indexOfTickMarkAtPoint(p as NSPointMBS) as integer
- method indexOfTickMarkAtPoint(x as double, y as double) as integer
- method isVertical as integer
- method knobThickness as double
- method maxValue as double
- method minValue as double
- method numberOfTickMarks as integer
- method rectOfTickMarkAtIndex(index as integer) as NSRectMBS
- method sliderType as integer
- method tickMarkPosition as integer
- method tickMarkValueAtIndex(index as integer) as double
- method title as string
- method titleCell as NSCellMBS
- method titleColor as NSColorMBS
- method titleFont as NSFontMBS
- const NSCircularSlider=1
- const NSLinearSlider=0
- const NSTickMarkAbove=1
- const NSTickMarkBelow=0
- const NSTickMarkLeft=1
- const NSTickMarkRight=0
- class NSSoundDelegateMBS
- event SoundFinished(s as NSSoundMBS, didFinishPlaying as boolean)
- class NSSoundMBS
- shared method availableSounds as string()
- shared method canInitWithPasteboard as boolean
- method Constructor
- method Constructor(data as string)
- method Constructor(file as folderitem, ByReference as boolean)
- method Constructor(url as string, ByReference as boolean)
- method currentTime as double
- method duration as double
- method isPlaying as boolean
- method loops as boolean
- method name as string
- method pause as boolean
- method play as boolean
- method playbackDeviceIdentifier as string
- method resume as boolean
- method setDelegate(delegate as NSSoundDelegateMBS)
- method setName(name as string) as boolean
- shared method soundNamed(name as string) as NSSoundMBS
- shared method soundWithContentsOfFile(file as folderitem, ByReference as boolean) as NSSoundMBS
- shared method soundWithContentsOfURL(url as string, ByReference as boolean) as NSSoundMBS
- shared method soundWithData(data as string) as NSSoundMBS
- shared method soundWithPasteboard as NSSoundMBS
- method stop as boolean
- method volume as double
- method writeToPasteboard
- property Handle as Integer
- class NSStepperMBS
- method autorepeat as boolean
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method increment as double
- method maxValue as double
- method minValue as double
- method valueWraps as boolean
- class NSTableColumnMBS
- method Constructor(identifier as string)
- method dataCell as NSCellMBS
- method dataCellForRow(row as integer) as NSCellMBS
- method Editable as boolean
- method headerCell as NSCellMBS
- method headerToolTip as string
- method Hidden as boolean
- method identifier as string
- method maxWidth as double
- method minWidth as double
- method Resizable as boolean
- method resizingMask as integer
- method sizeToFit
- method width as double
- const NSTableColumnAutoresizingMask=1
- const NSTableColumnNoResizing=0
- const NSTableColumnUserResizingMask=2
- class NSTableDataSourceMBS
- event Close
- event numberOfRowsInTableView as integer
- event objectValue(column as NSTableColumnMBS, row as integer) as variant
- event setObjectValue(value as variant, column as NSTableColumnMBS, row as integer)
- class NSTableHeaderCellMBS
- method drawSortIndicatorWithFrame(cellFrame as NSRectMBS, inView as NSViewMBS, ascending as boolean, priority as integer)
- method sortIndicatorRectForBounds(r as NSRectMBS) as NSRectMBS
- class NSTableHeaderViewMBS
- method columnAtPoint(point as NSPointMBS) as integer
- method draggedColumn as integer
- method draggedDistance as double
- method headerRectOfColumn(Column as integer) as NSRectMBS
- method resizedColumn as integer
- class NSTableViewMBS
- method addTableColumn(column as NSTableColumnMBS)
- method allowsColumnReordering as boolean
- method allowsColumnResizing as boolean
- method allowsColumnSelection as boolean
- method allowsEmptySelection as boolean
- method allowsMultipleSelection as boolean
- method allowsTypeSelect as boolean
- method autosaveName as string
- method autosaveTableColumns as boolean
- method backgroundColor as NSColorMBS
- method clickedColumn as integer
- method clickedRow as integer
- method columnAtPoint(p as NSPointMBS) as integer
- method columnAtPoint(x as double, y as double) as integer
- method columnAutoresizingStyle as integer
- method columnIndexesInRect(rect as NSRectMBS) as NSIndexSetMBS
- method columnWithIdentifier(identifier as string) as integer
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method cornerView as NSViewMBS
- method dataSource as NSTableDataSourceMBS
- method deselectAll
- method deselectColumn(column as integer)
- method deselectRow(row as integer)
- method Destructor
- method draggingDestinationFeedbackStyle as integer
- method editColumn(column as integer, row as integer, selectit as boolean)
- method editedColumn as integer
- method editedRow as integer
- method focusedColumn as integer
- method gridColor as NSColorMBS
- method gridStyleMask as integer
- method headerView as NSTableHeaderViewMBS
- method highlightedTableColumn as NSTableColumnMBS
- method indicatorImageInTableColumn(column as NSTableColumnMBS) as NSImageMBS
- method intercellSpacing as NSSizeMBS
- method isColumnSelected(column as integer) as boolean
- method isRowSelected(row as integer) as boolean
- method moveColumn(column as integer, toIndex as integer)
- method noteNumberOfRowsChanged
- method numberOfColumns as integer
- method numberOfRows as integer
- method numberOfSelectedColumns as integer
- method numberOfSelectedRows as integer
- method rectOfColumn(column as integer) as NSRectMBS
- method rectOfRow(row as integer) as NSRectMBS
- method reloadData
- method removeTableColumn(column as NSTableColumnMBS)
- method rowAtPoint(p as NSPointMBS) as integer
- method rowAtPoint(x as double, y as double) as integer
- method rowHeight as double
- method scrollColumnToVisible(column as integer)
- method scrollRowToVisible(row as integer)
- method selectAll
- method selectColumnIndexes(indexes as NSIndexSetMBS, extend as boolean)
- method selectedColumn as integer
- method selectedColumnIndexes as NSIndexSetMBS
- method selectedRow as integer
- method selectedRowIndexes as NSIndexSetMBS
- method selectionHighlightStyle as integer
- method selectRowIndexes(indexes as NSIndexSetMBS, extend as boolean)
- method sizeLastColumnToFit
- method sizeToFit
- method tableColumns as NSTableColumnMBS()
- method tableColumnWithIdentifier(identifier as string) as NSTableColumnMBS
- method tile
- method usesAlternatingRowBackgroundColors as boolean
- method verticalMotionCanBeginDrag as boolean
- event ColumnDidMove(oldColumn as integer, newColumn as integer)
- event ColumnDidResize(column as NSTableColumnMBS, index as integer)
- event SelectionDidChange
- event SelectionIsChanging
- const NSTableViewDraggingDestinationFeedbackStyleNone=-1
- const NSTableViewDraggingDestinationFeedbackStyleRegular=0
- const NSTableViewDraggingDestinationFeedbackStyleSourceList=1
- const NSTableViewDropAbove=1
- const NSTableViewDropOn=0
- const NSTableViewFirstColumnOnlyAutoresizingStyle=5
- const NSTableViewGridNone=0
- const NSTableViewLastColumnOnlyAutoresizingStyle=4
- const NSTableViewNoColumnAutoresizing=0
- const NSTableViewReverseSequentialColumnAutoresizingStyle=3
- const NSTableViewSelectionHighlightStyleNone=-1
- const NSTableViewSelectionHighlightStyleRegular=0
- const NSTableViewSelectionHighlightStyleSourceList=1
- const NSTableViewSequentialColumnAutoresizingStyle=2
- const NSTableViewSolidHorizontalGridLineMask=2
- const NSTableViewSolidVerticalGridLineMask=1
- const NSTableViewUniformColumnAutoresizingStyle=1
- class NSTabViewItemMBS
- method Constructor(identifier as variant)
- method identifier as variant
- method initialFirstResponder as NSViewMBS
- method label as string
- method tabState as integer
- method tabView as NSTabViewMBS
- method toolTip as string
- method view as NSViewMBS
- property Handle as Integer
- const NSBackgroundTab = 1
- const NSPressedTab = 2
- const NSSelectedTab = 0
- class NSTabViewMBS
- method addTabViewItem(tabViewItem as NSTabViewItemMBS)
- method allowsTruncatedLabels as boolean
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method contentRect as NSRectMBS
- method controlSize as integer
- method controlTint as integer
- method drawsBackground as boolean
- method font as NSFontMBS
- method indexOfTabViewItem(tabViewItem as NSTabViewItemMBS) as integer
- method indexOfTabViewItemWithIdentifier(identifier as variant) as integer
- method insertTabViewItem(tabViewItem as NSTabViewItemMBS, atIndex as integer)
- method minimumSize as NSSizeMBS
- method numberOfTabViewItems as integer
- method removeTabViewItem(tabViewItem as NSTabViewItemMBS)
- method selectedTabViewItem as NSTabViewItemMBS
- method selectFirstTabViewItem
- method selectLastTabViewItem
- method selectNextTabViewItem
- method selectPreviousTabViewItem
- method selectTabViewItem(tabViewItem as NSTabViewItemMBS)
- method selectTabViewItemAtIndex(index as integer)
- method selectTabViewItemWithIdentifier(identifier as variant)
- method tabViewItemAtIndex(index as integer) as NSTabViewItemMBS
- method tabViewItemAtPoint(x as double, y as double) as NSTabViewItemMBS
- method tabViewItems as NSTabViewItemMBS()
- method tabViewType as integer
- const NSBlueControlTint=1
- const NSBottomTabsBezelBorder = 2
- const NSClearControlTint=7
- const NSDefaultControlTint=0
- const NSGraphiteControlTint=6
- const NSLeftTabsBezelBorder = 1
- const NSMiniControlSize=2
- const NSNoTabsBezelBorder = 4
- const NSNoTabsLineBorder = 5
- const NSNoTabsNoBorder = 6
- const NSRegularControlSize=0
- const NSRightTabsBezelBorder = 3
- const NSSmallControlSize=1
- const NSTopTabsBezelBorder = 0
- class NSTaskMBS
- method arguments as string()
- method Constructor
- method currentDirectoryPath as string
- method environment as dictionary
- method interrupt
- method isRunning as boolean
- method launch
- shared method launchedTaskWithLaunchPath(path as string, arguments() as string) as NSTaskMBS
- method launchPath as string
- shared method NSTaskDidTerminateNotification as string
- method processIdentifier as integer
- method resume as boolean
- method setArguments(arguments() as string)
- method setStandardError(p as NSFileHandleMBS)
- method setStandardError(p as NSPipeMBS)
- method setStandardInput(p as NSFileHandleMBS)
- method setStandardInput(p as NSPipeMBS)
- method setStandardOutput(p as NSFileHandleMBS)
- method setStandardOutput(p as NSPipeMBS)
- method standardError as variant
- method standardInput as variant
- method standardOutput as variant
- method suspend as boolean
- method terminate
- method terminationReason as integer
- method terminationStatus as integer
- method waitUntilExit
- property Handle as Integer
- const NSTaskTerminationReasonExit = 1
- const NSTaskTerminationReasonUncaughtSignal = 2
- class NSTextFieldCellMBS
- method allowedInputSourceLocales as string()
- method backgroundColor as NSColorMBS
- method bezelStyle as integer
- method drawsBackground as boolean
- method placeholderAttributedString as NSAttributedStringMBS
- method placeholderString as string
- method setAllowedInputSourceLocales(Identifiers() as string)
- method setUpFieldEditorAttributes(textobj as NSTextMBS) as NSTextMBS
- method setWantsNotificationForMarkedText(value as boolean)
- method textColor as NSColorMBS
- const NSTextFieldRoundedBezel=1
- const NSTextFieldSquareBezel=0
- class NSTextFieldMBS
- method allowsEditingTextAttributes as boolean
- method backgroundColor as NSColorMBS
- method Bezeled as boolean
- method Bordered as boolean
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method drawsBackground as boolean
- method Editable as boolean
- method importsGraphics as boolean
- method Selectable as boolean
- method selectText
- method textColor as NSColorMBS
- class NSTextMBS
- method alignCenter
- method alignLeft
- method alignment as integer
- method alignRight
- method backgroundColor as NSColorMBS
- method baseWritingDirection as integer
- method changeFont
- method checkSpelling
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method copy
- method copyFont
- method copyRuler
- method cut
- method delete
- method drawsBackground as boolean
- method font as NSFontMBS
- method importsGraphics as boolean
- method isEditable as boolean
- method isFieldEditor as boolean
- method isHorizontallyResizable as boolean
- method isRichText as boolean
- method isRulerVisible as boolean
- method isSelectable as boolean
- method isVerticallyResizable as boolean
- method maxSizeHeight as double
- method maxSizeWidth as double
- method minSizeHeight as double
- method minSizeWidth as double
- method paste
- method pasteFont
- method pasteRuler
- method readRTFDFromFile(file as folderitem) as boolean
- method replaceCharactersInRangeWithRTF(start as integer, length as integer, rtfData as string)
- method replaceCharactersInRangeWithRTFD(start as integer, length as integer, rtfdData as string)
- method replaceCharactersInRangeWithString(start as integer, length as integer, text as string)
- method RTFDFromRange(start as integer, length as integer) as string
- method RTFFromRange(start as integer, length as integer) as string
- method scrollRangeToVisible(start as integer, length as integer)
- method selectAll
- method selectedRange as NSRangeMBS
- method setFontForRange(font as NSFontMBS, start as integer, length as integer)
- method setMaxSize(width as double, height as double)
- method setMinSize(width as double, height as double)
- method setTextColorForRange(colorValue as NSColorMBS, start as integer, length as integer)
- method showGuessPanel
- method sizeToFit
- method subscript
- method superscript
- method text as string
- method textColor as NSColorMBS
- method toggleRuler
- method underline
- method unscript
- method usesFontPanel as boolean
- method writeRTFDToFile(file as folderitem, atomically as boolean) as boolean
- event textDidBeginEditing
- event textDidChange
- event textDidEndEditing
- event textShouldBeginEditing as boolean
- event textShouldEndEditing as boolean
- const NSBackspaceCharacter=8
- const NSBackTabCharacter=&h19
- const NSBacktabTextMovement=&h12
- const NSCancelTextMovement=&h17
- const NSCarriageReturnCharacter=13
- const NSCenterTextAlignment=2
- const NSDeleteCharacter=&h7F
- const NSDownTextMovement=&h16
- const NSEnterCharacter=3
- const NSFormFeedCharacter=12
- const NSIllegalTextMovement=0
- const NSJustifiedTextAlignment=3
- const NSLeftTextAlignment=0
- const NSLeftTextMovement=&h13
- const NSLineSeparatorCharacter=&h2028
- const NSNaturalTextAlignment=4
- const NSNewlineCharacter=10
- const NSOtherTextMovement=0
- const NSParagraphSeparatorCharacter=&h2029
- const NSReturnTextMovement=&h10
- const NSRightTextAlignment=1
- const NSRightTextMovement=&h14
- const NSTabCharacter=9
- const NSTabTextMovement=&h11
- const NSTextWritingDirectionEmbedding=0
- const NSTextWritingDirectionOverride=1
- const NSUpTextMovement=&h15
- const NSWritingDirectionLeftToRight=0
- const NSWritingDirectionNatural=-1
- const NSWritingDirectionRightToLeft=1
- class NSTextStorageMBS
- method changeInLength as integer
- method editedMask as integer
- method editedRange as NSRangeMBS
- method ensureAttributesAreFixedInRange(Range as NSRangeMBS)
- method fixesAttributesLazily as boolean
- method invalidateAttributesInRange(Range as NSRangeMBS)
- method processEditing
- const NSTextStorageEditedAttributes=1
- const NSTextStorageEditedCharacters=2
- class NSTextViewMBS
- method acceptsGlyphInfo as boolean
- method alignJustified
- method allowsDocumentBackgroundColorChange as boolean
- method allowsImageEditing as boolean
- method allowsUndo as boolean
- method AutomaticLinkDetectionEnabled as boolean
- method AutomaticQuoteSubstitutionEnabled as boolean
- method backgroundColor as NSColorMBS
- method changeAttributes
- method changeColor
- method changeDocumentBackgroundColor
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method ContinuousSpellCheckingEnabled as boolean
- method displaysLinkToolTips as boolean
- method insertionPointColor as NSColorMBS
- method isGrammarCheckingEnabled as boolean
- method loosenKerning
- method lowerBaseline
- method outline
- method performFindPanelAction
- method raiseBaseline
- method RulerVisible as boolean
- method smartInsertDeleteEnabled as boolean
- method spellCheckerDocumentTag as integer
- method startSpeaking
- method stopSpeaking
- method tightenKerning
- method toggleAutomaticLinkDetection
- method toggleAutomaticQuoteSubstitution
- method toggleContinuousSpellChecking
- method toggleGrammarChecking
- method toggleSmartInsertDelete
- method toggleTraditionalCharacterShape
- method turnOffKerning
- method turnOffLigatures
- method updateDragTypeRegistration
- method updateFontPanel
- method updateRuler
- method useAllLigatures
- method usesFindPanel as boolean
- method usesFontPanel as boolean
- method usesRuler as boolean
- method useStandardKerning
- method useStandardLigatures
- event shouldChangeTextInRange(affectedCharRange as NSRangeMBS, replacementString as string) as boolean
- event textViewDidChangeSelection
- const NSFindPanelSubstringMatchTypeContains=0
- const NSFindPanelSubstringMatchTypeEndsWith=3
- const NSFindPanelSubstringMatchTypeFullWord=2
- const NSFindPanelSubstringMatchTypeStartsWith=1
- const NSSelectByCharacter=0
- const NSSelectByParagraph=2
- const NSSelectByWord=1
- const NSSelectionAffinityDownstream=1
- const NSSelectionAffinityUpstream=0
- class NSTimerMBS
- method Constructor(fireDate as date, timeInterval as double, repeats as boolean)
- method Constructor(timeInterval as double, repeats as boolean)
- method fire
- method fireDate as date
- method invalidate
- method isValid as boolean
- method tag as variant
- method timeInterval as double
- property Handle as Integer
- event Action
- class NSUndoManagerMBS
- method beginUndoGrouping
- method canRedo as boolean
- method canUndo as boolean
- method disableUndoRegistration
- method enableUndoRegistration
- method endUndoGrouping
- method groupingLevel as integer
- method groupsByEvent as boolean
- method isRedoing as boolean
- method isUndoing as boolean
- method isUndoRegistrationEnabled as boolean
- method levelsOfUndo as integer
- method redo
- method redoActionName as string
- method redoMenuItemTitle as string
- method redoMenuTitleForUndoActionName(actionName as string) as string
- method removeAllActions
- method setActionName(actionName as string)
- method undo
- method undoActionName as string
- method undoMenuItemTitle as string
- method undoMenuTitleForUndoActionName(actionName as string) as string
- method undoNestedGroup
- property Handle as Integer
- class NSViewMBS
- method acceptsTouchEvents as boolean
- method addSubview(subview as NSViewMBS)
- method alphaValue as double
- method ancestorSharedWithView(view as NSViewMBS) as NSViewMBS
- method animator as NSViewMBS
- method autoresizesSubviews as boolean
- method autoresizingMask as Integer
- method bounds as NSRectMBS
- method boundsRotation as double
- method canDraw as boolean
- method canDrawConcurrently as boolean
- method className as string
- method classPath as string
- method Constructor
- method Constructor(Handle as integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method dataWithEPSInsideRect(left as double, top as double, width as double, height as double) as string
- method dataWithPDFInsideRect(left as double, top as double, width as double, height as double) as string
- method focusRingType as Integer
- method frame as NSRectMBS
- method frameCenterRotation as double
- method frameRotation as double
- method isDescendantOf(view as NSViewMBS) as boolean
- method isFlipped as Boolean
- method isHidden as Boolean
- method isHiddenOrHasHiddenAncestor as Boolean
- method isOpaque as Boolean
- method isRotatedFromBase as Boolean
- method isRotatedOrScaledFromBase as Boolean
- method needsDisplay as Boolean
- method opaqueAncestor as NSViewMBS
- method removeFromSuperview
- method RenderImage as variant
- method setBoundsOrigin(left as double, top as double)
- method setBoundsSize(width as double, height as double)
- method setFrameOrigin(left as double, top as double)
- method setFrameSize(width as double, height as double)
- method subviews as NSViewMBS()
- method superview as NSViewMBS
- method toolTip as string
- method visibleRect as NSRectMBS
- method wantsDefaultClipping as boolean
- method wantsLayer as Boolean
- method wantsRestingTouches as boolean
- method window as NSWindowMBS
- property frameHeight as double
- property frameLeft as double
- property frameTop as double
- property frameWidth as double
- const NSBezelBorder = 2
- const NSFocusRingTypeDefault = 0
- const NSFocusRingTypeExterior = 2
- const NSFocusRingTypeNone = 1
- const NSGrooveBorder = 3
- const NSLineBorder = 1
- const NSNoBorder = 0
- const NSViewHeightSizable = 16
- const NSViewLayerContentsRedrawBeforeViewResize = 3
- const NSViewLayerContentsRedrawDuringViewResize = 2
- const NSViewLayerContentsRedrawNever = 0
- const NSViewLayerContentsRedrawOnSetNeedsDisplay = 1
- const NSViewMaxXMargin = 4
- const NSViewMaxYMargin = 32
- const NSViewMinXMargin = 1
- const NSViewMinYMargin = 8
- const NSViewNotSizable = 0
- const NSViewWidthSizable = 2
- class NSWindowMBS
- method acceptsMouseMovedEvents as boolean
- method allowsConcurrentViewDrawing as boolean
- method allowsToolTipsWhenApplicationIsInactive as boolean
- method alphaValue as double
- method animator as NSWindowMBS
- method areCursorRectsEnabled as boolean
- method aspectRatio as NSSizeMBS
- method attachedSheet as NSWindowMBS
- method Autodisplay as boolean
- method backgroundColor as NSColorMBS
- method backingLocation as integer
- method backingType as integer
- method becomeKeyWindow
- method becomeMainWindow
- method cacheImageInRect(r as NSRectMBS)
- method canBecomeKeyWindow as boolean
- method canBecomeMainWindow as boolean
- method canBecomeVisibleWithoutLogin as boolean
- method canBeVisibleOnAllSpaces as boolean
- method canHide as boolean
- method canStoreColor as boolean
- method Center
- method ClearFocus
- method Close
- method collectionBehavior as integer
- method colorSpace as NSColorSpaceMBS
- 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, deferCreation as boolean)
- method contentAspectRatio as NSSizeMBS
- method contentMaxSize as NSSizeMBS
- method contentMinSize as NSSizeMBS
- method contentResizeIncrements as NSSizeMBS
- method contentView as NSViewMBS
- method convertBaseToScreen(p as NSPointMBS) as NSPointMBS
- method convertScreenToBase(p as NSPointMBS) as NSPointMBS
- method currentEvent as NSEventMBS
- method dataWithEPSInsideRect(r as NSRectMBS) as string
- method dataWithPDFInsideRect(r as NSRectMBS) as string
- method deepestScreen as NSScreenMBS
- method deminiaturize
- method depthLimit as integer
- method disableCursorRects
- method disableFlushWindow
- method disableScreenUpdatesUntilFlush
- method discardCachedImage
- method discardCursorRects
- method display
- method displayIfNeeded
- method displaysWhenScreenProfileChanges as boolean
- method enableCursorRects
- method enableFlushWindow
- method firstResponder as NSResponderMBS
- method flushWindow
- method flushWindowIfNeeded
- method frame 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 hasDynamicDepthLimit as boolean
- method hasShadow as boolean
- method Height as double
- method Hide
- method hidesOnDeactivate as boolean
- method ignoresMouseEvents as boolean
- method initialFirstResponder as NSViewMBS
- method inLiveResize as boolean
- method invalidateCursorRectsForView(View as NSViewMBS)
- method invalidateShadow
- method isDocumentEdited as boolean
- method isExcludedFromWindowsMenu as boolean
- method isFlushWindowDisabled as boolean
- method isKeyWindow as boolean
- method isMainWindow as boolean
- method isMiniaturized as boolean
- method isMovableByWindowBackground as boolean
- method isOnActiveSpace as boolean
- method isOneShot as boolean
- method isOpaque as boolean
- method isSheet as boolean
- method isZoomed as boolean
- method keyDown(e as NSEventMBS)
- method Left as double
- method Level as integer
- method makeFirstResponder(r as NSResponderMBS) as boolean
- method makeKeyWindow
- method makeMainWindow
- method maxSize as NSSizeMBS
- method miniaturize
- method miniwindowImage as variant
- method miniwindowTitle as String
- method minSize as NSSizeMBS
- method Movable as boolean
- method orderBack
- method orderFront
- method orderFrontRegardless
- method parentWindow as NSWindowMBS
- method PerformClose
- method performMiniaturize
- method performZoom
- method preferredBackingLocation as integer
- method preservesContentDuringLiveResize as boolean
- method preventsApplicationTerminationWhenModal as boolean
- method print
- method representedFile as folderitem
- method representedFilename as string
- method representedURL as string
- method resetCursorRects
- method resignKeyWindow
- method resignMainWindow
- method resizeFlags as integer
- method resizeIncrements as NSSizeMBS
- method restoreCachedImage
- method screen as NSScreenMBS
- method selectKeyViewPrecedingView(view as NSViewMBS)
- method selectNextKeyView
- method selectPreviousKeyView
- method sendEvent(e as NSEventMBS)
- method setContentSize(size as NSSizeMBS)
- method setFrame(frameRect as NSRectMBS, display as boolean)
- method SetFrame(left as double, top as double, width as double, height as double)
- method setFrameOrigin(point as NSPointMBS)
- method setFrameTopLeftPoint(point as NSPointMBS)
- method setTitleWithRepresentedFile(filename as folderitem)
- method setTitleWithRepresentedFilename(filename as string)
- method sharingType as integer
- method Show
- method showsResizeIndicator as boolean
- method showsToolbarButton as boolean
- method styleMask as integer
- method Title as String
- method toggleToolbarShown
- method Top as double
- method update
- method useOptimizedDrawing(value as boolean)
- method viewsNeedDisplay as boolean
- method Visible as boolean
- method Width as double
- method WindowHandle as integer
- method windowNumber as integer
- method worksWhenModal as boolean
- method zoom
- property Handle as Integer
- const NSBorderlessWindowMask=0
- const NSClosableWindowMask=2
- const NSDirectSelection=0
- const NSDockWindowLevel=7
- const NSFloatingWindowLevel=5
- const NSMainMenuWindowLevel=8
- const NSMiniaturizableWindowMask=4
- const NSModalPanelWindowLevel=10
- const NSNormalWindowLevel=4
- const NSPopUpMenuWindowLevel=11
- const NSResizableWindowMask=8
- const NSScreenSaverWindowLevel=13
- const NSSelectingNext=1
- const NSSelectingPrevious=2
- const NSStatusWindowLevel=9
- const NSSubmenuWindowLevel=6
- const NSTexturedBackgroundWindowMask=256
- const NSTitledWindowMask=1
- const NSTornOffMenuWindowLevel=6
- const NSUnifiedTitleAndToolbarWindowMask=4096
- const NSUnscaledWindowMask=2048
- const NSWindowBackingLocationDefault=0
- const NSWindowBackingLocationMainMemory=2
- const NSWindowBackingLocationVideoMemory=1
- const NSWindowCloseButton=0
- const NSWindowCollectionBehaviorCanJoinAllSpaces=1
- const NSWindowCollectionBehaviorDefault=0
- const NSWindowCollectionBehaviorIgnoresCycle=64
- const NSWindowCollectionBehaviorManaged=4
- const NSWindowCollectionBehaviorMoveToActiveSpace=2
- const NSWindowCollectionBehaviorParticipatesInCycle=32
- const NSWindowCollectionBehaviorStationary=16
- const NSWindowCollectionBehaviorTransient=8
- const NSWindowDocumentIconButton=4
- const NSWindowMiniaturizeButton=1
- const NSWindowNumberListAllApplications=1
- const NSWindowNumberListAllSpaces=16
- const NSWindowSharingNone=0
- const NSWindowSharingReadOnly=1
- const NSWindowSharingReadWrite=2
- const NSWindowToolbarButton=3
- const NSWindowZoomButton=2
- class NSWorkspaceMBS
- shared method findApplications
- shared method fullPathForApplication(appname as string) as folderitem
- shared method hideOtherApplications
- shared method iconForFile(file as folderitem) as NSImageMBS
- shared method iconForFileType(filetype as string) as NSImageMBS
- shared method launchApplication(appname as string) as boolean
- shared method launchApplication(appname as string, showicon as boolean, autolaunch as boolean) as boolean
- shared method localizedDescriptionForType(typeName as string) as string
- shared method noteFileSystemChanged
- shared method noteFileSystemChanged(path as folderitem)
- shared method notificationCenter as NSNotificationCenterMBS
- 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 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
- shared method selectFile(file as folderitem) as boolean
- shared method setIcon(image as NSImageMBS, file as folderitem, flags as integer) as boolean
- shared method showSearchResultsForQueryString(queryString as string) as boolean
- const NSExclude10_4ElementsIconCreationOption=4
- const NSExcludeQuickDrawElementsIconCreationOption=2
- const NSWorkspaceCompressOperation="compress"
- const NSWorkspaceCopyOperation="copy"
- const NSWorkspaceDecompressOperation="decompress"
- const NSWorkspaceDecryptOperation="decrypt"
- const NSWorkspaceDestroyOperation="destroy"
- const NSWorkspaceDuplicateOperation="duplicate"
- const NSWorkspaceEncryptOperation="encrypt"
- const NSWorkspaceLaunchAllowingClassicStartup=&h00020000
- const NSWorkspaceLaunchAndHide=&h00100000
- const NSWorkspaceLaunchAndHideOthers=&h00200000
- const NSWorkspaceLaunchAndPrint=&h00000002
- const NSWorkspaceLaunchAsync=&h00010000
- const NSWorkspaceLaunchDefault=&h00030000
- const NSWorkspaceLaunchInhibitingBackgroundOnly=&h00000080
- const NSWorkspaceLaunchNewInstance=&h00080000
- const NSWorkspaceLaunchPreferringClassic=&h00040000
- const NSWorkspaceLaunchWithoutActivation=&h00000200
- const NSWorkspaceLaunchWithoutAddingToRecents=&h00000100
- const NSWorkspaceLinkOperation="link"
- const NSWorkspaceMoveOperation="move"
- const NSWorkspaceRecycleOperation="recycle"
- class ProgressWheel
- method NSProgressIndicatorMBS as NSProgressIndicatorMBS
- class Separator
- class Statictext
- method NSTextFieldMBS as NSTextFieldMBS
- class TextField
- method NSTextViewMBS as NSTextViewMBS
- class UpDownArrows
- method NSStepperMBS as NSStepperMBS
- control CocoaControlMBS
- control WebViewControlMBS
- property Available as Boolean
- property View as WebViewMBS
- module DictionaryServiceMBS
- method GetTermRangeInString(text as string, offset as integer=0) as boolean
- method RangeLength as integer
- method RangePosition as integer
- method Show(text as string, start as integer, length as integer) as boolean
- method TextDefinition(text as string, position as integer=0, length as integer=0) as string
The items on this page are in the following plugins: MBS REALbasic Cocoa Plugin, MBS REALbasic CocoaBase Plugin, MBS REALbasic Leopard Plugin.
Links
MBS Realbasic Plugins - Besuchen Sie die Jugendzentrum Nickenich Webseite