newt_resize_screen

(PECL newt >= 0.1) void newt_resize_screen ([ bool $redraw ] ) Parameters: redraw Returns: No value is returned. This function is currently not documented; only its argument list is available.

newt_radio_get_current

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

newt_radiobutton

(PECL newt >= 0.1) resource newt_radiobutton ( int $left, int $top, string $text, bool $is_default [, resource $prev_button ] ) Parameters: left top text is_default prev_button Returns: This funct

newt_listbox_set_entry

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

newt_listitem_get_data

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

newt_open_window

(PECL newt >= 0.1) Open a window of the specified size and position int newt_open_window ( int $left, int $top, int $width, int $height [, string $title ] ) Open a window of the specified size and position. Parameters: left Location of the upper left-hand corner of the window (column number) top Location of the upper left-hand corner

newt_listitem

(PECL newt >= 0.1) resource newt_listitem ( int $left, int $top, string $text, bool $is_default, resouce $prev_item, mixed $data [, int $flags ] ) Parameters: left top text is_default prev_item data

newt_pop_help_line

(PECL newt >= 0.1) Replaces the current help line with the one from the stack void newt_pop_help_line ( void ) Replaces the current help line with the one from the stack. Note: It's important not to call to newt_pop_help_line() more than newt_push_help_line(). Returns: No value is returned. See also: ne

newt_listbox_set_current

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

newt_listitem_set

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