Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS MacControls Plugin:NSToolbar:
Not Console safe, 179 entry points.
- class CustomNSToolbarItemMBS
- class CustomNSToolbarMBS
- method Constructor(Identifier as string)
- method Destructor
- event itemForItemIdentifier(identifier as string, willBeInsertedIntoToolbar as boolean) as NSToolbarItemMBS
- event toolbarDefaultItemIdentifiers as string()
- event toolbarAllowedItemIdentifiers as string()
- event toolbarSelectableItemIdentifiers as string()
- event toolbarWillAddItem(item as NSToolbarItemMBS, notification as NSNotificationMBS)
- event toolbarDidRemoveItem(item as NSToolbarItemMBS, notification as NSNotificationMBS)
- event toolbarItemAction(item as NSToolbarItemMBS)
- event toolbarItemAllowsDuplicatesInToolbar(item as NSToolbarItemMBS) as boolean
- event toolbarItemValidate(item as NSToolbarItemMBS) as boolean
- event allowsSizeMode(mode as integer, SuperAllows as boolean) as boolean
- event toolbarImmovableItemIdentifiers as string()
- event canBeInsertedAtIndex(itemIdentifier as string, index as Integer) as Boolean
- class DesktopWindow
- class NSMenuToolbarItemMBS
- class NSPopoverMBS
- method Constructor
- method Destructor
- method performClose
- method Close
- method isShown as boolean
- method showRelativeToRect(positioningRect as NSRectMBS, view as NSViewMBS, edge as integer)
- property animates as boolean
- property behavior as Integer
- property positioningRect as NSRectMBS
- property contentSize as NSSizeMBS
- property contentViewController as NSViewControllerMBS
- property Handle as Integer
- property Tag as Variant
- shared method NSPopoverCloseReasonKey as string
- shared method NSPopoverCloseReasonStandard as string
- shared method NSPopoverCloseReasonDetachToWindow as string
- shared method NSPopoverWillShowNotification as string
- shared method NSPopoverDidShowNotification as string
- shared method NSPopoverWillCloseNotification as string
- shared method NSPopoverDidCloseNotification as string
- shared method available as boolean
- event popoverShouldClose as boolean
- event detachableWindowForPopover as NSWindowMBS
- event popoverWillShow(notification as NSNotificationMBS)
- event popoverDidShow(notification as NSNotificationMBS)
- event popoverWillClose(notification as NSNotificationMBS)
- event popoverDidClose(notification as NSNotificationMBS)
- event popoverShouldDetach as boolean
- event popoverDidDetach
- class NSSearchToolbarItemMBS
- class NSToolbarItemGroupMBS
- method Constructor(itemIdentifier as string)
- method Constructor(itemIdentifier as string, titles() as String, selectionMode as Integer, labels() as String)
- method Constructor(itemIdentifier as string, images() as NSImageMBS, selectionMode as Integer, labels() as String)
- method subitems as NSToolbarItemMBS()
- method SetSubItems(items() as NSToolbarItemMBS)
- property Selected(index as Integer) as Boolean
- property selectedIndex as Integer
- property controlRepresentation as Integer
- property selectionMode as Integer
- event Action
- class NSToolbarItemMBS
- method copy as NSToolbarItemMBS
- method Constructor(itemIdentifier as string)
- method Constructor(Handle as Integer)
- method validate
- method possibleLabels as String()
- method setPossibleLabels(Labels() as String)
- property ClassName as String
- property ClassPath as String
- property Handle as Integer
- property MinSize as NSSizeMBS
- property MaxSize as NSSizeMBS
- property Toolbar as NSToolbarMBS
- property ItemIdentifier as String
- property Label as String
- property PaletteLabel as String
- property ToolTip as String
- property MenuFormRepresentation as NSMenuItemMBS
- property Tag as integer
- property Enabled as boolean
- property Image as NSImageMBS
- property View as NSViewMBS
- property VisibilityPriority as integer
- property Autovalidates as Boolean
- property AllowsDuplicatesInToolbar as Boolean
- property Title as String
- property Bordered as Boolean
- property Navigational as Boolean
- property Hidden as Boolean
- property Style as integer
- property backgroundTintColor as NSColorMBS
- shared method NSToolbarSeparatorItemIdentifier as string
- shared method NSToolbarCustomizeToolbarItemIdentifier as string
- shared method NSToolbarWritingToolsItemIdentifier as string
- shared method NSToolbarToggleInspectorItemIdentifier as string
- shared method NSToolbarSpaceItemIdentifier as string
- shared method NSToolbarFlexibleSpaceItemIdentifier as string
- shared method NSToolbarShowColorsItemIdentifier as string
- shared method NSToolbarShowFontsItemIdentifier as string
- shared method NSToolbarPrintItemIdentifier as string
- shared method NSToolbarToggleSidebarItemIdentifier as string
- shared method NSToolbarCloudSharingItemIdentifier as string
- shared method NSToolbarSidebarTrackingSeparatorItemIdentifier as string
- shared method NSToolbarInspectorTrackingSeparatorItemIdentifier as string
- class NSToolbarMBS
- method Constructor(Identifier as string)
- method Constructor(Handle as Integer)
- method validateVisibleItems
- method items as NSToolbarItemMBS()
- method visibleItems as NSToolbarItemMBS()
- method removeItemAtIndex(index as integer)
- method insertItemWithItemIdentifier(identifier as string, atIndex as integer)
- method runCustomizationPalette
- method removeItemWithItemIdentifier(itemIdentifier as String)
- method itemIdentifiers as String()
- method centeredItemIdentifiers as String()
- method setCenteredItemIdentifiers(Identifiers() as String)
- property Handle as Integer
- property identifier as String
- property autosavesConfiguration as Boolean
- property fullScreenAccessoryViewMaxHeight as Double
- property fullScreenAccessoryViewMinHeight as Double
- property fullScreenAccessoryView as NSViewMBS
- property showsBaselineSeparator as Boolean
- property allowsUserCustomization as Boolean
- property sizeMode as Integer
- property displayMode as Integer
- property selectedItemIdentifier as String
- property customizationPaletteIsRunning as Boolean
- property visible as Boolean
- property configurationDictionary as Dictionary
- property configurationDictionaryData as MemoryBlock
- property toolbarView as NSViewMBS
- property allowsExtensionItems as Boolean
- property centeredItemIdentifier as String
- property allowsDisplayModeCustomization as Boolean
- shared method NSToolbarWillAddItemNotification as string
- shared method NSToolbarDidRemoveItemNotification as string
- class NSTrackingSeparatorToolbarItemMBS
- class Window
Blog Entries
- macOS 26 thoughts
- News from the MBS Xojo Plugins Version 25.3
- MonkeyBread Software Releases the MBS Xojo Plugins in version 25.3
- News from the MBS Xojo Plugins in version 24.5
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.5
- News from the MBS Xojo Plugins Version 23.2
- MBS Xojo Plugins in version 22.4
- News from the MBS Xojo Plugins Version 21.2
- MonkeyBread Software Releases the MBS Xojo / Real Studio plug-ins in version 15.0
- Please don't call constructors outside new or constructor
Xojo Developer Magazine