Fixed the docs of FormItem. Fixes #153

This commit is contained in:
Oliver 2018-08-07 09:25:40 +02:00
parent c325864561
commit 21f50f5bc4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ type FormItem interface {
// required.
GetFieldWidth() int
// SetEnteredFunc sets the handler function for when the user finished
// SetFinishedFunc sets the handler function for when the user finished
// entering data into the item. The handler may receive events for the
// Enter key (we're done), the Escape key (cancel input), the Tab key (move to
// next field), and the Backtab key (move to previous field).