newt_checkbox_tree_get_current

(PECL newt >= 0.1) Returns checkbox tree selected item mixed newt_checkbox_tree_get_current ( resource $checkboxtree ) This method returns checkbox tree selected tem. Parameters: checkboxtree This method returns checkbox tree selected tem. Returns: Returns current (selected) checkbox tree item.

newt_checkbox_tree_find_item

(PECL newt >= 0.1) Finds an item in the checkbox tree array newt_checkbox_tree_find_item ( resource $checkboxtree, mixed $data ) Finds an item in the checkbox tree by item's data. Parameters: checkboxtree Finds an item in the checkbox tree by item's data. data Finds an item in the checkbox tree by item's data. Ret

newt_checkbox_tree_add_item

(PECL newt >= 0.1) Adds new item to the checkbox tree void newt_checkbox_tree_add_item ( resource $checkboxtree, string $text, mixed $data, int $flags, int $index [, int $... ] ) This function allows to add new item to the checkbox tree. Parameters: checkboxtree This function allows to add new item to the checkbox tree. text This fu

newt_checkbox_set_value

(PECL newt >= 0.1) Sets the value of the checkbox void newt_checkbox_set_value ( resource $checkbox, string $value ) This function allows to set the current value of the checkbox resource. Parameters: checkbox This function allows to set the current value of the checkbox resource. value This function allows to set the current value

newt_checkbox_set_flags

(PECL newt >= 0.1) Configures checkbox resource void newt_checkbox_set_flags ( resource $checkbox, int $flags, int $sense ) This function allows to set various flags on checkbox resource. Parameters: checkbox This function allows to set various flags on checkbox resource. flags This function allows to set various flags on checkbox r

newt_checkbox_get_value

(PECL newt >= 0.1) Retreives value of checkox resource string newt_checkbox_get_value ( resource $checkbox ) This function returns the character in the sequence which indicates the current value of the checkbox. Parameters: checkbox This function returns the character in the sequence which indicates the current value of the checkbox. Returns:

newt_centered_window

(PECL newt >= 0.1) Open a centered window of the specified size int newt_centered_window ( int $width, int $height [, string $title ] ) Open a centered window of the specified size. Parameters: width Window width height Window height title Window title Returns: Undefined val

newt_button

(PECL newt >= 0.1) Create a new button resource newt_button ( int $left, int $top, string $text ) Creates a new button. Parameters: left X-coordinate of the button. top Y-coordinate of the button. text The text which should be displayed in the button. Returns: Returns a re

newt_button_bar

(PECL newt >= 0.1) This function returns a grid containing the buttons created. resource newt_button_bar ( array &$buttons ) This function returns a grid containing the buttons created. Parameters: buttons This function returns a grid containing the buttons created. Returns: Returns grid containing the buttons created.

newt_bell

(PECL newt >= 0.1) Send a beep to the terminal void newt_bell ( void ) This function sends a beep to the terminal. Note: Depending on the terminal's settings, this beep may or may not be audible. Returns: No value is returned.