tkgui Function
Last update : 22/2/2006
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,