Class EditList |
# This component functions in the same way as List above, but the item selected may be edited by the user. An extra method is therefore supplied to get the content, as it may not correspond to an element of the list. An event is generated with code 0 if an element of the list is selected, with code 1 if return is pressed, and with code 2 if the user edits the selected item.
Details |
Constructor |
Methods: |
# Return the contents of the selected item (which may have been edited).
# Set the initial contents of the text to the given string.
# Set the text field's filter (see {TextField} for details). @param c The filter
# Set the selected item. @param x An index into the list of selectable items.
Fields: |