newt_scrollbar_set

(PECL newt >= 0.1) void newt_scrollbar_set ( resource $scrollbar, int $where, int $total ) Parameters: scrollbar where total Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_scale

(PECL newt >= 0.1) resource newt_scale ( int $left, int $top, int $width, int $full_value ) Parameters: left top width full_value Returns: This function is currently not documented; only its argument list is available.

newt_scale_set

(PECL newt >= 0.1) void newt_scale_set ( resource $scale, int $amount ) Parameters: scale amount Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_run_form

(PECL newt >= 0.1) Runs a form resource newt_run_form ( resource $form ) This function runs the form passed to it. Parameters: form Form component Returns: The component which caused the form to stop running. Note: Notice that this function doesn't fit in with newt's normal naming convention. It is an older interface which will not work fo

newt_resume

(PECL newt >= 0.1) Resume using the newt interface after calling newt_suspend() void newt_resume ( void ) Resume using the newt interface after calling newt_suspend(). Returns: No value is returned. See also: newt_suspend() -

newt_resize_screen

(PECL newt >= 0.1) void newt_resize_screen ([ bool $redraw ] ) Parameters: redraw Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_refresh

(PECL newt >= 0.1) Updates modified portions of the screen void newt_refresh ( void ) To increase performance, newt only updates the display when it needs to, not when the program tells it to write to the terminal. Applications can force newt to immediately update modified portions of the screen by calling this function. Returns: No value is returned.

newt_reflow_text

(PECL newt >= 0.1) string newt_reflow_text ( string $text, int $width, int $flex_down, int $flex_up, int &$actual_width, int &$actual_height ) Parameters: text width flex_down flex_up actual_width actual_height

newt_redraw_help_line

(PECL newt >= 0.1) void newt_redraw_help_line ( void ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_radiobutton

(PECL newt >= 0.1) resource newt_radiobutton ( int $left, int $top, string $text, bool $is_default [, resource $prev_button ] ) Parameters: left top text is_default prev_button Returns: This funct