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

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,