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
-
title
: vector of strings, title for the popup window.
-
items
: Column vector. Initial values of the vector to be edited. If no element is added or deleted, 'items' can actually be matrices of any dimensions.
-
result
: The vector after editing.
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