Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSPopoverMBS class.

NSPopoverMBS.available as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Whether pop-overs are available.
Example
msgbox "NSPopover available: "+str(NSPopoverMBS.available)

Returns true on Mac OS X 10.7.

NSPopoverMBS.NSPopoverCloseReasonDetachToWindow as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the constant for the close reason.

Specifies that the popover has been closed because it is being detached to a window; a possible value for NSPopoverCloseReasonKey.

NSPopoverMBS.NSPopoverCloseReasonKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the constants for the close notification parameter dictionary.

Specifies the close reason. Currently used only as the userInfo key for the NSPopoverWillCloseNotification.

NSPopoverMBS.NSPopoverCloseReasonStandard as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the constant for the close reason.

Specifies that the popover is being closed in a standard way; a possible value for NSPopoverCloseReasonKey.

NSPopoverMBS.NSPopoverDidCloseNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the notification names you can use with NSNotificationObserverMBS class.

Sent after the popover has finished animating offscreen. This notification has the same user info keys as NSPopoverWillCloseNotification.

NSPopoverMBS.NSPopoverDidShowNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the notification names you can use with NSNotificationObserverMBS class.

Sent after the popover has finished animating onscreen.

NSPopoverMBS.NSPopoverWillCloseNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the notification names you can use with NSNotificationObserverMBS class.

Sent before the popover is closed. The userInfo key NSPopoverCloseReasonKey specifies the reason for closing. It can currently be either NSPopoverCloseReasonStandard or NSPopoverCloseReasonDetachToWindow, although more reasons for closing may be added in the future.

NSPopoverMBS.NSPopoverWillShowNotification as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa MBS MacControls Plugin 11.2 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the notification names you can use with NSNotificationObserverMBS class.

Sent before the popover is shown.

The items on this page are in the following plugins: MBS MacControls Plugin.


The biggest plugin in space...