shoes-deprecated
shoes-deprecated copied to clipboard
Can I make a menu with submenus
Hello,
For a project I need a menu with submenus. Can I do this with Shoes or can I better use another gem.
Roelof
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.