apple.laf.useScreenMenuBar
- if set to true will force the application's menu bar to appear at the top. Griffon sets its value to true.com.apple.mrj.application.apple.menu.about.name
- sets the name that will appear next to the About
menu option.About
, Preferences
and Quit
menu options. The default handlers will trigger an specific application event each. These events can be disabled with a command flag set in griffon-app/conf/Config.groovy
. The following table outlines the events, flags and the default behavior when the flags are enabledEvent | Fired when | Flag | Default behavior |
---|---|---|---|
OSXAbout | user activates About menu | osx.noabout | Default about dialog is displayed |
OSXPrefs | user activates Preferences menu | osx.noprefs | No Preferences menu is available |
OSXQuit | user activates Quit menu | osx.noquit | Application shutdowns immediately |