Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | widgets | |
Tool | restoreregions |
If you constructed with globalrestore=T, this function returns an
empty record. Otherwise, it recovers all the selected regions into a
record. Each field of the record contains one region tool (see
Regionmanager). The fields are named
according to the names of the regions in the Table.
Recover the selected regions from the Table into a record
Synopsis
regions()
Returns
Record of regions
Description
Example
- include 'restoreregions.g'
- r := restoreregions();
- whenever rr->restored do {
regions := rr.regions();
}
Next: restoreregions.settable - Function
Up: restoreregions - Tool
Previous: restoreregions.refresh - 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