| constant | meaning | 
|---|---|
| NEWT_FLAG_RETURNEXIT | Exit form, when component is activated | 
| NEWT_FLAG_SCROLL | Component is scrollable | 
| NEWT_FLAG_DISABLED | Component is disabled | 
| NEWT_FLAG_BORDER | |
| NEWT_FLAG_WRAP | Wrap text | 
| NEWT_FLAG_NOF12 | Don't exit form on pressing F12 | 
| NEWT_FLAG_MULTIPLE | |
| NEWT_FLAG_SELECTED | Component is selected | 
| NEWT_FLAG_CHECKBOX | Component is checkbox | 
| NEWT_FLAG_PASSWORD | Entry component is password entry | 
| NEWT_FLAG_SHOWCURSOR | Show cursor |