Module flags

Source
Expand description

General flags that effect the behavior of Components.

Constantsยง

FLAG_BORDER
Display a border around a Listbox.
FLAG_CHECKBOX
Apparently unused (as of newt-0.52.25).
FLAG_DISABLED
Disallow entering of text in an Entry.
FLAG_HIDDEN
Do not display entered text in an Entry.
FLAG_MULTIPLE
Allow selecting multiple items in a Listbox.
FLAG_NOF12
Disable the default exit on F12 hot key in a Form.
FLAG_PASSWORD
Display entered text as * in an Entry.
FLAG_RETURNEXIT
Exit the currently running Form when the Enter key is pressed while the Component is focused.
FLAG_SCROLL
Enable scrolling in Entry and Textbox widgets.
FLAG_SELECTED
Set item as selected when adding a new item to a CheckboxTree.
FLAG_SHOWCURSOR
Display cursor in a Listbox.
FLAG_WRAP
Enable word wrapping in a Textbox widget.