Newt (programming library)
| Newt | |
|---|---|
Partimage tool that uses Newt to create its user interface | |
| Original author(s) | Erik Troan, Red Hat engineer |
| Developer(s) | Miroslav Lichvar |
| Initial release | 1996 |
| Stable release | 0.52.24
/ October 25, 2023 |
| Repository | |
| Written in | C |
| Operating system | Linux, Cross-platform (Live CD) |
| Size | about 850 Kb when installed on i686 platform. |
| Type | Widget toolkit |
| License | GNU Lesser General Public License |
| Website | pagure |
Newt is a programming library for color text mode, widget-based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text user interfaces. This package also contains the shared library needed by programs built with newt, as well as a CLI application whiptail, which provides the most commonly used features of dialog. Newt is based on the slang library. It abbreviates from Not Erik's Windowing Toolkit.