Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | widgetserver |
Make an extendoptionmenu megawidget
Synopsis
extendoptionmenu(extendoptionmenu megawidget arguments)
Arguments
extendoptionmenu megawidget arguments
standard AIPS++ extendoptionmenu megawidget arguments
Returns
AIPS++ extendoptionmenu megawidget
Description
This makes an AIPS++ extendoptionmenu
megawidget, applying context-sensitive defaults. It differes from the
optionmenu megawidget
in that the menu can be interactively extended. In addition, you can
only specify labels, names and values are not allowed.
Example
f := dws.frame();
m := dws.optionmenu(f, labels="fish cats dogs");
Next: widgetserver.actionoptionmenu - Function
Up: widgetserver - Tool
Previous: widgetserver.optionmenu - 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