newt_form_set_background

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

newt_form_set_height

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

newt_form_set_size

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

newt_form_set_timer

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

newt_form_set_width

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

newt_form_watch_fd

(PECL newt >= 0.1) void newt_form_watch_fd ( resource $form, resource $stream [, int $flags ] ) Parameters: form stream flags Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_form

(PECL newt >= 0.1) Create a form resource newt_form ([ resource $vert_bar [, string $help [, int $flags ]]] ) Create a new form. Parameters: vert_bar Vertical scrollbar which should be associated with the form help Help text string flags Various flags Returns: Returns a re

newt_get_screen_size

(PECL newt >= 0.1) Fills in the passed references with the current size of the terminal void newt_get_screen_size ( int &$cols, int &$rows ) Fills in the passed references with the current size of the terminal. Parameters: cols Number of columns in the terminal rows Number of rows in the terminal Returns:

newt_grid_add_components_to_form

(PECL newt >= 0.1) void newt_grid_add_components_to_form ( resource $grid, resource $form, bool $recurse ) Parameters: grid form recurse Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_grid_basic_window

(PECL newt >= 0.1) resource newt_grid_basic_window ( resource $text, resource $middle, resource $buttons ) Parameters: text middle buttons Returns: This function is currently not documented; only its argument list is available.