david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

472 B

EXTENSION

Menu

Methods

init(_:icon:app:window:content:)

Initialize a menu button.

  • Parameters:
    • label: The button's label.
    • icon: The button's icon.
    • app: The application.
    • window: The application window.
    • content: The menu's content.

init(_:app:window:content:)

Initialize a menu button.

  • Parameters:
    • label: The buttons label.
    • app: The application.
    • window: The application window.
    • content: The menu's content.