Index of values


B
bell [Newt]
button [Newt]

C
centered_window [Newt]
checkbox [Newt]
checkbox_get_value [Newt]
checkbox_set_flags [Newt]
checkbox_set_value [Newt]
clear_key_buffer [Newt]
cls [Newt]
compact_button [Newt]
component_add_callback [Newt]
component_add_callback co f adds a general callback function f to a component.
component_equals [Newt]
component_of_listbox [Newt]
Convert the specialised listbox type back to a normal component, eg.
component_takes_focus [Newt]
component_takes_focus co bool enables or disables a component.
cursor_off [Newt]
cursor_on [Newt]

D
delay [Newt]
draw_root_text [Newt]

E
entry [Newt]
entry_get_value [Newt]
entry_set [Newt]
entry_set_flags [Newt]

F
finished [Newt]
form [Newt]
form_add_component [Newt]
form_add_components [Newt]
form_add_hot_key [Newt]
form_get_current [Newt]
form_run [Newt]
form_set_background [Newt]
form_set_current [Newt]
form_set_height [Newt]
form_set_size [Newt]
form_set_timer [Newt]
form_set_width [Newt]
form_watch_fd [Newt]

G
get_screen_size [Newt]

I
init [Newt]
init_and_finish [Newt]
init_and_finish f calls Newt.init, then runs the function f (), then finishes (cleans up) the terminal.

L
label [Newt]
label_set_text [Newt]
listbox [Newt]
Create a listbox.
listbox_append_entry [Newt]
listbox_append_entry lb text data appends a new listbox entry consisting of the text string text and data data to the end of the listbox.
listbox_clear [Newt]
Remove all listbox entries.
listbox_clear_selection [Newt]
Clear the current selection.
listbox_delete_entry [Newt]
listbox_delete_entry lb data deletes the listbox entry which contains data.
listbox_get_current [Newt]
This returns the data field from the current item, for listboxes which only allow single selection.
listbox_get_entry [Newt]
Return a member of the listbox.
listbox_get_selection [Newt]
listbox_get_selection lb return an array of data from the items selected.
listbox_insert_entry [Newt]
listbox_insert_entry lb text data after inserts a new listbox entry consisting of the text string text and data data after the current listbox entry with data field after.
listbox_item_count [Newt]
Return the total number of items in the listbox.
listbox_select_item [Newt]
Select the item containing data.
listbox_set_current [Newt]
Set the current selection for listboxes which allow single selection.
listbox_set_current_by_key [Newt]
Set the current selection to the row containing data.
listbox_set_data [Newt]
listbox_set_entry [Newt]
listbox_set_width [Newt]

N
nEWT_ANCHOR_BOTTOM [Newt_int]
nEWT_ANCHOR_LEFT [Newt_int]
nEWT_ANCHOR_RIGHT [Newt_int]
nEWT_ANCHOR_TOP [Newt_int]
nEWT_CHECKBOXTREE_COLLAPSED [Newt_int]
nEWT_CHECKBOXTREE_EXPANDED [Newt_int]
nEWT_CHECKBOXTREE_HIDE_BOX [Newt_int]
nEWT_CHECKBOXTREE_SELECTED [Newt_int]
nEWT_CHECKBOXTREE_UNSELECTABLE [Newt_int]
nEWT_CHECKBOXTREE_UNSELECTED [Newt_int]
nEWT_FD_EXCEPT [Newt_int]
nEWT_FD_READ [Newt_int]
nEWT_FD_WRITE [Newt_int]
nEWT_FLAG_BORDER [Newt_int]
nEWT_FLAG_CHECKBOX [Newt_int]
nEWT_FLAG_DISABLED [Newt_int]
nEWT_FLAG_HIDDEN [Newt_int]
nEWT_FLAG_MULTIPLE [Newt_int]
nEWT_FLAG_NOF12 [Newt_int]
nEWT_FLAG_PASSWORD [Newt_int]
nEWT_FLAG_RETURNEXIT [Newt_int]
Newt_int is the internal, unsafe module for access to the newt text window system.
nEWT_FLAG_SCROLL [Newt_int]
nEWT_FLAG_SELECTED [Newt_int]
nEWT_FLAG_SHOWCURSOR [Newt_int]
nEWT_FLAG_WRAP [Newt_int]
nEWT_GRID_FLAG_GROWX [Newt_int]
nEWT_GRID_FLAG_GROWY [Newt_int]
nEWT_KEY_BKSPC [Newt_int]
nEWT_KEY_DELETE [Newt_int]
nEWT_KEY_DOWN [Newt_int]
nEWT_KEY_END [Newt_int]
nEWT_KEY_ENTER [Newt_int]
nEWT_KEY_ESCAPE [Newt_int]
nEWT_KEY_EXTRA_BASE [Newt_int]
nEWT_KEY_F1 [Newt_int]
nEWT_KEY_F10 [Newt_int]
nEWT_KEY_F11 [Newt_int]
nEWT_KEY_F12 [Newt_int]
nEWT_KEY_F2 [Newt_int]
nEWT_KEY_F3 [Newt_int]
nEWT_KEY_F4 [Newt_int]
nEWT_KEY_F5 [Newt_int]
nEWT_KEY_F6 [Newt_int]
nEWT_KEY_F7 [Newt_int]
nEWT_KEY_F8 [Newt_int]
nEWT_KEY_F9 [Newt_int]
nEWT_KEY_HOME [Newt_int]
nEWT_KEY_INSERT [Newt_int]
nEWT_KEY_LEFT [Newt_int]
nEWT_KEY_PGDN [Newt_int]
nEWT_KEY_PGUP [Newt_int]
nEWT_KEY_RESIZE [Newt_int]
nEWT_KEY_RETURN [Newt_int]
nEWT_KEY_RIGHT [Newt_int]
nEWT_KEY_SUSPEND [Newt_int]
nEWT_KEY_TAB [Newt_int]
nEWT_KEY_UNTAB [Newt_int]
nEWT_KEY_UP [Newt_int]
newtBell [Newt_int]
newtButton [Newt_int]
newtCenteredWindow [Newt_int]
newtCheckbox [Newt_int]
newtCheckboxGetValue [Newt_int]
newtCheckboxSetFlags [Newt_int]
newtCheckboxSetValue [Newt_int]
newtCheckboxTree [Newt_int]
newtCheckboxTreeMulti [Newt_int]
newtCheckboxTreeSetWidth [Newt_int]
newtClearKeyBuffer [Newt_int]
newtCls [Newt_int]
newtCompactButton [Newt_int]
newtComponentAddCallback [Newt_int]
newtComponentAddress [Newt_int]
newtComponentDestroy [Newt_int]
newtComponentTakesFocus [Newt_int]
newtCreateGrid [Newt_int]
newtCursorOff [Newt_int]
newtCursorOn [Newt_int]
newtDelay [Newt_int]
newtDrawForm [Newt_int]
newtDrawRootText [Newt_int]
newtEntry [Newt_int]
newtEntryGetValue [Newt_int]
newtEntrySet [Newt_int]
newtEntrySetFlags [Newt_int]
newtFinished [Newt_int]
newtForm [Newt_int]
newtFormAddComponent [Newt_int]
newtFormAddHotKey [Newt_int]
newtFormDestroy [Newt_int]
newtFormGetCurrent [Newt_int]
newtFormRun [Newt_int]
newtFormSetBackground [Newt_int]
newtFormSetCurrent [Newt_int]
newtFormSetHeight [Newt_int]
newtFormSetSize [Newt_int]
newtFormSetTimer [Newt_int]
newtFormSetWidth [Newt_int]
newtFormWatchFd [Newt_int]
newtGetScreenSize [Newt_int]
newtGridAddComponentsToForm [Newt_int]
newtGridBasicWindow [Newt_int]
newtGridFree [Newt_int]
newtGridGetSize [Newt_int]
newtGridPlace [Newt_int]
newtGridSimpleWindow [Newt_int]
newtGridWrappedWindow [Newt_int]
newtGridWrappedWindowAt [Newt_int]
newtInit [Newt_int]
newtLabel [Newt_int]
newtLabelSetText [Newt_int]
newtListbox [Newt_int]
newtListboxAppendEntry [Newt_int]
newtListboxClear [Newt_int]
newtListboxClearSelection [Newt_int]
newtListboxDeleteEntry [Newt_int]
newtListboxGetCurrent [Newt_int]
newtListboxGetEntry [Newt_int]
newtListboxGetSelection [Newt_int]
newtListboxInsertEntry [Newt_int]
newtListboxItemCount [Newt_int]
newtListboxSelectItem [Newt_int]
newtListboxSetCurrent [Newt_int]
newtListboxSetCurrentByKey [Newt_int]
newtListboxSetData [Newt_int]
newtListboxSetEntry [Newt_int]
newtListboxSetWidth [Newt_int]
newtOpenWindow [Newt_int]
newtPopHelpLine [Newt_int]
newtPopWindow [Newt_int]
newtPopWindowNoRefresh [Newt_int]
newtPushHelpLine [Newt_int]
newtRadioGetCurrent [Newt_int]
newtRadiobutton [Newt_int]
newtRedrawHelpLine [Newt_int]
newtReflowText [Newt_int]
newtRefresh [Newt_int]
newtResizeScreen [Newt_int]
newtResume [Newt_int]
newtRunForm [Newt_int]
newtScale [Newt_int]
newtScaleSet [Newt_int]
newtScrollbarSet [Newt_int]
newtSetColor [Newt_int]
newtSetColors [Newt_int]
newtSuspend [Newt_int]
newtTextbox [Newt_int]
newtTextboxGetNumLines [Newt_int]
newtTextboxReflowed [Newt_int]
newtTextboxSetHeight [Newt_int]
newtTextboxSetText [Newt_int]
newtVerticalScrollbar [Newt_int]
newtWaitForKey [Newt_int]

O
open_window [Newt]

P
pop_help_line [Newt]
pop_window [Newt]
pop_window_no_refresh [Newt]
push_help_line [Newt]

R
radio_button [Newt]
radio_get_current [Newt]
redraw_help_line [Newt]
reflow_text [Newt]
refresh [Newt]
resize_screen [Newt]
resume [Newt]
run_form [Newt]

S
scale [Newt]
scale_set [Newt]
scrollbar_set [Newt]
set_color [Newt]
set_colors [Newt]
suspend [Newt]

T
textbox [Newt]
textbox_get_num_lines [Newt]
textbox_reflowed [Newt]
textbox_set_height [Newt]
textbox_set_text [Newt]

V
vertical_scrollbar [Newt]

W
wait_for_key [Newt]