(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.
(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() -
(PECL newt >= 0.1) void newt_set_help_callback ( mixed $function ) Parameters: function Returns: No value is returned. This function is currently not documented; only its argument list is available.
(PECL newt >= 0.1) Tells newt to return the terminal to its initial state void newt_suspend ( void ) Tells newt to return the terminal to its initial state. Once this is done, the application can suspend itself (by sending itself a SIGTSTP, fork a child program, or do whatever else it likes). Returns: No value is returned. See a
(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.
(PECL newt >= 0.1) Saves the current help line on a stack, and displays the new line void newt_push_help_line ([ string $text ] ) Saves the current help line on a stack, and displays the new line. Parameters: text New help text message Note: If not specified, the help line is cleared. Returns: No value is returned.
(PECL newt >= 0.1) Removes the top window from the display void newt_pop_window ( void ) Removes the top window from the display, and redraws the display areas which the window overwrote. Returns: No value is returned. See also: newt_open_window() - newt_centered_window() -
(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.
(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
(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.
Page 852 of 930