newt_component_add_callback

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

newt_component_takes_focus

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

newt_create_grid

(PECL newt >= 0.1) resource newt_create_grid ( int $cols, int $rows ) Parameters: cols rows Returns: This function is currently not documented; only its argument list is available.

newt_cursor_off

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

newt_cursor_on

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

newt_delay

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

newt_draw_form

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

newt_draw_root_text

(PECL newt >= 0.1) Displays the string text at the position indicated void newt_draw_root_text ( int $left, int $top, string $text ) Displays the string text at the position indicated. Parameters: left Column number Note: If left is negative, the position is measured from the opposite side of the screen. top Line number Note:

newt_entry_get_value

(PECL newt >= 0.1) string newt_entry_get_value ( resource $entry ) Parameters: entry Returns: This function is currently not documented; only its argument list is available.

newt_entry_set_filter

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