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


next up previous contents index
Next: synclistboxes.height - Function Up: synclistboxes - Tool Previous: synclistboxes.font - Function


synclistboxes.get - Function



Package display
Module widgets
Tool synclistboxes


request items, i.e. map indexes to items


Synopsis
get(indexes)


Arguments

indexes the requested indexes
Allowed: Integer(s)


Returns
glish record of items


Description
All of the values in each of the listboxes at the requested indexes are returned by using this event. The returned value is a record which can be indexed by listbox number, i.e. if the return value is result, then result[1] contains the requested items for listbox 1, result[2] the items for listbox 2, etc.



Example
# slb is a previously created synclistboxes having 4 listboxes
# get the items at indexes [1,2,4]
g := slb->get([1,2,4]);
# g[1] has the values for listbox 1, g[2] for listbox 2, etc.





next up previous contents index
Next: synclistboxes.height - Function Up: synclistboxes - Tool Previous: synclistboxes.font - 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