itemfield

Version 1.2.5.0 revision 0 uploaded by KevinQuick.

Package meta

Synopsis
A brick Widget for selectable summary of many elements on a terminal
Description

This module provides a brick Widget that can be used with the brick package to handle situations where there are lots of items to represent to the user along with a corresponding state for each item. One example of where the itemfield would be used is if there are too many elements to reasonably show in a List widget, if those elements are divided into groups, and if some status needs to be shown for each element.

In addition, the user can use the cursor keys and space bar to mark one or more items (presumably so other code can get the list of marked elements and perform a state-changing operation).

There are two example programs built when the examples flag is True (the default): bookcase and workreport. Running these applications should give a better idea of what the itemfield widget is and how it can be used.

Author
Kevin Quick <quick@sparq.org>
Bug reports
n/a
Category
Graphics, Console
Copyright
Kevin Quick, 2013-2017
Homepage
n/a
Maintainer
quick@sparq.org
Package URL
n/a
Stability
stable

Components