list
List gadgets

Next:<list> ( hook presenter model -- gadget )


Vocabulary
ui.gadgets.lists

Class description
A list control is backed by a model holding a sequence of objects, and displays as a list of presentation instances of these objects.

Lists are created by calling <list>.

Keyboard Navigation commands
Lists can be navigated from the keyboard.
ShortcutCommandWordNotes
Press ButtonRequest Focusrequest-focus
UPSelect Previousselect-previous
DOWNSelect Nextselect-next
PAGE_UPList Page Uplist-page-up
PAGE_DOWNList Page Downlist-page-down
RETInvoke Value Actioninvoke-value-action


Definition


Methods