[][src]Module newt::windows

Convenient windowing functions.

Structs

WinEntry

A struct used to pass initial Entry information to the win_entries() function.

Functions

win_choice

Open a window providing a choice of buttons.

win_entries

Open a window containing a number of text Entrys.

win_menu

Open a window containing a Listbox menu.

win_message

Open a simple message window.

win_ternary

Open a window with three buttons.