Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | widgetserver |
Add a Help menu which contains the standard AIPS++ Help menu items
Synopsis
helpmenu(helpmenu megawidget arguments)
Arguments
helpmenu megawidget arguments
standard AIPS++ helpmenu megawidget arguments
Returns
AIPS++ helpmenu megawidget
Description
This makes an AIPS++ helpmenu megawidget.
The default font, color, etc., are those for the button widget.
Example
f := dws.frame();
# f would generally be a menubar with appropriate padding such that the
# helpmenu frame is always all the way on the right side
helpmenuframe := dws.frame(f,borderwidth=0,height=0,width=0,side='right');
hm := dws.helpmenu(helpmenuframe, "Imager", "Refman:imager");
Next: widgetserver.menuframes - Function
Up: widgetserver - Tool
Previous: widgetserver.resources - 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