newt_listbox_append_entry

(PECL newt >= 0.1) void newt_listbox_append_entry ( resource $listbox, string $text, mixed $data ) Parameters: listbox text data Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_listbox_clear_selection

(PECL newt >= 0.1) void newt_listbox_clear_selection ( resource $listbox ) Parameters: listbox 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_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_h_close_stacked

(PECL newt >= 0.1) resource newt_grid_h_close_stacked ( int $element1_type, resource $element1 [, int $... [, resource $... ]] ) Parameters: element1_type element1 Returns: 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.

newt_grid_place

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

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_h_stacked

(PECL newt >= 0.1) resource newt_grid_h_stacked ( int $element1_type, resource $element1 [, int $... [, resource $... ]] ) Parameters: element1_type element1 Returns: This function is currently not documented; only its argument list is available.

newt_grid_get_size

(PECL newt >= 0.1) void newt_grid_get_size ( resouce $grid, int &$width, int &$height ) Parameters: grid width height Returns: No value is returned. This function is currently not documented; only its argument list is available.