Can I make a menu with submenus
Opened this issue · 1 comments
Deleted user commented
Hello,
For a project I need a menu with submenus.
Can I do this with Shoes or can I better use another gem.
Roelof
ccoupe commented
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.