¤ completionStringF

Types

completionStringF :: F (Either [[Char]] [Char]) (Either [[Char]] (InputMsg [Char]))

Description

completionStringF creates a string entry field with a completion mechanism

Input

Left alts sets the list of alternatives from which completions are taken. Right s sets the current string in the input field.

Output

Left alts, where alts list the remaining possible completions, is output when ia completion operation has been made. Right msg, is output when the string is edited.

See Also

The basic string entry field: stringF.

Bugs

Documentation is incomplete.

This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation.