shoes-deprecated icon indicating copy to clipboard operation
shoes-deprecated copied to clipboard

Can I make a menu with submenus

Open ghost opened this issue 10 years ago • 1 comments

Hello,

For a project I need a menu with submenus. Can I do this with Shoes or can I better use another gem.

Roelof

ghost avatar Jun 22 '14 20:06 ghost

Shoes has no menubar or menus attached to a window or across windows. You can create a menu (links or button) with a stack or flow and clever programming (see the Shoes manual for an example, or HacketyHack). It depends on your project requirements and the amount of effort you want to put into it.

ccoupe avatar Jun 22 '14 22:06 ccoupe