Available widgets and how to use them

Created by Stefanos Kariotidis
Keywords:
available widgets how to use

General guidelines: optional arguments are inside square brackets [argument]

Usage: msg(message, [title])
Usage: entry(question, [title])->string
Usage: filechoose([title])->filepath as string
Usage: dirchoose([title])->directory path as string
Usage: form([title], [columnames], [rows], [width], [height], [instructions])->dict