Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MacBase Plugin:NSView:
Partly Console safe, 1044 entry points.
- class ContainerControl
- class Control
- class DesktopContainer
- class DesktopControl
- class DesktopWindow
- class NSCursorMBS
- method Constructor(image as NSImageMBS, HotSpotX as double, HotSpotY as double)
- method Constructor(image as NSImageMBS, foregroundColorHint as NSColorMBS, backgroundColorHint as NSColorMBS, HotSpotX as double, HotSpotY as double)
- method mouseEntered(e as NSEventMBS)
- method mouseExited(e as NSEventMBS)
- method hotSpotX as double
- method hotSpotY as double
- method image as NSImageMBS
- method pop
- method push
- method set
- method setOnMouseExited(flag as boolean)
- method setOnMouseEntered(flag as boolean)
- method isSetOnMouseExited as boolean
- method isSetOnMouseEntered as boolean
- property Handle as Integer
- shared method setHiddenUntilMouseMoves(value as boolean)
- shared method hide
- shared method unhide
- shared method pop
- shared method ringCursorWithDiameter(diameter as double) as NSCursorMBS
- shared method currentCursor as NSCursorMBS
- shared method arrowCursor as NSCursorMBS
- shared method IBeamCursor as NSCursorMBS
- shared method pointingHandCursor as NSCursorMBS
- shared method closedHandCursor as NSCursorMBS
- shared method openHandCursor as NSCursorMBS
- shared method resizeLeftCursor as NSCursorMBS
- shared method resizeRightCursor as NSCursorMBS
- shared method resizeLeftRightCursor as NSCursorMBS
- shared method resizeUpCursor as NSCursorMBS
- shared method resizeDownCursor as NSCursorMBS
- shared method resizeUpDownCursor as NSCursorMBS
- shared method crosshairCursor as NSCursorMBS
- shared method disappearingItemCursor as NSCursorMBS
- shared method currentSystemCursor as NSCursorMBS
- shared method dragLinkCursor as NSCursorMBS
- shared method dragCopyCursor as NSCursorMBS
- shared method contextualMenuCursor as NSCursorMBS
- shared method operationNotAllowedCursor as NSCursorMBS
- shared method IBeamCursorForVerticalLayout as NSCursorMBS
- class NSEventMBS
- method Constructor
- method allTouches as NSTouchMBS()
- method touchesMatchingPhase(Phase as Integer, view as NSViewMBS = nil) as NSTouchMBS()
- method touchesForWindow(win as NSWindowMBS) as NSTouchMBS()
- method touchesForView(view as NSViewMBS) as NSTouchMBS()
- method coalescedTouchesForTouch(touch as NSTouchMBS) as NSTouchMBS()
- method predictedTouchesForTouch(touch as NSTouchMBS) as NSTouchMBS()
- property Handle as Integer
- property type as integer
- property subtype as integer
- property timestamp as double
- property modifierFlags as integer
- property buttonMask as integer
- property CGEventRef as Integer
- property stage as Integer
- property stageTransition as Double
- property associatedEventsMask as Integer
- property isDirectionInvertedFromDevice as Boolean
- property scrollingDeltaX as Double
- property scrollingDeltaY as Double
- property hasPreciseScrollingDeltas as Boolean
- property description as string
- property clickCount as integer
- property buttonNumber as integer
- property eventNumber as integer
- property characters as string
- property charactersIgnoringModifiers as string
- property keyCode as integer
- property isARepeat as boolean
- property deltaX as double
- property deltaY as double
- property deltaZ as double
- property absoluteX as integer
- property absoluteY as integer
- property absoluteZ as integer
- property tangentialPressure as double
- property rotation as double
- property tilt as NSPointMBS
- property window as NSWindowMBS
- property locationInWindow as NSPointMBS
- property pressure as double
- property trackingNumber as integer
- property windowNumber as integer
- property data1 as integer
- property data2 as integer
- property magnification as double
- property deviceID as integer
- property isEnteringProximity as boolean
- property vendorID as integer
- property tabletID as integer
- property pointingDeviceID as integer
- property systemTabletID as integer
- property vendorPointingDeviceType as integer
- property pointingDeviceSerialNumber as integer
- property uniqueID as UInt64
- property capabilityMask as integer
- property pointingDeviceType as integer
- shared method otherEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, subType as Integer, Data1 as Integer, Data2 as Integer) as NSEventMBS
- shared method mouseEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, eventNumber as Integer, clickCount as Integer, pressure as Single) as NSEventMBS
- shared method keyEvent(Type as Integer, LocationX as Double, LocationY as Double, modifierFlags as Integer, timeStamp as double, windowNumber as Integer, characters as String, charactersIgnoringModifiers as String, isARepeat as boolean, keyCode as Integer) as NSEventMBS
- shared method keyRepeatInterval as double
- shared method keyRepeatDelay as double
- shared method doubleClickInterval as double
- shared method pressedMouseButtons as UInt32
- shared method modifierFlagsGlobal as UInt32
- shared method mouseLocation as NSPointMBS
- shared method isMouseCoalescingEnabled as boolean
- shared method setMouseCoalescingEnabled(Value as boolean)
- shared method eventWithCGEvent(CGEventRef as Integer) as NSEventMBS
- class NSMenuItemMBS
- method clearAction
- method setAction(target as NSResponderMBS, selectorName as string)
- method CreateSeparator
- method CreateMenuItem(title as string="", keyEquivalent as string="")
- method Constructor(title as string="", keyEquivalent as string="")
- method Constructor(Handle as Integer)
- method Constructor(Other as NSMenuItemMBS)
- method Constructor(MenuItem as MenuItem)
- method setTitleWithMnemonic(title as String)
- method Constructor(DesktopMenuitem as DesktopMenuitem)
- property Handle as Integer
- property Identifier as String
- property ActionSelector as String
- property parentItem as NSMenuItemMBS
- property view as NSViewMBS
- property isHidden as Boolean
- property isHiddenOrHasHiddenAncestor as Boolean
- property isSectionHeader as Boolean
- property isHighlighted as Boolean
- property keyEquivalent as String
- property userKeyEquivalent as String
- property keyEquivalentModifierMask as Integer
- property indentationLevel as Integer
- property Alternate as Boolean
- property onStateImage as NSImageMBS
- property offStateImage as NSImageMBS
- property mixedStateImage as NSImageMBS
- property image as NSImageMBS
- property state as Integer
- property tag as Integer
- property hasSubmenu as Boolean
- property isSeparatorItem as Boolean
- property menu as NSMenuMBS
- property submenu as NSMenuMBS
- property Title as String
- property ToolTip as String
- property Enabled as Boolean
- property attributedTitle as NSAttributedStringMBS
- shared method MenuItem(MenuItem as MenuItem) as NSMenuItemMBS
- shared method separatorItem as NSMenuItemMBS
- shared method sectionHeaderWithTitle(Title as String) as NSMenuItemMBS
- shared method MenuItem(DesktopMenuItem as DesktopMenuItem) as NSMenuItemMBS
- shared property usesUserKeyEquivalents as boolean
- event Action
- event validateMenuItem(menuItem as NSMenuItemMBS) as boolean
- class NSMenuMBS
- method popUpMenuPositioningItem(item as NSMenuItemMBS, location as NSPointMBS, view as NSViewMBS = nil) as boolean
- method itemWithSelector(selector as string) as NSMenuItemMBS
- method indexOfItemWithSelector(selector as string) as integer
- method update
- method performActionForItemAtIndex(index as integer)
- method indexOfItemWithSubmenu(item as NSMenuMBS) as integer
- method indexOfItemWithTag(tag as integer) as integer
- method indexOfItemWithTitle(title as string) as integer
- method indexOfItem(item as NSMenuItemMBS) as integer
- method removeAllItems
- method addItem(m as NSMenuItemMBS)
- method insertItem(m as NSMenuItemMBS, index as integer)
- method removeItem(m as NSMenuItemMBS)
- method removeItemAtIndex(index as integer)
- method Item(index as integer) as NSMenuItemMBS
- method Constructor(title as string="")
- method cancelTracking
- method cancelTrackingWithoutAnimation
- method Constructor(Handle as Integer)
- method selectedItems as NSMenuItemMBS()
- method setSelectedItems(items() as NSMenuItemMBS)
- property Handle as Integer
- property Identifier as String
- property userInterfaceLayoutDirection as Integer
- property menuBarHeight as Double
- property Font as NSFontMBS
- property autoenablesItems as Boolean
- property Title as String
- property allowsContextMenuPlugIns as boolean
- property showsStateColumn as Boolean
- property size as NSSizeMBS
- property numberOfItems as Integer
- property highlightedItem as NSMenuItemMBS
- property supermenu as NSMenuMBS
- property minimumWidth as Double
- property selectionMode as Integer
- property presentationStyle as Integer
- shared method paletteMenuWithColors(colors() as NSColorMBS, itemTitles() as String, templateImage as NSImageMBS = nil) as NSMenuMBS
- shared method popUpContextMenu(menu as NSMenuMBS, theEvent as NSEventMBS, view as NSViewMBS, font as NSFontMBS = nil)
- shared method mainMenu as NSMenuMBS
- shared method helpMenu as NSMenuMBS
- shared method windowsMenu as NSMenuMBS
- shared method menuBarVisible as boolean
- shared method setMenuBarVisible(value as boolean)
- shared method NSMenuWillSendActionNotification as string
- shared method NSMenuDidSendActionNotification as string
- shared method NSMenuDidAddItemNotification as string
- shared method NSMenuDidRemoveItemNotification as string
- shared method NSMenuDidChangeItemNotification as string
- shared method NSMenuDidBeginTrackingNotification as string
- shared method NSMenuDidEndTrackingNotification as string
- event EnableMenuItems
- event DidClose
- event WillOpen
- event willHighlightItem(item as NSMenuItemMBS)
- event PaletteSelectionChange
- class NSPanelMBS
- method Constructor(x as double, y as double, w as double, h as double, styleMask as integer, BackingStoreType as integer, deferCreation as boolean)
- property isFloatingPanel as boolean
- property becomesKeyOnlyIfNeeded as boolean
- property worksWhenModal as boolean
- shared method RunAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as integer
- shared method RunInformationalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as integer
- shared method RunCriticalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- class NSPasteboardItemDataProviderMBS
- class NSPasteboardItemMBS
- method Destructor
- method availableTypeFromArray(types() as string) as string
- method Constructor
- method types as string()
- method setDataProviderForType(dataProvider as NSPasteboardItemDataProviderMBS, types() as string) as boolean
- property dataForType(type as string) as memoryblock
- property stringForType(type as string) as string
- property propertyListForType(type as string) as variant
- property Handle as Integer
- property dataProvider as NSPasteboardItemDataProviderMBS
- class NSPasteboardMBS
- method pasteboardItems as NSPasteboardItemMBS()
- method URLFromPasteboard as string
- method writeURLToPasteboard(URL as string)
- method addTypes(types() as string) as integer
- method addType(type as string) as integer
- method declareTypes(types() as string) as integer
- method declareType(type as string) as integer
- method Constructor
- method Constructor(name as string)
- method name as string
- method changeCount as integer
- method releaseGlobally
- method clearContents as integer
- method types as string()
- method SetPasteboardItems(items() as NSPasteboardItemMBS) as boolean
- method SetPasteboardItems(items() as Variant) as boolean
- property dataForType(type as string) as memoryblock
- property stringForType(type as string) as string
- property propertyListForType(type as string) as variant
- property Handle as Integer
- shared method pasteboardWithName(name as string) as NSPasteboardMBS
- shared method generalPasteboard as NSPasteboardMBS
- shared method pasteboardWithUniqueName as NSPasteboardMBS
- shared method NSGeneralPboard as string
- shared method NSFontPboard as string
- shared method NSRulerPboard as string
- shared method NSFindPboard as string
- shared method NSDragPboard as string
- shared method NSPasteboardTypeString as string
- shared method NSPasteboardTypePDF as string
- shared method NSPasteboardTypeTIFF as string
- shared method NSPasteboardTypePNG as string
- shared method NSPasteboardTypeRTF as string
- shared method NSPasteboardTypeRTFD as string
- shared method NSPasteboardTypeHTML as string
- shared method NSPasteboardTypeTabularText as string
- shared method NSPasteboardTypeFont as string
- shared method NSPasteboardTypeRuler as string
- shared method NSPasteboardTypeColor as string
- shared method NSPasteboardTypeSound as string
- shared method NSPasteboardTypeMultipleTextSelection as string
- shared method NSPasteboardTypeFindPanelSearchOptions as string
- shared method NSStringPboardType as string
- shared method NSFilenamesPboardType as string
- shared method NSTIFFPboardType as string
- shared method NSRTFPboardType as string
- shared method NSTabularTextPboardType as string
- shared method NSFontPboardType as string
- shared method NSRulerPboardType as string
- shared method NSColorPboardType as string
- shared method NSRTFDPboardType as string
- shared method NSHTMLPboardType as string
- shared method NSURLPboardType as string
- shared method NSPDFPboardType as string
- shared method NSMultipleTextSelectionPboardType as string
- shared method NSPostScriptPboardType as string
- shared method NSVCardPboardType as string
- shared method NSInkTextPboardType as string
- shared method NSFilesPromisePboardType as string
- shared method NSPICTPboardType as string
- class NSResponderMBS
- method presentError(e as NSErrorMBS) as boolean
- method mouseDown(e as NSEventMBS)
- method rightMouseDown(e as NSEventMBS)
- method otherMouseDown(e as NSEventMBS)
- method mouseUp(e as NSEventMBS)
- method rightMouseUp(e as NSEventMBS)
- method otherMouseUp(e as NSEventMBS)
- method mouseMoved(e as NSEventMBS)
- method mouseDragged(e as NSEventMBS)
- method scrollWheel(e as NSEventMBS)
- method rightMouseDragged(e as NSEventMBS)
- method otherMouseDragged(e as NSEventMBS)
- method mouseEntered(e as NSEventMBS)
- method mouseExited(e as NSEventMBS)
- method keyDown(e as NSEventMBS)
- method keyUp(e as NSEventMBS)
- method flagsChanged(e as NSEventMBS)
- method tabletPoint(e as NSEventMBS)
- method tabletProximity(e as NSEventMBS)
- method cursorUpdate(e as NSEventMBS)
- method magnifyWithEvent(e as NSEventMBS)
- method rotateWithEvent(e as NSEventMBS)
- method swipeWithEvent(e as NSEventMBS)
- method beginGestureWithEvent(e as NSEventMBS)
- method endGestureWithEvent(e as NSEventMBS)
- method moveToBeginningOfLineAndModifySelection
- method moveToEndOfLineAndModifySelection
- method moveToBeginningOfParagraphAndModifySelection
- method moveToEndOfParagraphAndModifySelection
- method moveToEndOfDocumentAndModifySelection
- method moveToBeginningOfDocumentAndModifySelection
- method pageDownAndModifySelection
- method pageUpAndModifySelection
- method moveParagraphForwardAndModifySelection
- method moveParagraphBackwardAndModifySelection
- method moveToLeftEndOfLine
- method moveToRightEndOfLine
- method moveToLeftEndOfLineAndModifySelection
- method moveToRightEndOfLineAndModifySelection
- method scrollToBeginningOfDocument
- method scrollToEndOfDocument
- method insertSingleQuoteIgnoringSubstitution
- method insertDoubleQuoteIgnoringSubstitution
- method makeBaseWritingDirectionNatural
- method makeBaseWritingDirectionLeftToRight
- method makeBaseWritingDirectionRightToLeft
- method makeTextWritingDirectionNatural
- method makeTextWritingDirectionLeftToRight
- method makeTextWritingDirectionRightToLeft
- method showContextHelp
- method flushBufferedKeyEvents
- method helpRequested(e as NSEventMBS)
- method moveForward
- method moveRight
- method moveBackward
- method moveLeft
- method moveUp
- method moveDown
- method moveWordForward
- method moveWordBackward
- method moveToBeginningOfLine
- method moveToEndOfLine
- method moveToBeginningOfParagraph
- method moveToEndOfParagraph
- method moveToEndOfDocument
- method moveToBeginningOfDocument
- method pageDown
- method pageUp
- method centerSelectionInVisibleArea
- method moveBackwardAndModifySelection
- method moveForwardAndModifySelection
- method moveWordForwardAndModifySelection
- method moveWordBackwardAndModifySelection
- method moveUpAndModifySelection
- method moveDownAndModifySelection
- method moveWordRight
- method moveWordLeft
- method moveRightAndModifySelection
- method moveLeftAndModifySelection
- method moveWordRightAndModifySelection
- method moveWordLeftAndModifySelection
- method scrollPageUp
- method scrollPageDown
- method scrollLineUp
- method scrollLineDown
- method transpose
- method transposeWords
- method selectAll
- method selectParagraph
- method selectLine
- method selectWord
- method indent
- method insertTab
- method insertBacktab
- method insertNewline
- method insertParagraphSeparator
- method insertNewlineIgnoringFieldEditor
- method insertTabIgnoringFieldEditor
- method insertLineBreak
- method insertContainerBreak
- method changeCaseOfLetter
- method uppercaseWord
- method lowercaseWord
- method capitalizeWord
- method deleteForward
- method deleteBackward
- method deleteBackwardByDecomposingPreviousCharacter
- method deleteWordForward
- method deleteWordBackward
- method deleteToBeginningOfLine
- method deleteToEndOfLine
- method deleteToBeginningOfParagraph
- method deleteToEndOfParagraph
- method yank
- method complete
- method setMark
- method deleteToMark
- method selectToMark
- method swapWithMark
- method cancelOperation
- method undoManager as NSUndoManagerMBS
- method performMnemonic(theString as string) as boolean
- method Constructor
- property nextResponder as NSResponderMBS
- property menu as NSMenuMBS
- property Handle as Integer
- class NSScreenMBS
- method Constructor
- method backingAlignedRect(r as NSRectMBS, options as UInt64) as NSRectMBS
- method convertRectFromBacking(r as NSRectMBS) as NSRectMBS
- method convertRectToBacking(r as NSRectMBS) as NSRectMBS
- method supportedWindowDepths as integer()
- property Handle as Integer
- property depth as Integer
- property colorSpace as Variant
- property frame as NSRectMBS
- property visibleFrame as NSRectMBS
- property deviceDescription as Dictionary
- property backingScaleFactor as Double
- property localizedName as String
- property userSpaceScaleFactor as Double
- shared method screens as NSScreenMBS()
- shared method NSScreenColorSpaceDidChangeNotification as string
- shared property secondScreen as NSScreenMBS
- shared property firstScreen as NSScreenMBS
- shared property mainScreen as NSScreenMBS
- shared property deepestScreen as NSScreenMBS
- shared property screensHaveSeparateSpaces as Boolean
- class NSTouchMBS
- method Constructor
- method locationInView(View as NSViewMBS) as NSPointMBS
- method previousLocationInView(View as NSViewMBS) as NSPointMBS
- property Handle as Integer
- property phase as Integer
- property type as Integer
- property timestamp as Double
- property tapCount as Integer
- property view as NSViewMBS
- property window as NSWindowMBS
- property force as Double
- property maximumPossibleForce as Double
- property majorRadius as Double
- property majorRadiusTolerance as Double
- property identity as MemoryBlock
- property normalizedPosition as NSPointMBS
- property resting as Boolean
- property deviceSize as NSSizeMBS
- class NSUndoManagerMBS
- method Constructor
- method setActionName(actionName as string)
- method redoMenuTitleForUndoActionName(actionName as string) as string
- method undoMenuTitleForUndoActionName(actionName as string) as string
- method removeAllActions
- method groupingLevel as integer
- method beginUndoGrouping
- method endUndoGrouping
- method disableUndoRegistration
- method enableUndoRegistration
- method isUndoRegistrationEnabled as boolean
- method undo
- method redo
- method undoNestedGroup
- method canUndo as boolean
- method canRedo as boolean
- method isUndoing as boolean
- method isRedoing as boolean
- method undoActionName as string
- method redoActionName as string
- method undoMenuItemTitle as string
- method redoMenuItemTitle as string
- property groupsByEvent as boolean
- property levelsOfUndo as integer
- property Handle as Integer
- class NSViewControllerMBS
- method presentViewControllerAsPopover(ViewController as NSViewControllerMBS, RelativeToRect as NSRectMBS, positioningView as NSViewMBS, preferredEdge as Integer, behavior as Integer)
- method presentViewControllerAsSheet(ViewController as NSViewControllerMBS)
- method presentViewControllerAsModalWindow(ViewController as NSViewControllerMBS)
- method Constructor
- method loadView
- method dismissViewController(ViewController as NSViewControllerMBS)
- property Identifier as String
- property classPath as String
- property className as String
- property viewLoaded as Boolean
- property Title as String
- property View as NSViewMBS
- property representedObject as Variant
- shared method available as boolean
- shared method contentViewController(window as NSWindowMBS) as NSViewControllerMBS
- shared method windowWithContentViewController(ViewController as NSViewControllerMBS) as NSWindowMBS
- class NSViewMBS
- method scrollPoint(x as double, y as double)
- method scrollRectToVisible(rect as NSRectMBS) as Boolean
- method autoscroll(e as NSEventMBS) as Boolean
- method adjustScroll(rect as NSRectMBS) as NSRectMBS
- method hitTest(x as double, y as double) as NSViewMBS
- method Screenshot as Picture
- method setContentFilters(Filters() as variant)
- method contentFilters as variant()
- method setBackgroundFilters(Filters() as variant)
- method backgroundFilters as variant()
- method addToolTipRect(rect as NSRectMBS, tooltip as NSViewTooltipMBS)
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method nextValidKeyView as NSViewMBS
- method previousValidKeyView as NSViewMBS
- method previousKeyView as NSViewMBS
- method setFocus
- method makeBackingLayer as variant
- method rotateByAngle(angle as double)
- method beginDraggingSessionWithItems(items() as Variant, e as NSEventMBS, source as NSViewMBS) as Variant
- method pageHeader as NSAttributedStringMBS
- method pageFooter as NSAttributedStringMBS
- method print
- method focusRingMaskBounds as NSRectMBS
- method drawFocusRingMask
- method noteFocusRingMaskChanged
- method enclosingMenuItem as variant
- method enclosingScrollView as variant
- method unregisterDraggedTypes
- method registerForDraggedTypes(Types() as string)
- method registeredDraggedTypes as string()
- method Constructor
- method Constructor(Handle as Integer)
- method Constructor(left as double, top as double, width as double, height as double)
- method removeAllToolTips
- method scaleUnitSquareToSize(size as NSSizeMBS)
- method convertRectFromView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertPointFromView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertRectToView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertPointToView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertSizeToView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method convertSizeFromView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method animator as NSViewMBS
- method ancestorSharedWithView(view as NSViewMBS) as NSViewMBS
- method subviews(recursive as boolean = false) as NSViewMBS()
- method RenderImage(subviews as boolean = false, flipped as boolean = false) as variant
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method dataWithPDFInsideRect(left as double, top as double, width as double, height as double) as Memoryblock
- method dataWithEPSInsideRect(left as double, top as double, width as double, height as double) as Memoryblock
- method isDescendantOf(view as NSViewMBS) as boolean
- method setBoundsOrigin(x as double, y as double)
- method setBoundsSize(width as double, height as double)
- method setFrameOrigin(x as double, y as double)
- method setFrameSize(width as double, height as double)
- method setFrameSize(size as NSSizeMBS)
- method setFrameOrigin(origin as NSPointMBS)
- method setBoundsSize(size as NSSizeMBS)
- method setBoundsOrigin(origin as NSPointMBS)
- method addSubview(subview as NSViewMBS)
- method removeFromSuperview
- method removeFromSuperviewWithoutNeedingDisplay
- method addSubview(subview as NSViewMBS, positioned as integer, relativeToView as NSViewMBS)
- method replaceSubview(oldView as NSViewMBS, newView as NSViewMBS)
- property compositingFilter as variant
- property userInteractionEnabled as Boolean
- property layerUsesCoreImageFilters as Boolean
- property window as NSWindowMBS
- property opaqueAncestor as NSViewMBS
- property nextKeyView as NSViewMBS
- property identifier as string
- property layer as variant
- property wantsRestingTouches as boolean
- property acceptsTouchEvents as boolean
- property canDrawConcurrently as boolean
- property canDraw as boolean
- property frameCenterRotation as double
- property autoresizingMask as Integer
- property autoresizesSubviews as boolean
- property focusRingType as Integer
- property wantsLayer as Boolean
- property clipsToBounds as Boolean
- property alphaValue as double
- property frame as NSRectMBS
- property bounds as NSRectMBS
- property frameRotation as double
- property boundsRotation as double
- property superview as NSViewMBS
- property isHidden as Boolean
- property isHiddenOrHasHiddenAncestor as Boolean
- property isOpaque as Boolean
- property isFlipped as Boolean
- property isRotatedFromBase as Boolean
- property isRotatedOrScaledFromBase as Boolean
- property needsDisplay as Boolean
- property toolTip as string
- property visibleRect as NSRectMBS
- property wantsDefaultClipping as boolean
- property canBecomeKeyView as boolean
- property allowsVibrancy as Boolean
- property RetainCount as Integer
- property frameTop as double
- property frameLeft as double
- property frameWidth as double
- property frameHeight as double
- property classPath as string
- property className as string
- shared method NSViewFrameDidChangeNotification as string
- shared method NSViewFocusDidChangeNotification as string
- shared method NSViewBoundsDidChangeNotification as string
- shared method NSViewGlobalFrameDidChangeNotification as string
- shared method NSViewDidUpdateTrackingAreasNotification as string
- class NSViewTooltipMBS
- class NSWindowControllerMBS
- method showWindow
- method close
- method synchronizeWindowTitleWithDocumentName
- method Constructor(win as NSWindowMBS)
- method Constructor(windowNibName as string)
- property ClassName as String
- property ClassPath as String
- property windowNibName as String
- property windowNibPath as String
- property windowFrameAutosaveName as String
- property window as NSWindowMBS
- property shouldCascadeWindows as Boolean
- property shouldCloseDocument as Boolean
- class NSWindowMBS
- method performWindowDragWithEvent(event as NSEventMBS)
- method selectNextTab
- method selectPreviousTab
- method moveTabToNewWindow
- method toggleTabBar
- method mergeAllWindows
- method addTabbedWindow(win as NSWindowMBS, ordered as Integer)
- method tabbedWindows as NSWindowMBS()
- method setFrameAutosaveName(name as String) as boolean
- method setFrameUsingName(name as String, force as boolean = false) as boolean
- method stringWithSavedFrame as String
- method setFrameFromString(s as String)
- method saveFrameUsingName(s as String)
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method fieldEditor(createFlag as boolean = True, forObject as object = nil) as Variant
- method endEditingFor(anObject as object = nil)
- method setRestorationClass
- method enableSnapshotRestoration
- method invalidateRestorableState
- method disableSnapshotRestoration
- method toolbarview as NSViewMBS
- method standardWindowButton(button as integer) as variant
- method contentRectForFrameRect(windowFrame as NSRectMBS) as NSRectMBS
- method frameRectForContentRect(windowContent as NSRectMBS) as NSRectMBS
- method runToolbarCustomizationPalette
- method toggleFullScreen
- method childWindows as NSWindowMBS()
- method addChildWindow(win as window, order as integer)
- method addChildWindow(win as NSWindowMBS, order as integer)
- method removeChildWindow(win as window)
- method removeChildWindow(win as NSWindowMBS)
- method setBottomCornerRounded(flag as boolean)
- method autorecalculatesContentBorderThicknessForEdge(edge as integer) as boolean
- method setAutorecalculatesContentBorderThickness(flag as boolean, edge as integer)
- method contentBorderThicknessForEdge(edge as integer) as double
- method setContentBorderThickness(thickness as double, edge as integer)
- method dockTile as variant
- method registerForDraggedTypes(Types() as string)
- method unregisterDraggedTypes
- method animator as NSWindowMBS
- method sendEvent(e as NSEventMBS)
- method discardCachedImage
- method restoreCachedImage
- method cacheImageInRect(r as NSRectMBS)
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method dataWithEPSInsideRect(r as NSRectMBS) as Memoryblock
- method gState as integer
- method invalidateCursorRectsForView(View as NSViewMBS)
- method areCursorRectsEnabled as boolean
- method disableCursorRects
- method enableCursorRects
- method discardCursorRects
- method resetCursorRects
- method convertScreenToBase(p as NSPointMBS) as NSPointMBS
- method convertBaseToScreen(p as NSPointMBS) as NSPointMBS
- method makeFirstResponder(r as NSResponderMBS) as boolean
- method resizeFlags as integer
- method toggleToolbarShown
- method firstResponder as NSResponderMBS
- method keyDown(e as NSEventMBS)
- method attachedSheet as NSWindowMBS
- method selectKeyViewPrecedingView(view as NSViewMBS)
- method selectKeyViewFollowingView(view as NSViewMBS)
- method selectNextKeyView
- method selectPreviousKeyView
- method disableScreenUpdatesUntilFlush
- method print
- method orderFrontRegardless
- method orderFront
- method orderBack
- method makeKeyWindow
- method makeMainWindow
- method becomeKeyWindow
- method resignKeyWindow
- method becomeMainWindow
- method resignMainWindow
- method displayIfNeeded
- method display
- method flushWindow
- method flushWindowIfNeeded
- method enableFlushWindow
- method disableFlushWindow
- method useOptimizedDrawing(value as boolean)
- method inLiveResize as boolean
- method setFrame(frameRect as NSRectMBS)
- method setFrame(frameRect as NSRectMBS, display as boolean)
- method setFrame(frameRect as NSRectMBS, display as boolean, animated as boolean)
- method setFrameTopLeftPoint(point as NSPointMBS)
- method setFrameOrigin(point as NSPointMBS)
- method setContentSize(size as NSSizeMBS)
- method setTitleWithRepresentedFile(filename as folderitem)
- method setTitleWithRepresentedFilename(filename as string)
- method update
- method SetFrame(left as double, top as double, width as double, height as double)
- method GetFrame(byref left as double, byref top as double, byref width as double, byref height as double)
- method Close
- method performClose
- method performMiniaturize
- method performZoom
- method WindowHandle as integer
- method ClearFocus
- method Show
- method Hide
- method makeKeyAndOrderFront
- method orderOut
- method miniaturize
- method deminiaturize
- method invalidateShadow
- method zoom
- method Center
- method Constructor(x as double, y as double, w as double, h as double, styleMask as integer, BackingStoreType as integer = 0, deferCreation as boolean = false, canBecomeKeyWindow as boolean = false)
- method Constructor(w as window)
- method addChildWindow(win as DesktopWindow, order as integer)
- method Constructor(w as DesktopWindow)
- property frameAutosaveName as string
- property frame as NSRectMBS
- property contentLayoutRect as NSRectMBS
- property toolbarStyle as Integer
- property titlebarSeparatorStyle as Integer
- property tabbingMode as Integer
- property tabbingIdentifier as String
- property ClassName as String
- property ClassPath as String
- property titleVisibility as Integer
- property titlebarAppearsTransparent as Boolean
- property Left as double
- property Top as double
- property Width as double
- property Height as double
- property contentView as NSViewMBS
- property hasShadow as Boolean
- property isOpaque as Boolean
- property alphaValue as Double
- property acceptsMouseMovedEvents as Boolean
- property ignoresMouseEvents as Boolean
- property showsToolbarButton as Boolean
- property isDocumentEdited as Boolean
- property Level as Integer
- property showsResizeIndicator as Boolean
- property styleMask as Integer
- property windowNumber as Integer
- property isExcludedFromWindowsMenu as Boolean
- property backgroundColor as NSColorMBS
- property hidesOnDeactivate as Boolean
- property isMovableByWindowBackground as Boolean
- property Title as String
- property SubTitle as String
- property miniwindowTitle as String
- property miniwindowImage as Variant
- property contentAspectRatio as NSSizeMBS
- property contentResizeIncrements as NSSizeMBS
- property aspectRatio as NSSizeMBS
- property resizeIncrements as NSSizeMBS
- property representedFilename as String
- property canHide as Boolean
- property minSize as NSSizeMBS
- property maxSize as NSSizeMBS
- property contentMinSize as NSSizeMBS
- property contentMaxSize as NSSizeMBS
- property isOneShot as Boolean
- property backingType as Integer
- property preferredBackingLocation as Integer
- property sharingType as Integer
- property hasDynamicDepthLimit as Boolean
- property depthLimit as Integer
- property parentWindow as NSWindowMBS
- property identifier as String
- property Restorable as Boolean
- property toolbar as Variant
- property animationBehavior as Integer
- property initialFirstResponder as NSViewMBS
- property colorSpace as NSColorSpaceMBS
- property collectionBehavior as Integer
- property canBecomeVisibleWithoutLogin as Boolean
- property displaysWhenScreenProfileChanges as Boolean
- property allowsConcurrentViewDrawing as Boolean
- property allowsToolTipsWhenApplicationIsInactive as Boolean
- property preventsApplicationTerminationWhenModal as Boolean
- property Movable as Boolean
- property preservesContentDuringLiveResize as Boolean
- property Autodisplay as Boolean
- property viewsNeedDisplay as Boolean
- property representedURL as String
- property representedFile as FolderItem
- property windowController as NSWindowControllerMBS
- property backingScaleFactor as Double
- property screen as NSScreenMBS
- property deepestScreen as NSScreenMBS
- property canStoreColor as Boolean
- property Visible as Boolean
- property isZoomed as Boolean
- property isMiniaturized as Boolean
- property currentEvent as NSEventMBS
- property isSheet as Boolean
- property backingLocation as Integer
- property isKeyWindow as Boolean
- property isMainWindow as Boolean
- property canBecomeKeyWindow as Boolean
- property canBecomeMainWindow as Boolean
- property worksWhenModal as Boolean
- property isOnActiveSpace as Boolean
- property isFlushWindowDisabled as Boolean
- shared method removeFrameUsingName(name as string)
- shared method NSNormalWindowLevel as integer
- shared method NSFloatingWindowLevel as integer
- shared method NSSubmenuWindowLevel as integer
- shared method NSTornOffMenuWindowLevel as integer
- shared method NSMainMenuWindowLevel as integer
- shared method NSStatusWindowLevel as integer
- shared method NSDockWindowLevel as integer
- shared method NSModalPanelWindowLevel as integer
- shared method NSPopUpMenuWindowLevel as integer
- shared method NSScreenSaverWindowLevel as integer
- shared method windowNumbersWithOptions(options as integer = 0) as integer()
- shared method windowNumberAtPoint(x as double, y as double, belowWindowWithWindowNumber as integer = 0) as integer
- shared method standardWindowButton(button as integer, StyleMask as integer) as variant
- shared method minFrameWidthWithTitle(WindowTitle as string, styleMask as UInt32) as double
- shared method contentRectForFrameRect(windowFrame as NSRectMBS, styleMask as UInt32) as NSRectMBS
- shared method frameRectForContentRect(windowContentRect as NSRectMBS, styleMask as UInt32) as NSRectMBS
- shared method NSWindowDidBecomeKeyNotification as string
- shared method NSWindowDidBecomeMainNotification as string
- shared method NSWindowDidChangeScreenNotification as string
- shared method NSWindowDidDeminiaturizeNotification as string
- shared method NSWindowDidExposeNotification as string
- shared method NSWindowDidMiniaturizeNotification as string
- shared method NSWindowDidMoveNotification as string
- shared method NSWindowDidResignKeyNotification as string
- shared method NSWindowDidResignMainNotification as string
- shared method NSWindowDidResizeNotification as string
- shared method NSWindowDidUpdateNotification as string
- shared method NSWindowWillCloseNotification as string
- shared method NSWindowWillMiniaturizeNotification as string
- shared method NSWindowWillMoveNotification as string
- shared method NSWindowWillBeginSheetNotification as string
- shared method NSWindowDidEndSheetNotification as string
- shared method NSWindowDidChangeScreenProfileNotification as string
- shared method NSWindowWillStartLiveResizeNotification as string
- shared method NSWindowDidEndLiveResizeNotification as string
- shared method NSWindowWillEnterFullScreenNotification as string
- shared method NSWindowDidEnterFullScreenNotification as string
- shared method NSWindowWillExitFullScreenNotification as string
- shared method NSWindowDidExitFullScreenNotification as string
- shared method NSWindowWillEnterVersionBrowserNotification as string
- shared method NSWindowDidEnterVersionBrowserNotification as string
- shared method NSWindowWillExitVersionBrowserNotification as string
- shared method NSWindowDidExitVersionBrowserNotification as string
- shared property userTabbingPreference as Integer
- shared property allowsAutomaticWindowTabbing as Boolean
- class NSWindowRestoreHandlerMBS
- class Window
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.1
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.5
- News from the MBS Xojo Plugins Version 22.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 22.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.4
- Custom menu checkmarks
- Apply fonts to font PopupMenu
- MBS REALbasic Plugins Version 10.4 release notes
- MBS Plugins 10.3 Release Notes
- MBS REALbasic plug-in 9.6
Xojo Developer Magazine
- 7.6, page 8: News
- 5.6, page 49: Made in the Shade, Using Core Graphics in a REALbasic Project by Toby Rush
- 5.6, page 33: Third Party Plugins: Statusitems, Getting an icon in the top right of the Mac OS X menubar by Christian Schmitz
- 22.1, page 9: News
- 19.6, page 10: News
- 16.5, page 9: News
- 16.2, page 9: News
- 15.1, page 9: News
- 12.4, page 31: Writing OS X Apps for Game Center, Getting started by authenticating the local player with the Game Center Sandbox testing facility by Tom Baumgartner