(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.
(PECL newt >= 0.1) Saves the current help line on a stack, and displays the new line void newt_push_help_line ([ string $text ] ) Saves the current help line on a stack, and displays the new line. Parameters: text New help text message Note: If not specified, the help line is cleared. Returns: No value is returned.
(PECL newt >= 0.1) Removes the top window from the display void newt_pop_window ( void ) Removes the top window from the display, and redraws the display areas which the window overwrote. Returns: No value is returned. See also: newt_open_window() - newt_centered_window() -
(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
(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
(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
(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.
(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.
(PECL newt >= 0.1) resource newt_listbox ( int $left, int $top, int $height [, int $flags ] ) Parameters: left top height flags Returns: This function is currently not documented; only its argument list is available.
(PECL newt >= 0.1) void newt_listbox_set_width ( resource $listbox, int $width ) Parameters: listbox width Returns: No value is returned. This function is currently not documented; only its argument list is available.
Page 853 of 930