shoes / shoes3

a tiny graphical app kit for ruby

Home Page:http://walkabout.mvmanila.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Menu trim for windows

JDsnyke opened this issue · comments

Is there a menu trim option for windows similar to "OSX_Menu_Trim: true"?

I've wanted to hide the "Shoes entries of Open, Manual, Cobbler, Package and Profile in the global menubar".

If not, is this a feature we could have in the next next version of shoes?

For Shoes or for an app written in Shoes? For Shoes, search for a `startup.yaml' and change the 'use_menus' setting. For an app, the default is no menus unless you code for it or have a 'startup.yaml' file in the App's main directory (And you code for them)

For OSX, you can't get rid of all Menus Shoes->Open is used be some folks for AppleScript. Full screen might do what you want. Those are the options.

All good @ccoupe. Thanks for clearing things up!