Module widgets

Module widgets 

Source
Expand description

The notcurses widgets.

Structs§

NcSelectorBuilder
A handy builder for NcSelector.

Type Aliases§

NcMenu
menus on the top or bottom rows
NcMenuItem
Item for NcMenu.
NcMenuOptions
Options struct for NcMenu.
NcMenuSection
Section for NcMenu.
NcMultiSelector
high-level widget for selecting items from a set
NcMultiSelectorItem
an item for NcMultiSelector
NcMultiSelectorOptions
Options structure for NcMultiSelector
NcPlotF64
A histogram, bound to an NcPlane (uses non-negative f64s)
NcPlotOptions
Options struct for NcPlotF64 or NcPlotU64
NcPlotU64
A histogram, bound to an NcPlane (uses u64s)
NcProgBar
Progress bars. They proceed linearly in any of four directions.
NcProgBarOptions
Options struct for NcProgBar
NcReader
Provides a freeform input in a (possibly multiline) region
NcReaderOptions
Options struct for NcReader
NcReel
A wheel with NcTablets on the outside.
NcReelOptions
Options struct for NcReel
NcSelector
High-level widget for selecting one item from a set.
NcSelectorItem
Item structure for NcSelector.
NcSelectorOptions
Options structure for NcSelector.
NcTab
A tab for NcTabbed.
NcTabbed
Tabbed widgets.
NcTabbedOptions
Options for NcTabbed.
NcTablet
Visual tablet for NcReel
NcTree
High-level hierarchical line-based data.
NcTreeItem
Item for NcTree.
NcTreeItemCb
An NcTreeItem callback function.
NcTreeItemCbUnsafe
An NcTreeItem callback function (unsafe).
NcTreeOptions
Options struct for NcTree.