Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | autogui |
This function should be used when you have finished using a
particular autogui tool. It unmaps the GUI from the screen,
stops it emitting and responding to events, and releases any
resources being used by the autogui.
Assuming you have already created an autogui tool in the variable
myautogui, perhaps as per the above example, you may finish
using it by doing:
Finish using this autogui tool
Synopsis
done()
Returns
T
Description
Example
# ...
myautogui.done();
# ...
Next: autogui.fillgui - Function
Up: autogui - Tool
Previous: autogui.map - 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