Previous: BLOX.BList-accessing, Up: BLOX.BList [Index]
Answer a DirectedMessage that is sent when the active item in the receiver changes, or nil if none has been set up.
Set up so that aReceiver is sent the aSymbol message (the name of a selector with at most two arguemtnts) when the active item in the receiver changegs. If the method accepts two arguments, the receiver is passed as the first parameter. If the method accepts one or two arguments, the selected index is passed as the last parameter.
Highlight the item at the given position in the listbox.
Generate a synthetic callback.
Highlight the item at the given position in the listbox, without unhighlighting other items. This is meant for multiple- or extended-mode listboxes, but can be used with other selection mode in particular cases.
Ensure that the item at the given position in the listbox is visible.
Unhighlight all the items in the listbox.
Unhighlight the item at the given position in the listbox, without affecting the state of the other items.