newt_textbox_get_num_lines

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

newt_textbox_reflowed

(PECL newt >= 0.1) resource newt_textbox_reflowed ( int $left, int $top, char $*text, int $width, int $flex_down, int $flex_up [, int $flags ] ) Parameters: left top *text width flex_down flex_up fla

newt_textbox_set_height

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

newt_textbox_set_text

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

newt_textbox

(PECL newt >= 0.1) resource newt_textbox ( int $left, int $top, int $width, int $height [, int $flags ] ) Parameters: left top width height flags Returns: This function is currently not documented

newt_vertical_scrollbar

(PECL newt >= 0.1) resource newt_vertical_scrollbar ( int $left, int $top, int $height [, int $normal_colorset [, int $thumb_colorset ]] ) Parameters: left top height normal_colorset thumb_colorset Returns:

newt_wait_for_key

(PECL newt >= 0.1) Doesn't return until a key has been pressed void newt_wait_for_key ( void ) This function doesn't return until a key has been pressed. The keystroke is then ignored. If a key is already in the terminal's buffer, this function discards a keystroke and returns immediately. Returns: No value is returned. See also

newt_win_choice

(PECL newt >= 0.1) int newt_win_choice ( string $title, string $button1_text, string $button2_text, string $format [, mixed $args [, mixed $... ]] ) Parameters: title button1_text button2_text format args Returns:

newt_win_entries

(PECL newt >= 0.1) int newt_win_entries ( string $title, string $text, int $suggested_width, int $flex_down, int $flex_up, int $data_width, array &$items, string $button1 [, string $... ] ) Parameters: title text suggested_width flex_down flex_up

newt_win_menu

(PECL newt >= 0.1) int newt_win_menu ( string $title, string $text, int $suggestedWidth, int $flexDown, int $flexUp, int $maxListHeight, array $items, int &$listItem [, string $button1 [, string $... ]] ) Parameters: title text suggestedWidth flexDown flexUp