Home > PHP > Extension > Newt

Newt

utilspec.cmdline
  • newt_bell () - Send a beep to the terminal
  • newt_button (left, top, text) - Create a new button
  • newt_button_bar (buttons) - This function returns a grid containing the buttons created.
  • newt_centered_window (width, height, title) - Open a centered window of the specified size
  • newt_checkbox (left, top, text, def_value, seq) - Description resource newt_checkbox ( int $left , int $top , string $text , string $def_value [, string $seq ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top text def_value seq Return Values newt_checkbox_tree newt_clear_key_buffer Newt Functions PHP Manual
  • newt_checkbox_get_value (checkbox) - Retreives value of checkox resource
  • newt_checkbox_set_flags (checkbox, flags, sense) - Configures checkbox resource
  • newt_checkbox_set_value (checkbox, value) - Sets the value of the checkbox
  • newt_checkbox_tree (left, top, height, flags) - Description resource newt_checkbox_tree ( int $left , int $top , int $height [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top height flags Return Values newt_checkbox_tree_set_width newt_checkbox Newt Functions PHP Manual
  • newt_checkbox_tree_add_item (checkboxtree, text, data, flags, index, ...) - Adds new item to the checkbox tree
  • newt_checkbox_tree_find_item (checkboxtree, data) - Finds an item in the checkbox tree
  • newt_checkbox_tree_get_current (checkboxtree) - Returns checkbox tree selected item
  • newt_checkbox_tree_get_entry_value (checkboxtree, data) - Description string newt_checkbox_tree_get_entry_value ( resource $checkboxtree , mixed $data ) Warning This function is currently not documented; only its argument list is available. Parameters checkboxtree data Return Values newt_checkbox_tree_get_current newt_checkbox_tree_get_multi_selection Newt Functions PHP Manual
  • newt_checkbox_tree_get_multi_selection (checkboxtree, seqnum) - Description array newt_checkbox_tree_get_multi_selection ( resource $checkboxtree , string $seqnum ) Warning This function is currently not documented; only its argument list is available. Parameters checkboxtree seqnum Return Values newt_checkbox_tree_get_entry_value newt_checkbox_tree_get_selection Newt Functions PHP Manual
  • newt_checkbox_tree_get_selection (checkboxtree) - Description array newt_checkbox_tree_get_selection ( resource $checkboxtree ) Warning This function is currently not documented; only its argument list is available. Parameters checkboxtree Return Values newt_checkbox_tree_get_multi_selection newt_checkbox_tree_multi Newt Functions PHP Manual
  • newt_checkbox_tree_multi (left, top, height, seq, flags) - Description resource newt_checkbox_tree_multi ( int $left , int $top , int $height , string $seq [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top height seq flags Return Values newt_checkbox_tree_get_selection newt_checkbox_tree_set_current Newt Functions PHP Manual
  • newt_checkbox_tree_set_current (checkboxtree, data) - Description void newt_checkbox_tree_set_current ( resource $checkboxtree , mixed $data ) Warning This function is currently not documented; only its argument list is available. Parameters checkboxtree data Return Values No value is returned. newt_checkbox_tree_multi newt_checkbox_tree_set_entry_value Newt Functions PHP Manual
  • newt_checkbox_tree_set_entry (checkboxtree, data, text) - Description void newt_checkbox_tree_set_entry ( resource $checkboxtree , mixed $data , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters checkboxtree data text Return Values No value is returned. newt_checkbox_tree_set_entry_value newt_checkbox_tree_set_width Newt Functions PHP Manual
  • newt_checkbox_tree_set_entry_value (checkboxtree, data, value) - Description void newt_checkbox_tree_set_entry_value ( resource $checkboxtree , mixed $data , string $value ) Warning This function is currently not documented; only its argument list is available. Parameters checkboxtree data value Return Values No value is returned. newt_checkbox_tree_set_current newt_checkbox_tree_set_entry Newt Functions PHP Manual
  • newt_checkbox_tree_set_width (checkbox_tree, width) - Description void newt_checkbox_tree_set_width ( resource $checkbox_tree , int $width ) Warning This function is currently not documented; only its argument list is available. Parameters checkbox_tree width Return Values No value is returned. newt_checkbox_tree_set_entry newt_checkbox_tree Newt Functions PHP Manual
  • newt_clear_key_buffer (checkbox_tree, width) - Discards the contents of the terminal's input buffer without waiting for additional input
  • newt_cls (checkbox_tree, width) - Description void newt_cls ( void) Warning This function is currently not documented; only its argument list is available. Parameters Return Values No value is returned. newt_clear_key_buffer newt_compact_button Newt Functions PHP Manual
  • newt_compact_button (left, top, text) - Description resource newt_compact_button ( int $left , int $top , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters left top text Return Values newt_cls newt_component_add_callback Newt Functions PHP Manual
  • newt_component_add_callback (component, func_name, data) - Description void newt_component_add_callback ( resource $component , mixed $func_name , mixed $data ) Warning This function is currently not documented; only its argument list is available. Parameters component func_name data Return Values No value is returned. newt_compact_button newt_component_takes_focus Newt Functions PHP Manual
  • newt_component_takes_focus (component, takes_focus) - Description void newt_component_takes_focus ( resource $component , bool $takes_focus ) Warning This function is currently not documented; only its argument list is available. Parameters component takes_focus Return Values No value is returned. newt_component_add_callback newt_create_grid Newt Functions PHP Manual
  • newt_create_grid (cols, rows) - Description resource newt_create_grid ( int $cols , int $rows ) Warning This function is currently not documented; only its argument list is available. Parameters cols rows Return Values newt_component_takes_focus newt_cursor_off Newt Functions PHP Manual
  • newt_cursor_off (cols, rows) - Description void newt_cursor_off ( void) Warning This function is currently not documented; only its argument list is available. Parameters Return Values No value is returned. newt_create_grid newt_cursor_on Newt Functions PHP Manual
  • newt_cursor_on (cols, rows) - Description void newt_cursor_on ( void) Warning This function is currently not documented; only its argument list is available. Return Values No value is returned. newt_cursor_off newt_delay Newt Functions PHP Manual
  • newt_delay (microseconds) - Description void newt_delay ( int $microseconds ) Warning This function is currently not documented; only its argument list is available. Parameters microseconds Return Values No value is returned. newt_cursor_on newt_draw_form Newt Functions PHP Manual
  • newt_draw_form (form) - Description void newt_draw_form ( resource $form ) Warning This function is currently not documented; only its argument list is available. Parameters form Return Values No value is returned. newt_delay newt_draw_root_text Newt Functions PHP Manual
  • newt_draw_root_text (left, top, text) - Displays the string text at the position indicated
  • newt_entry (left, top, width, init_value, flags) - Description resource newt_entry ( int $left , int $top , int $width [, string $init_value [, int $flags ]] ) Warning This function is currently not documented; only its argument list is available. Parameters left top width init_value flags Return Values newt_entry_set newt_finished Newt Functions PHP Manual
  • newt_entry_get_value (entry) - Description string newt_entry_get_value ( resource $entry ) Warning This function is currently not documented; only its argument list is available. Parameters entry Return Values newt_draw_root_text newt_entry_set_filter Newt Functions PHP Manual
  • newt_entry_set (entry, value, cursor_at_end) - Description void newt_entry_set ( resource $entry , string $value [, bool $cursor_at_end ] ) Warning This function is currently not documented; only its argument list is available. Parameters entry value cursor_at_end Return Values No value is returned. newt_entry_set_flags newt_entry Newt Functions PHP Manual
  • newt_entry_set_filter (entry, filter, data) - Description void newt_entry_set_filter ( resource $entry , callback $filter , mixed $data ) Warning This function is currently not documented; only its argument list is available. Parameters entry filter data Return Values No value is returned. newt_entry_get_value newt_entry_set_flags Newt Functions PHP Manual
  • newt_entry_set_flags (entry, flags, sense) - Description void newt_entry_set_flags ( resource $entry , int $flags , int $sense ) Warning This function is currently not documented; only its argument list is available. Parameters entry flags sense Return Values No value is returned. newt_entry_set_filter newt_entry_set Newt Functions PHP Manual
  • newt_finished (entry, flags, sense) - Uninitializes newt interface
  • newt_form (vert_bar, help, flags) - Create a form
  • newt_form_add_component (form, component) - Adds a single component to the form
  • newt_form_add_components (form, components) - Add several components to the form
  • newt_form_add_hot_key (form, key) - Description void newt_form_add_hot_key ( resource $form , int $key ) Warning This function is currently not documented; only its argument list is available. Parameters form key Return Values No value is returned. newt_form_add_components newt_form_destroy Newt Functions PHP Manual
  • newt_form_destroy (form) - Destroys a form
  • newt_form_get_current (form) - Description resource newt_form_get_current ( resource $form ) Warning This function is currently not documented; only its argument list is available. Parameters form Return Values newt_form_destroy newt_form_run Newt Functions PHP Manual
  • newt_form_run (form, exit_struct) - Runs a form
  • newt_form_set_background (from, background) - Description void newt_form_set_background ( resource $from , int $background ) Warning This function is currently not documented; only its argument list is available. Parameters from background Return Values No value is returned. newt_form_run newt_form_set_height Newt Functions PHP Manual
  • newt_form_set_height (form, height) - Description void newt_form_set_height ( resource $form , int $height ) Warning This function is currently not documented; only its argument list is available. Parameters form height Return Values No value is returned. newt_form_set_background newt_form_set_size Newt Functions PHP Manual
  • newt_form_set_size (form) - Description void newt_form_set_size ( resource $form ) Warning This function is currently not documented; only its argument list is available. Parameters form Return Values No value is returned. newt_form_set_height newt_form_set_timer Newt Functions PHP Manual
  • newt_form_set_timer (form, milliseconds) - Description void newt_form_set_timer ( resource $form , int $milliseconds ) Warning This function is currently not documented; only its argument list is available. Parameters form milliseconds Return Values No value is returned. newt_form_set_size newt_form_set_width Newt Functions PHP Manual
  • newt_form_set_width (form, width) - Description void newt_form_set_width ( resource $form , int $width ) Warning This function is currently not documented; only its argument list is available. Parameters form width Return Values No value is returned. newt_form_set_timer newt_form_watch_fd Newt Functions PHP Manual
  • newt_form_watch_fd (form, stream, flags) - Description void newt_form_watch_fd ( resource $form , resource $stream [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters form stream flags Return Values No value is returned. newt_form_set_width newt_form Newt Functions PHP Manual
  • newt_get_screen_size (cols, rows) - Fills in the passed references with the current size of the terminal
  • newt_grid_add_components_to_form (grid, form, recurse) - Description void newt_grid_add_components_to_form ( resource $grid , resource $form , bool $recurse ) Warning This function is currently not documented; only its argument list is available. Parameters grid form recurse Return Values No value is returned. newt_get_screen_size newt_grid_basic_window Newt Functions PHP Manual
  • newt_grid_basic_window (text, middle, buttons) - Description resource newt_grid_basic_window ( resource $text , resource $middle , resource $buttons ) Warning This function is currently not documented; only its argument list is available. Parameters text middle buttons Return Values newt_grid_add_components_to_form newt_grid_free Newt Functions PHP Manual
  • newt_grid_free (grid, recurse) - Description void newt_grid_free ( resource $grid , bool $recurse ) Warning This function is currently not documented; only its argument list is available. Parameters grid recurse Return Values No value is returned. newt_grid_basic_window newt_grid_get_size Newt Functions PHP Manual
  • newt_grid_get_size (grid, width, height) - Description void newt_grid_get_size ( resouce $grid , int &$width , int &$height ) Warning This function is currently not documented; only its argument list is available. Parameters grid width height Return Values No value is returned. newt_grid_free newt_grid_h_close_stacked Newt Functions PHP Manual
  • newt_grid_h_close_stacked (element1_type, element1, ..., ...) - Description resource newt_grid_h_close_stacked ( int $element1_type , resource $element1 [, int $... [, resource $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters element1_type element1 Return Values newt_grid_get_size newt_grid_h_stacked Newt Functions PHP Manual
  • newt_grid_h_stacked (element1_type, element1, ..., ...) - Description resource newt_grid_h_stacked ( int $element1_type , resource $element1 [, int $... [, resource $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters element1_type element1 Return Values newt_grid_h_close_stacked newt_grid_place Newt Functions PHP Manual
  • newt_grid_place (grid, left, top) - Description void newt_grid_place ( resource $grid , int $left , int $top ) Warning This function is currently not documented; only its argument list is available. Parameters grid left top Return Values No value is returned. newt_grid_h_stacked newt_grid_set_field Newt Functions PHP Manual
  • newt_grid_set_field (grid, col, row, type, val, pad_left, pad_top, pad_right, pad_bottom, anchor, flags) - Description void newt_grid_set_field ( resource $grid , int $col , int $row , int $type , resource $val , int $pad_left , int $pad_top , int $pad_right , int $pad_bottom , int $anchor [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters grid col row type val pad_left pad_top pad_right pad_bottom anchor flags Return Values No value is returned. newt_grid_place newt_grid_simple_window Newt Functions PHP Manual
  • newt_grid_simple_window (text, middle, buttons) - Description resource newt_grid_simple_window ( resource $text , resource $middle , resource $buttons ) Warning This function is currently not documented; only its argument list is available. Parameters text middle buttons Return Values newt_grid_set_field newt_grid_v_close_stacked Newt Functions PHP Manual
  • newt_grid_v_close_stacked (element1_type, element1, ..., ...) - Description resource newt_grid_v_close_stacked ( int $element1_type , resource $element1 [, int $... [, resource $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters element1_type element1 Return Values newt_grid_simple_window newt_grid_v_stacked Newt Functions PHP Manual
  • newt_grid_v_stacked (element1_type, element1, ..., ...) - Description resource newt_grid_v_stacked ( int $element1_type , resource $element1 [, int $... [, resource $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters element1_type element1 Return Values newt_grid_v_close_stacked newt_grid_wrapped_window_at Newt Functions PHP Manual
  • newt_grid_wrapped_window (grid, title) - Description void newt_grid_wrapped_window ( resource $grid , string $title ) Warning This function is currently not documented; only its argument list is available. Parameters grid title Return Values No value is returned. newt_grid_wrapped_window_at newt_init Newt Functions PHP Manual
  • newt_grid_wrapped_window_at (grid, title, left, top) - Description void newt_grid_wrapped_window_at ( resource $grid , string $title , int $left , int $top ) Warning This function is currently not documented; only its argument list is available. Parameters grid title left top Return Values No value is returned. newt_grid_v_stacked newt_grid_wrapped_window Newt Functions PHP Manual
  • newt_init (grid, title, left, top) - Initialize newt
  • newt_label (left, top, text) - Description resource newt_label ( int $left , int $top , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters left top text Return Values newt_label_set_text newt_listbox_append_entry Newt Functions PHP Manual
  • newt_label_set_text (label, text) - Description void newt_label_set_text ( resource $label , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters label text Return Values No value is returned. newt_init newt_label Newt Functions PHP Manual
  • newt_listbox (left, top, height, flags) - Description resource newt_listbox ( int $left , int $top , int $height [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top height flags Return Values newt_listbox_set_width newt_listitem_get_data Newt Functions PHP Manual
  • newt_listbox_append_entry (listbox, text, data) - Description void newt_listbox_append_entry ( resource $listbox , string $text , mixed $data ) Warning This function is currently not documented; only its argument list is available. Parameters listbox text data Return Values No value is returned. newt_label newt_listbox_clear_selection Newt Functions PHP Manual
  • newt_listbox_clear (listobx) - Description void newt_listbox_clear ( resource $listobx ) Warning This function is currently not documented; only its argument list is available. Parameters listobx Return Values No value is returned. newt_listbox_clear_selection newt_listbox_delete_entry Newt Functions PHP Manual
  • newt_listbox_clear_selection (listbox) - Description void newt_listbox_clear_selection ( resource $listbox ) Warning This function is currently not documented; only its argument list is available. Parameters listbox Return Values No value is returned. newt_listbox_append_entry newt_listbox_clear Newt Functions PHP Manual
  • newt_listbox_delete_entry (listbox, key) - Description void newt_listbox_delete_entry ( resource $listbox , mixed $key ) Warning This function is currently not documented; only its argument list is available. Parameters listbox key Return Values No value is returned. newt_listbox_clear newt_listbox_get_current Newt Functions PHP Manual
  • newt_listbox_get_current (listbox) - Description string newt_listbox_get_current ( resource $listbox ) Warning This function is currently not documented; only its argument list is available. Parameters listbox Return Values newt_listbox_delete_entry newt_listbox_get_selection Newt Functions PHP Manual
  • newt_listbox_get_selection (listbox) - Description array newt_listbox_get_selection ( resource $listbox ) Warning This function is currently not documented; only its argument list is available. Parameters listbox Return Values newt_listbox_get_current newt_listbox_insert_entry Newt Functions PHP Manual
  • newt_listbox_insert_entry (listbox, text, data, key) - Description void newt_listbox_insert_entry ( resource $listbox , string $text , mixed $data , mixed $key ) Warning This function is currently not documented; only its argument list is available. Parameters listbox text data key Return Values No value is returned. newt_listbox_get_selection newt_listbox_item_count Newt Functions PHP Manual
  • newt_listbox_item_count (listbox) - Description int newt_listbox_item_count ( resource $listbox ) Warning This function is currently not documented; only its argument list is available. Parameters listbox Return Values newt_listbox_insert_entry newt_listbox_select_item Newt Functions PHP Manual
  • newt_listbox_select_item (listbox, key, sense) - Description void newt_listbox_select_item ( resource $listbox , mixed $key , int $sense ) Warning This function is currently not documented; only its argument list is available. Parameters listbox key sense Return Values No value is returned. newt_listbox_item_count newt_listbox_set_current_by_key Newt Functions PHP Manual
  • newt_listbox_set_current (listbox, num) - Description void newt_listbox_set_current ( resource $listbox , int $num ) Warning This function is currently not documented; only its argument list is available. Parameters listbox num Return Values No value is returned. newt_listbox_set_current_by_key newt_listbox_set_data Newt Functions PHP Manual
  • newt_listbox_set_current_by_key (listbox, key) - Description void newt_listbox_set_current_by_key ( resource $listbox , mixed $key ) Warning This function is currently not documented; only its argument list is available. Parameters listbox key Return Values No value is returned. newt_listbox_select_item newt_listbox_set_current Newt Functions PHP Manual
  • newt_listbox_set_data (listbox, num, data) - Description void newt_listbox_set_data ( resource $listbox , int $num , mixed $data ) Warning This function is currently not documented; only its argument list is available. Parameters listbox num data Return Values No value is returned. newt_listbox_set_current newt_listbox_set_entry Newt Functions PHP Manual
  • newt_listbox_set_entry (listbox, num, text) - Description void newt_listbox_set_entry ( resource $listbox , int $num , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters listbox num text Return Values No value is returned. newt_listbox_set_data newt_listbox_set_width Newt Functions PHP Manual
  • newt_listbox_set_width (listbox, width) - Description void newt_listbox_set_width ( resource $listbox , int $width ) Warning This function is currently not documented; only its argument list is available. Parameters listbox width Return Values No value is returned. newt_listbox_set_entry newt_listbox Newt Functions PHP Manual
  • newt_listitem (left, top, text, is_default, prev_item, data, flags) - Description resource newt_listitem ( int $left , int $top , string $text , bool $is_default , resouce $prev_item , mixed $data [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top text is_default prev_item data flags Return Values newt_listitem_set newt_open_window Newt Functions PHP Manual
  • newt_listitem_get_data (item) - Description mixed newt_listitem_get_data ( resource $item ) Warning This function is currently not documented; only its argument list is available. Parameters item Return Values newt_listbox newt_listitem_set Newt Functions PHP Manual
  • newt_listitem_set (item, text) - Description void newt_listitem_set ( resource $item , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters item text Return Values No value is returned. newt_listitem_get_data newt_listitem Newt Functions PHP Manual
  • newt_open_window (left, top, width, height, title) - Open a window of the specified size and position
  • newt_pop_help_line (left, top, width, height, title) - Replaces the current help line with the one from the stack
  • newt_pop_window (left, top, width, height, title) - Removes the top window from the display
  • newt_push_help_line (text) - Saves the current help line on a stack, and displays the new line
  • newt_radiobutton (left, top, text, is_default, prev_button) - Description resource newt_radiobutton ( int $left , int $top , string $text , bool $is_default [, resource $prev_button ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top text is_default prev_button Return Values newt_radio_get_current newt_redraw_help_line Newt Functions PHP Manual
  • newt_radio_get_current (set_member) - Description resource newt_radio_get_current ( resource $set_member ) Warning This function is currently not documented; only its argument list is available. Parameters set_member Return Values newt_push_help_line newt_radiobutton Newt Functions PHP Manual
  • newt_redraw_help_line (set_member) - Description void newt_redraw_help_line ( void) Warning This function is currently not documented; only its argument list is available. Parameters Return Values No value is returned. newt_radiobutton newt_reflow_text Newt Functions PHP Manual
  • newt_reflow_text (text, width, flex_down, flex_up, actual_width, actual_height) - Description string newt_reflow_text ( string $text , int $width , int $flex_down , int $flex_up , int &$actual_width , int &$actual_height ) Warning This function is currently not documented; only its argument list is available. Parameters text width flex_down flex_up actual_width actual_height Return Values newt_redraw_help_line newt_refresh Newt Functions PHP Manual
  • newt_refresh (text, width, flex_down, flex_up, actual_width, actual_height) - Updates modified portions of the screen
  • newt_resize_screen (redraw) - Description void newt_resize_screen ([ bool $redraw ] ) Warning This function is currently not documented; only its argument list is available. Parameters redraw Return Values No value is returned. newt_refresh newt_resume Newt Functions PHP Manual
  • newt_resume (redraw) - Resume using the newt interface after calling newt_suspend()
  • newt_run_form (form) - Runs a form
  • newt_scale (left, top, width, full_value) - Description resource newt_scale ( int $left , int $top , int $width , int $full_value ) Warning This function is currently not documented; only its argument list is available. Parameters left top width full_value Return Values newt_scale_set newt_scrollbar_set Newt Functions PHP Manual
  • newt_scale_set (scale, amount) - Description void newt_scale_set ( resource $scale , int $amount ) Warning This function is currently not documented; only its argument list is available. Parameters scale amount Return Values No value is returned. newt_run_form newt_scale Newt Functions PHP Manual
  • newt_scrollbar_set (scrollbar, where, total) - Description void newt_scrollbar_set ( resource $scrollbar , int $where , int $total ) Warning This function is currently not documented; only its argument list is available. Parameters scrollbar where total Return Values No value is returned. newt_scale newt_set_help_callback Newt Functions PHP Manual
  • newt_set_help_callback (function) - Description void newt_set_help_callback ( mixed $function ) Warning This function is currently not documented; only its argument list is available. Parameters function Return Values No value is returned. newt_scrollbar_set newt_set_suspend_callback Newt Functions PHP Manual
  • newt_set_suspend_callback (function, data) - Set a callback function which gets invoked when user presses the suspend key
  • newt_suspend (function, data) - Tells newt to return the terminal to its initial state
  • newt_textbox (left, top, width, height, flags) - Description resource newt_textbox ( int $left , int $top , int $width , int $height [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top width height flags Return Values newt_textbox_set_text newt_vertical_scrollbar Newt Functions PHP Manual
  • newt_textbox_get_num_lines (textbox) - Description int newt_textbox_get_num_lines ( resource $textbox ) Warning This function is currently not documented; only its argument list is available. Parameters textbox Return Values newt_suspend newt_textbox_reflowed Newt Functions PHP Manual
  • newt_textbox_reflowed (left, top, *text, width, flex_down, flex_up, flags) - Description resource newt_textbox_reflowed ( int $left , int $top , char $*text , int $width , int $flex_down , int $flex_up [, int $flags ] ) Warning This function is currently not documented; only its argument list is available. Parameters left top *text width flex_down flex_up flags Return Values newt_textbox_get_num_lines newt_textbox_set_height Newt Functions PHP Manual
  • newt_textbox_set_height (textbox, height) - Description void newt_textbox_set_height ( resource $textbox , int $height ) Warning This function is currently not documented; only its argument list is available. Parameters textbox height Return Values No value is returned. newt_textbox_reflowed newt_textbox_set_text Newt Functions PHP Manual
  • newt_textbox_set_text (textbox, text) - Description void newt_textbox_set_text ( resource $textbox , string $text ) Warning This function is currently not documented; only its argument list is available. Parameters textbox text Return Values No value is returned. newt_textbox_set_height newt_textbox Newt Functions PHP Manual
  • newt_vertical_scrollbar (left, top, height, normal_colorset, thumb_colorset) - Description resource newt_vertical_scrollbar ( int $left , int $top , int $height [, int $normal_colorset [, int $thumb_colorset ]] ) Warning This function is currently not documented; only its argument list is available. Parameters left top height normal_colorset thumb_colorset Return Values newt_textbox newt_wait_for_key Newt Functions PHP Manual
  • newt_wait_for_key (left, top, height, normal_colorset, thumb_colorset) - Doesn't return until a key has been pressed
  • newt_win_choice (title, button1_text, button2_text, format, args, ...) - Description int newt_win_choice ( string $title , string $button1_text , string $button2_text , string $format [, mixed $args [, mixed $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters title button1_text button2_text format args Return Values newt_wait_for_key newt_win_entries Newt Functions PHP Manual
  • newt_win_entries (title, text, suggested_width, flex_down, flex_up, data_width, items, button1, ...) - Description int newt_win_entries ( string $title , string $text , int $suggested_width , int $flex_down , int $flex_up , int $data_width , array &$items , string $button1 [, string $... ] ) Warning This function is currently not documented; only its argument list is available. Parameters title text suggested_width flex_down flex_up data_width items button1 button2 Return Values Examples Example #1 A newt_win_entries() example <?php newt_init (); newt_cls (); $entries [] = array( 'text' => 'First name:' , 'value' => & $f_name ); $entries [] = array( 'text' => 'Last name:' , 'value' => & $l_name ); $rc = newt_win_entries ( "User information" , "Please enter your credentials:" , 50 , 7 , 7 , 30 , $entries , "Ok" , "Back" ); newt_finished (); if ( $rc != 2 ) {     echo "Your name is: $f_name $l_name \n" ; } ?> newt_win_choice newt_win_menu Newt Functions PHP Manual
  • newt_win_menu (title, text, suggestedWidth, flexDown, flexUp, maxListHeight, items, listItem, button1, ...) - Description int newt_win_menu ( string $title , string $text , int $suggestedWidth , int $flexDown , int $flexUp , int $maxListHeight , array $items , int &$listItem [, string $button1 [, string $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters title text suggestedWidth flexDown flexUp maxListHeight items listItem button1 Return Values No value is returned. newt_win_entries newt_win_message Newt Functions PHP Manual
  • newt_win_message (title, button_text, format, args, ...) - Description void newt_win_message ( string $title , string $button_text , string $format [, mixed $args [, mixed $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters title button_text format args Return Values No value is returned. newt_win_menu newt_win_messagev Newt Functions PHP Manual
  • newt_win_messagev (title, button_text, format, args) - Description void newt_win_messagev ( string $title , string $button_text , string $format , array $args ) Warning This function is currently not documented; only its argument list is available. Parameters title button_text format args Return Values No value is returned. newt_win_message newt_win_ternary Newt Functions PHP Manual
  • newt_win_ternary (title, button1_text, button2_text, button3_text, format, args, ...) - Description int newt_win_ternary ( string $title , string $button1_text , string $button2_text , string $button3_text , string $format [, mixed $args [, mixed $... ]] ) Warning This function is currently not documented; only its argument list is available. Parameters title Its description button1_text Its description button2_text Its description button3_text Its description format Its description args Its description Return Values What the function returns, first on success, then on failure. See also the &return.success; entity newt_win_messagev Ncurses Newt Functions PHP Manual