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


next up previous contents index
Next: listboxcontainer.get - Function Up: listboxcontainer - Tool Previous: listboxcontainer.clear - Function


listboxcontainer.delete - Function



Package display
Module widgets
Tool listboxcontainer


(EVENT) delete a name-value pair


Synopsis
delete(namesorindices)


Arguments

namesorindices names or indices
Allowed: vector of strings or integers



Description
This event deletes the given items from the listbox. This can be done by name or index. Vectors are accepted. Note: The functionality varies from listbox!


Example
# by name
lbc->delete('test');
# or by index if test is the first(=0) item in the listboxcontainer.
lbc->delete(0)





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