Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | widgetserver |
Unset (pop) the context/mode
Synopsis
unsetmode()
Description
This function should be used to restore the previous context or mode
that was in effect just prior to the most recent setmode call.
For example, if for some reason, you need to create a non-AIPS++
conformant GUI, you might do:
dws.setmode('glish');
f := dws.frame();
# build GUI ...
# ...
dws.unsetmode();
Next: widgetserver.resources - Function
Up: widgetserver - Tool
Previous: widgetserver.setmode - 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