Previous|Next|Index
A Menu Bar
This demo creates a simple menu bar. The menu bar itself is just a
frame. There are four steps to creating each menu:
- Crate a Menubutton widget
- Create a Menu widget
- Link the Menubutton and the Menu together
- Add individual items to the Menu
source
Previous|Next|Index