Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | menuframes |
parent | Parent of the menu | ||
Allowed: | Tk frame | ||
menubutton | Menu button | ||
Allowed: | Tk button | ||
exclusive | Show only one frame at once? | ||
Allowed: | Boolean | ||
Default: | T | ||
widgetset | Widget set to use | ||
Allowed: | A widgetserver closure tool | ||
Default: | dws |
include 'menuframes.g' f := frame(); f1 := frame(); mb := button(f1, 'Windows', type='menu') r := menuframes(f, mb);