Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | guientry |
The allowed formats for user input are:
Make a widget for a range entry
Synopsis
range(parent, value, default, options, allowunset, editable, rmin, rmax, rresolution, provideentry, hlp)
Description
Constructs a widget for the entry of range values.
Arguments
parent
Parent of the menu
Allowed:
Tk frame
value
Value to insert on start
Allowed:
Value or unset
Default:
0
default
Default value
Allowed:
Value
Default:
0
options
options
Allowed:
string
Default:
''
allowunset
Allow unset values
Allowed:
Boolean
Default:
T
editable
Is the entry editable by the user
Allowed:
Boolean
Default:
T
rmin
Minimum value
Allowed:
Number
Default:
0.0
rmax
Maximum value
Allowed:
Number
Default:
1.0
rresolution
Resolution of selection
Allowed:
Number
Default:
0.1
provideentry
Include a type-in entry box as well
Allowed:
Bool
Default:
F
hlp
Popup help string
Allowed:
String
Default:
Unset
Returns
guientry widget
Next: guientry.record - Function
Up: guientry - Tool
Previous: guientry.quantity - 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