Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | profilewidthentry |
Construct the profilewidthentry widget.
Construct a profilewidthentry widget
Synopsis
profilewidthentry(parent, relief, width, widgetset)
Arguments
parent
Parent of the menu
Allowed:
Tk frame
Default:
F
relief
Relief for holder frame
Allowed:
Standard Tk relief string
Default:
'raised'
width
Width for entry box
Allowed:
Integer
Default:
10
widgetset
The widget server to use
Allowed:
widgetserver tool
Default:
dws
Returns
Agent
Description
Example
include 'profilewidthentry.g'
f := dws.frame();
r := profilewidthentry(parent=f)
Next: profilewidthentry.disable - Function
Up: profilewidthentry - Tool
Previous: profilewidthentry - 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