Platforms to show: All Mac Windows Linux Cross-Platform
The class NSBoxMBS
class NSBoxMBS
MBS REALbasic Cocoa Plugin (NSBox), super class: NSViewMBS
class, Cocoa, MBS REALbasic Cocoa Plugin (NSBox), class NSBoxMBS, Console safe, Plugin version: 10.0, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: The NSBox class implements simple views that can title themselves and draw a border around their content.
Notes:
These objects are known as boxes. You can use box to group, visually, some number of other views.
Subclass of the NSViewMBS class.
Function: The NSBox class implements simple views that can title themselves and draw a border around their content.
Notes:
These objects are known as boxes. You can use box to group, visually, some number of other views.
Subclass of the NSViewMBS class.
- method borderColor as NSColorMBS
- method borderRect as NSRectMBS
- method borderType as Integer
- method borderWidth as double
- method boxType as Integer
- method Constructor
- method Constructor(Handle as integer)
- method Constructor(left as double, top as double, width as double, height as double)
- 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
Methods, properties and events inherited from super classes:
- method canDraw as boolean
- method canDrawConcurrently as boolean
- method Constructor(left as double, top as double, width as double, height as double)
- method Constructor(Handle as integer)
- class class NSViewMBS
- method isHiddenOrHasHiddenAncestor as Boolean
- method isHidden as Boolean
- method isFlipped as Boolean
- method classPath as string
- method isOpaque as Boolean
- method className as string
- method isRotatedFromBase as Boolean
- method isRotatedOrScaledFromBase as Boolean
- method isDescendantOf(view as NSViewMBS) as boolean
- property frameWidth as double
- method Constructor
- property frameLeft as double
- property frameTop as double
- method frameRotation as double
- method frame as NSRectMBS
- property frameHeight as double
- method frameCenterRotation as double
- method focusRingType as Integer
- const NSViewMinYMargin = 8
- const NSViewNotSizable = 0
- const NSViewMinXMargin = 1
- const NSViewMaxYMargin = 32
- const NSViewWidthSizable = 2
- method opaqueAncestor as NSViewMBS
- const NSViewMaxXMargin = 4
- method convertRectToView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertRectFromView(rect as NSRectMBS, View as NSViewMBS) as NSRectMBS
- method convertPointToView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method convertSizeFromView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method convertSizeToView(Size as NSSizeMBS, View as NSViewMBS) as NSSizeMBS
- method convertPointFromView(point as NSPointMBS, View as NSViewMBS) as NSPointMBS
- method superview as NSViewMBS
- method subviews as NSViewMBS()
- shared method NSViewFrameDidChangeNotification as string
- shared method NSViewGlobalFrameDidChangeNotification as string
- shared method NSViewFocusDidChangeNotification as string
- shared method NSViewBoundsDidChangeNotification as string
- shared method NSViewDidUpdateTrackingAreasNotification as string
- const NSViewLayerContentsRedrawOnSetNeedsDisplay = 1
- const NSViewLayerContentsRedrawNever = 0
- const NSViewHeightSizable = 16
- const NSViewLayerContentsRedrawBeforeViewResize = 3
- const NSViewLayerContentsRedrawDuringViewResize = 2
- method setBoundsOrigin(left as double, top as double)
- method setBoundsSize(width as double, height as double)
- method dataWithEPSInsideRect(left as double, top as double, width as double, height as double) as string
- method addSubview(subview as NSViewMBS)
- method dataWithPDFInsideRect(left as double, top as double, width as double, height as double) as string
- method acceptsTouchEvents as boolean
- method setFrameOrigin(left as double, top as double)
- method setFrameSize(width as double, height as double)
- method animator as NSViewMBS
- method ancestorSharedWithView(view as NSViewMBS) as NSViewMBS
- method removeFromSuperview
- method RenderImage(subviews as boolean=false) as variant
- method alphaValue as double
- const NSBezelBorder = 2
- method wantsLayer as Boolean
- method wantsDefaultClipping as boolean
- method wantsRestingTouches as boolean
- method boundsRotation as double
- method bounds as NSRectMBS
- method window as NSWindowMBS
- method needsDisplay as Boolean
- method visibleRect as NSRectMBS
- const NSNoBorder = 0
- method autoresizesSubviews as boolean
- const NSFocusRingTypeDefault = 0
- const NSFocusRingTypeExterior = 2
- const NSFocusRingTypeNone = 1
- const NSGrooveBorder = 3
- const NSLineBorder = 1
- method autoresizingMask as Integer
- method toolTip as string
- method mouseExited(e as NSEventMBS)
- method mouseEntered(e as NSEventMBS)
- method cancelOperation
- method menu as NSMenuMBS
- method capitalizeWord
- method makeBaseWritingDirectionRightToLeft
- method makeTextWritingDirectionRightToLeft
- method makeTextWritingDirectionNatural
- method makeTextWritingDirectionLeftToRight
- method mouseDragged(e as NSEventMBS)
- method mouseDown(e as NSEventMBS)
- method helpRequested(e as NSEventMBS)
- method changeCaseOfLetter
- method magnifyWithEvent(e as NSEventMBS)
- method centerSelectionInVisibleArea
- method lowercaseWord
- method makeBaseWritingDirectionNatural
- method makeBaseWritingDirectionLeftToRight
- method insertParagraphSeparator
- method insertNewlineIgnoringFieldEditor
- method insertNewline
- method insertSingleQuoteIgnoringSubstitution
- method insertLineBreak
- method insertBacktab
- method insertDoubleQuoteIgnoringSubstitution
- method insertContainerBreak
- class class NSResponderMBS
- method complete
- method insertTab
- property Handle as Integer
- method insertTabIgnoringFieldEditor
- method endGestureWithEvent(e as NSEventMBS)
- method keyDown(e as NSEventMBS)
- method keyUp(e as NSEventMBS)
- method indent
- method flagsChanged(e as NSEventMBS)
- method flushBufferedKeyEvents
- method pageDown
- method pageDownAndModifySelection
- method pageUp
- method pageUpAndModifySelection
- method showContextHelp
- method otherMouseUp(e as NSEventMBS)
- method otherMouseDragged(e as NSEventMBS)
- method otherMouseDown(e as NSEventMBS)
- method swipeWithEvent(e as NSEventMBS)
- method swapWithMark
- method rotateWithEvent(e as NSEventMBS)
- method rightMouseDragged(e as NSEventMBS)
- method rightMouseDown(e as NSEventMBS)
- method rightMouseUp(e as NSEventMBS)
- method cursorUpdate(e as NSEventMBS)
- method selectToMark
- method selectWord
- method selectLine
- method selectParagraph
- method scrollLineDown
- method scrollLineUp
- method selectAll
- method scrollPageDown
- method scrollPageUp
- method scrollWheel(e as NSEventMBS)
- method scrollToBeginningOfDocument
- method scrollToEndOfDocument
- method setMark
- method deleteToEndOfParagraph
- method deleteWordForward
- method deleteWordBackward
- method deleteToMark
- method performMnemonic(theString as string) as boolean
- method deleteForward
- method deleteToEndOfLine
- method deleteToBeginningOfParagraph
- method deleteToBeginningOfLine
- method deleteBackward
- method deleteBackwardByDecomposingPreviousCharacter
- method undoManager as NSUndoManagerMBS
- method uppercaseWord
- method moveToRightEndOfLine
- method moveToRightEndOfLineAndModifySelection
- method moveUp
- method moveToEndOfParagraphAndModifySelection
- method moveToLeftEndOfLine
- method moveToLeftEndOfLineAndModifySelection
- method moveWordBackwardAndModifySelection
- method moveWordForward
- method moveWordForwardAndModifySelection
- method moveUpAndModifySelection
- method moveWordBackward
- method moveToEndOfParagraph
- method moveToBeginningOfDocument
- method moveToBeginningOfDocumentAndModifySelection
- method moveToBeginningOfLine
- method moveParagraphForwardAndModifySelection
- method moveRight
- method moveRightAndModifySelection
- method moveToBeginningOfLineAndModifySelection
- method moveToEndOfDocumentAndModifySelection
- method moveToEndOfLine
- method moveToEndOfLineAndModifySelection
- method moveToBeginningOfParagraph
- method moveToBeginningOfParagraphAndModifySelection
- method moveToEndOfDocument
- method moveWordRightAndModifySelection
- method moveWordLeft
- method moveWordLeftAndModifySelection
- method moveWordRight
- method moveBackward
- method moveBackwardAndModifySelection
- method mouseUp(e as NSEventMBS)
- method mouseMoved(e as NSEventMBS)
- method yank
- method moveLeft
- method moveForwardAndModifySelection
- method moveLeftAndModifySelection
- method moveParagraphBackwardAndModifySelection
- method moveForward
- method moveDown
- method moveDownAndModifySelection
- method nextResponder as NSResponderMBS
- method tabletProximity(e as NSEventMBS)
- method tabletPoint(e as NSEventMBS)
- method beginGestureWithEvent(e as NSEventMBS)
- method transpose
- method transposeWords
This class has no sub classes.
Some methods using this class:
The items on this page are in the following plugins: MBS REALbasic Cocoa Plugin, MBS REALbasic CocoaBase Plugin.
Links
MBS REAL studio Plugins - Pfarrgemeinde Messdiener Nickenich