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


next up previous contents index
Next: displaylist.add - Function Up: displaylist - Tool Previous: displaylist - Tool


displaylist - Constructor



Package display
Module guiutils
Tool displaylist


Create a displaylist tool


Synopsis
displaylist(parentframe, formatfunction)


Description
Create a list tool ready to start adding values to. Unless a frame is given to the constructor, the default is to not have a GUI representation of the displaylist.

Generally you should provide a function to turn inserted values into strings to display in the list. By default, as_string() will be used, which is rarely what you will want.



Arguments

parentframe   frame to use for gui
    Allowed: frame or F
    Default: F (no frame)
formatfunction   turn list values into string for display
    Allowed: function


Returns
displaylist tool




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