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 anEntry
. - FLAG_
RETURNEXIT - Exit the currently running
Form
when theEnter
key is pressed while theComponent
is focused. - FLAG_
SCROLL - Enable scrolling in
Entry
andTextbox
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.