MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 5.0 5.1 5.2 5.3 5.4 5.5 6.0 6.1 6.2 6.3 6.4 6.5 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Cocoa
The basic classes from the Apple Cocoa framework.
- DisableGarbageCollectorMBS
- EnableGarbageCollectorMBS
- InitializeCocoaMBS(WithUncaughtExceptionHandler as boolean) as integer
- NSStringCompareMBS(s as string, t as string, options as integer) as integer
- class CustomNSViewMBS
- event acceptsFirstResponder as boolean
- event becomeFirstResponder as boolean
- event Close
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- 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 NSAttributedStringMBS
- 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 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 rtf as string
- method RTFDFromRange(offset as integer, length as integer) 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 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
- 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
- method setButtonType(buttonType as integer)
- method setNextState
- method showsBorderOnlyWhileMouseInside as boolean
- method state as integer
- method title as string
- class NSColorSpaceMBS
- shared method adobeRGB1998ColorSpace as NSColorSpaceMBS
- method CGColorSpaceHandle as integer
- method colorSpaceModel as integer
- method colorSyncProfileHandle as integer
- method Constructor(ICCProfileData as string)
- shared method deviceCMYKColorSpace as NSColorSpaceMBS
- shared method deviceGrayColorSpace as NSColorSpaceMBS
- shared method deviceRGBColorSpace as NSColorSpaceMBS
- shared method genericCMYKColorSpace 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
- const NSCMYKColorSpaceModel=2
- const NSDeviceNColorSpaceModel=4
- const NSGrayColorSpaceModel=0
- const NSIndexedColorSpaceModel=5
- const NSLABColorSpaceModel=3
- const NSPatternColorSpaceModel=6
- const NSRGBColorSpaceModel=1
- const NSUnknownColorSpaceModel=-1
- method numberOfColorComponents as integer
- shared method sRGBColorSpace as NSColorSpaceMBS
- class NSControlMBS
- event Action
- method alignment as integer
- method attributedStringValue as NSAttributedStringMBS
- 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 stringValue as string
- method tag as integer
- 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 crosshairCursor as NSCursorMBS
- shared method currentCursor as NSCursorMBS
- shared method disappearingItemCursor as NSCursorMBS
- property Handle as Integer
- 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
- class NSErrorMBS
- method code as integer
- method domain as string
- property Handle as Integer
- method localizedDescription as string
- class NSEventMBS
- method buttonNumber as integer
- method characters as string
- method charactersIgnoringModifiers as string
- method clickCount as integer
- method deltaX as double
- method deltaY as double
- method deltaZ as double
- method eventNumber as integer
- property Handle as Integer
- method isARepeat as boolean
- method keyCode as integer
- method modifierFlags as integer
- const NSAppKitDefined=13
- const NSApplicationDefined=15
- const NSCursorUpdate=17
- const NSFlagsChanged=12
- const NSKeyDown=10
- const NSKeyUp=11
- const NSLeftMouseDown=1
- const NSLeftMouseDragged=6
- const NSLeftMouseUp=2
- const NSMouseEntered=8
- const NSMouseExited=9
- const NSMouseMoved=5
- const NSOtherMouseDown=25
- const NSOtherMouseDragged=27
- const NSOtherMouseUp=26
- const NSPeriodic=16
- const NSRightMouseDown=3
- const NSRightMouseDragged=7
- const NSRightMouseUp=4
- const NSScrollWheel=22
- const NSSystemDefined=14
- const NSTabletPoint=23
- const NSTabletProximity=24
- method subtype as integer
- method timestamp as double
- method type as integer
- class NSExceptionMBS
- property Name 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"
- property Reason as string
- class NSFontMBS
- method displayName as string
- method familyName as string
- method fontName as string
- 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)
- 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
- method SetColorBW(white as double)
- method SetColorBW(white as double, alpha as double)
- method SetColorCMYK(cyan as double, magenta as double, yellow as double, black as double)
- method SetColorCMYK(cyan as double, magenta as double, yellow as double, black as double, alpha as double)
- method SetColorHSV(hue as double, saturation as double, brightness as double)
- method SetColorHSV(hue as double, saturation as double, brightness as double, alpha as double)
- method SetColorRGB(red as double, green as double, blue as double)
- method SetColorRGB(red as double, green as double, blue as double, alpha as double)
- property Valid as Boolean
- 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
- 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
- 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
- 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
- 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
- method sizeToFit
- method startAnimation
- method stopAnimation
- method style as integer
- class NSResponderMBS
- method cancelOperation
- method capitalizeWord
- method centerSelectionInVisibleArea
- method changeCaseOfLetter
- method complete
- method deleteBackward
- method deleteBackwardByDecomposingPreviousCharacter
- method deleteForward
- method deleteToBeginningOfLine
- method deleteToBeginningOfParagraph
- method deleteToEndOfLine
- method deleteToEndOfParagraph
- method deleteToMark
- method deleteWordBackward
- method deleteWordForward
- property Handle as Integer
- method indent
- method insertBacktab
- method insertContainerBreak
- method insertLineBreak
- method insertNewline
- method insertNewlineIgnoringFieldEditor
- method insertParagraphSeparator
- method insertTab
- method insertTabIgnoringFieldEditor
- method lowercaseWord
- method menu as variant
- method moveBackward
- method moveBackwardAndModifySelection
- method moveDown
- method moveDownAndModifySelection
- method moveForward
- method moveForwardAndModifySelection
- method moveLeft
- method moveLeftAndModifySelection
- method moveRight
- method moveRightAndModifySelection
- method moveToBeginningOfDocument
- method moveToBeginningOfLine
- method moveToBeginningOfParagraph
- method moveToEndOfDocument
- method moveToEndOfLine
- method moveToEndOfParagraph
- 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 pageDown
- method pageUp
- method scrollLineDown
- method scrollLineUp
- method scrollPageDown
- method scrollPageUp
- method selectAll
- method selectLine
- method selectParagraph
- method selectToMark
- method selectWord
- method setMark
- method swapWithMark
- method transpose
- method transposeWords
- method undoManager as variant
- method uppercaseWord
- method yank
- class NSScrollerMBS
- method arrowsPosition as integer
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method controlSize as integer
- method controlTint 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 NSScrollerDecrementLine=4
- const NSScrollerDecrementPage=1
- const NSScrollerIncrementLine=5
- const NSScrollerIncrementPage=3
- const NSScrollerKnob=2
- const NSScrollerKnobSlot=6
- const NSScrollerNoPart=0
- const NSSmallControlSize=1
- shared method scrollerWidth as double
- shared method scrollerWidthForControlSize(controlsize as integer) as double
- 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 documentView as NSViewMBS
- 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 NSSliderMBS
- 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 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
- const NSCircularSlider=1
- const NSLinearSlider=0
- const NSTickMarkAbove=1
- const NSTickMarkBelow=0
- const NSTickMarkLeft=1
- const NSTickMarkRight=0
- method numberOfTickMarks as integer
- method rectOfTickMarkAtIndex(index as integer, byref x as double, byref y as double, byref w as double, byref h as double) as boolean
- method sliderType as integer
- method tickMarkPosition as integer
- method tickMarkValueAtIndex(index as integer) as double
- method title as string
- class NSTableColumnMBS
- method Constructor(identifier as string)
- method Editable as boolean
- method headerToolTip as string
- method Hidden as boolean
- const kAutoresizing=1
- const kNoResizing=0
- const kUserResizing=2
- method maxWidth as double
- method minWidth as double
- method Resizable as boolean
- method resizingMask as integer
- method sizeToFit
- method width as double
- 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 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 autosaveTableColumns as boolean
- method backgroundColor as NSColorMBS
- method clickedColumn as integer
- method clickedRow as integer
- method Constructor
- method Constructor(left as double, top as double, width as double, height as double)
- method dataSource as NSTableDataSourceMBS
- method deselectAll
- method deselectColumn(column as integer)
- method deselectRow(row as integer)
- method editColumn(column as integer, row as integer, selectit as boolean)
- method editedColumn as integer
- method editedRow as integer
- method gridColor as NSColorMBS
- method gridStyleMask as integer
- method isColumnSelected(column as integer) as boolean
- method isRowSelected(row as integer) as boolean
- const kGridNone=0
- const kSelectionHighlightStyleRegular=0
- const kSelectionHighlightStyleSourceList=1
- const kSolidHorizontalGridLine=2
- const kSolidVerticalGridLine=1
- method noteNumberOfRowsChanged
- method numberOfColumns as integer
- method numberOfRows as integer
- method numberOfSelectedColumns as integer
- method numberOfSelectedRows as integer
- method reloadData
- method removeTableColumn(column as NSTableColumnMBS)
- method rowHeight as double
- method scrollColumnToVisible(column as integer)
- method scrollRowToVisible(row as integer)
- method selectAll
- method selectedColumn as integer
- method selectedRow as integer
- method selectionHighlightStyle as integer
- method sizeLastColumnToFit
- method sizeToFit
- method tile
- method usesAlternatingRowBackgroundColors as boolean
- method verticalMotionCanBeginDrag as boolean
- 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
- 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 NSUpTextMovement=&h15
- const NSWritingDirectionLeftToRight=0
- const NSWritingDirectionNatural=-1
- const NSWritingDirectionRightToLeft=1
- 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 selectedRangeLength as integer
- method selectedRangeStart as integer
- 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 setSelectedRange(start as integer, length as integer)
- 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
- event textDidBeginEditing
- event textDidChange
- event textDidEndEditing
- event textShouldBeginEditing as boolean
- event textShouldEndEditing as boolean
- method toggleRuler
- method underline
- method unscript
- method usesFontPanel as boolean
- method writeRTFDToFile(file as folderitem, atomically as boolean) as boolean
- class NSTextStorageMBS
- method changeInLength as integer
- method editedMask as integer
- method fixesAttributesLazily as boolean
- const NSTextStorageEditedAttributes=1
- const NSTextStorageEditedCharacters=2
- method processEditing
- class NSTextViewMBS
- method acceptsGlyphInfo as boolean
- 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 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 loosenKerning
- method lowerBaseline
- method outline
- method raiseBaseline
- method RulerVisible as boolean
- method smartInsertDeleteEnabled as boolean
- method startSpeaking
- method stopSpeaking
- event textViewDidChangeSelection
- method tightenKerning
- method toggleAutomaticLinkDetection
- method toggleAutomaticQuoteSubstitution
- method toggleContinuousSpellChecking
- method toggleGrammarChecking
- method toggleSmartInsertDelete
- method toggleTraditionalCharacterShape
- method turnOffKerning
- method turnOffLigatures
- method useAllLigatures
- method usesFindPanel as boolean
- method usesFontPanel as boolean
- method usesRuler as boolean
- method useStandardKerning
- method useStandardLigatures
- 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
- property Handle as Integer
- 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 undo
- method undoActionName as string
- method undoMenuItemTitle as string
- method undoNestedGroup
- class NSViewMBS
- method addSubview(subview as NSViewMBS)
- method alphaValue as double
- method autoresizesSubviews as boolean
- method autoresizingMask as Integer
- method BoundsHeight as double
- method BoundsLeft as double
- method boundsRotation as double
- method BoundsTop as double
- method BoundsWidth as double
- 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 FrameHeight as double
- method FrameLeft as double
- method frameRotation as double
- method FrameTop as double
- method FrameWidth as double
- method GetBounds(byref left as double, byref top as double, byref width as double, byref height as double)
- method GetFrame(byref left as double, byref top as double, byref width as double, byref height 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
- 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 NSViewMaxXMargin = 4
- const NSViewMaxYMargin = 32
- const NSViewMinXMargin = 1
- const NSViewMinYMargin = 8
- const NSViewNotSizable = 0
- const NSViewWidthSizable = 2
- method removeFromSuperview
- method RenderImage as variant
- method SetBounds(left as double, top as double, width as double, height as double)
- method setBoundsOrigin(left as double, top as double)
- method setBoundsSize(width as double, height as double)
- method SetFrame(left as double, top as double, width as double, height as double)
- method setFrameOrigin(left as double, top as double)
- method setFrameSize(width as double, height as double)
- method superview as NSViewMBS
- method toolTip as string
- method wantsLayer as Boolean
- class NSWindowMBS
- method acceptsMouseMovedEvents as boolean
- method alphaValue as double
- method backgroundColor as NSColorMBS
- method canHide as boolean
- method Center
- method ClearFocus
- method Close
- method Constructor(x as double, y as double, w as double, h as double, styleMask as integer, BackingStoreType as integer, deferCreation as boolean)
- method contentView as NSViewMBS
- method deminiaturize
- method GetFrame(byref left as double, byref top as double, byref width as double, byref height as double)
- property Handle as Integer
- method hasShadow as boolean
- method Height as double
- method Hide
- method hidesOnDeactivate as boolean
- method ignoresMouseEvents as boolean
- method invalidateShadow
- method isDocumentEdited as boolean
- method isExcludedFromWindowsMenu as boolean
- method isMiniaturized as boolean
- method isMovableByWindowBackground as boolean
- method isOpaque as boolean
- method isZoomed as boolean
- method Left as double
- method Level as integer
- method miniaturize
- method miniwindowImage as NSImageMBS
- method miniwindowTitle as String
- const NSBorderlessWindowMask=0
- const NSClosableWindowMask=2
- const NSMiniaturizableWindowMask=4
- const NSResizableWindowMask=8
- const NSTexturedBackgroundWindowMask=256
- const NSTitledWindowMask=1
- const NSUnifiedTitleAndToolbarWindowMask=4096
- const NSUnscaledWindowMask=2048
- const NSWindowBackingLocationDefault=0
- const NSWindowBackingLocationMainMemory=2
- const NSWindowBackingLocationVideoMemory=1
- method PerformClose
- method performMiniaturize
- method performZoom
- method SetFrame(left as double, top as double, width as double, height as double)
- method Show
- method showsResizeIndicator as boolean
- method showsToolbarButton as boolean
- method styleMask as integer
- method Title as String
- method Top as double
- method update
- method Visible as boolean
- method Width as double
- method WindowHandle as integer
- method windowNumber as integer
- method zoom
- 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
- const NSExclude10_4ElementsIconCreationOption=4
- const NSExcludeQuickDrawElementsIconCreationOption=2
- 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
- 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 selectFile(file as folderitem) as boolean
- shared method setIcon(image as NSImageMBS, file as folderitem, flags as integer) as boolean
- control CocoaControlMBS
- control WebViewControlMBS
- property Available as Boolean
- property View as WebViewMBS
The items on this page are in the following plugins: MBS Cocoa Plugin, MBS Leopard Plugin.
Monkeybread Software Realbasic Plugins - Christians Software