Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: autogui.map - Function Up: autogui - Tool Previous: autogui.buttonbar - Function


autogui.get - Function



Package display
Module widgets
Tool autogui


Read the GUI and return the current settings


Synopsis
get()


Returns
short-form parameter record


Description

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.



Example

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:

# ...
currvalues := myautogui.get();
# ...





next up previous contents index
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