(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.
(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
(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:
(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:
(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
(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
(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.
(PECL newt >= 0.1) resource newt_scale ( int $left, int $top, int $width, int $full_value ) Parameters: left top width full_value Returns: This function is currently not documented; only its argument list is available.
(PECL newt >= 0.1) Runs a form resource newt_run_form ( resource $form ) This function runs the form passed to it. Parameters: form Form component Returns: The component which caused the form to stop running. Note: Notice that this function doesn't fit in with newt's normal naming convention. It is an older interface which will not work fo
(PECL newt >= 0.1) Set a callback function which gets invoked when user presses the suspend key void newt_set_suspend_callback ( callable $function, mixed $data ) Set a callback function which gets invoked when user presses the suspend key (normally ^Z). If no suspend callback is registered, the suspend keystroke is ignored. Parameters: function A callback function, w
Page 851 of 930