Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | autogui |
This function reads the GUI, extracting all parameter values,
and returns the result in a short-form parameter record. In
this form, the top-level fields simply contain the values
corresponding to the parameters having the top-level field names as
their dlformat parameter bit. When this function is called, a
setoptions event is also emitted. This assists in keeping
multiple clients aware of the state of the autogui tool.
Assuming you have already created an autogui tool in the variable
myautogui, perhaps as per the above example, you may do
something like this to read the current values into a record:
Read the GUI and return the current settings
Synopsis
get()
Returns
short-form parameter record
Description
Example
# ...
currvalues := myautogui.get();
# ...
Next: autogui.map - Function
Up: autogui - Tool
Previous: autogui.buttonbar - 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