tk_itemsdialog           Jan 2001           Ying-Wan Lam           tkgui Function

NAME

tk_itemsdialog - dialog for arranging, adding and deleting items in a column vector.

CALLING SEQUENCE


 [result]=tk_itemsdialog(items)
 [result]=tk_itemsdialog(title,items)

PARAMETERS

DESCRIPTION

An interface to edit and rearranging the contents of a column vector. Type tk_itemsdialog() to see examples.

EXAMPLES


animals = ['zebra'; 'penguin'; 'dog'; 'cat']
newanimals = tk_itemsdialog(names)

SEE ALSO


tk_sortdialog