is-selected? in list-box%

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.