Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: menuframes.add - Function Up: menuframes - Tool Previous: menuframes - Tool


menuframes - Constructor



Package display
Module widgets
Tool menuframes


Construct a menuframes


Synopsis
menuframes(parent, menubutton, exclusive, widgetset)


Arguments

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


Returns
menuframes widget


Description
Constructs a menuframes according to the specified construction arguments, and returns a ref to the widget.



Example
include 'menuframes.g'   
f := frame();
f1 := frame();
mb := button(f1, 'Windows', type='menu')
r := menuframes(f, mb);





next up previous contents index
Next: menuframes.add - Function Up: menuframes - Tool Previous: menuframes - Tool   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15