get

(#<widget> 'get first ?last?)
If last is omitted, returns the contents of the listbox element indicated by first, or an empty string if first refers to a non-existent element.

If last is specified, the command returns a list whose elements are all of the listbox elements between first and last, inclusive. Both first and last may have any of the standard forms for indices.


© Author | Home | Sitemap