[previous] [up] [next]     [index]
Next: number-of-visible-items Up: list-box Previous: get-selections

is-selected?

Returns #t if the item matching the specifies index is selected, #f otherwise.

A list box's selection can be changed by the user clicking the control, and such changes do not go through this method; use the control callback procedure (provided as an initialization argument) to monitor selection changes.



PLT