Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | widgetserver |
Add a widget to hold named embedded frames
Synopsis
menuframes(menuframes megawidget arguments)
Arguments
menuframes megawidget arguments
standard AIPS++ menuframes megawidget arguments
Returns
AIPS++ menuframes megawidget
Description
This makes an AIPS++ menuframes megawidget.
Example
f := dws.frame();
f1 := dws.frame();
mb := dws.button(f1, 'Windows', type='menu')
r := dws.menuframes(f, mb, exclusive=F);
Next: widgetserver.busy - Function
Up: widgetserver - Tool
Previous: widgetserver.helpmenu - Function
  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