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.fillgui - Function Up: autogui - Tool Previous: autogui.map - Function


autogui.done - Function



Package display
Module widgets
Tool autogui


Finish using this autogui tool


Synopsis
done()


Returns
T


Description

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.



Example

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:

# ...
myautogui.done();
# ...





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