get-data in list-box%
Returns the data value associated with a list box item, or #f
if there is no associated data. See also
append and
set-data.
(-> valuesenda-list-boxget-datan)
n: exact non-negative integerReturns the data for the item indexed by
n. List box items are indexed from0. Ifnis equal to or larger than the number of choices, anexn:fail:contractexception is raised.