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_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_get_entry_value

(PECL newt >= 0.1) string newt_checkbox_tree_get_entry_value ( resource $checkboxtree, mixed $data ) Parameters: checkboxtree data Returns: This function is currently not documented; only its argument list is available.

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_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_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_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_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:

ncurses_wnoutrefresh

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Copies window to virtual screen int ncurses_wnoutrefresh ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.

ncurses_wmouse_trafo

(PHP 4 >= 4.2.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Transforms window/stdscr coordinates bool ncurses_wmouse_trafo ( resource $window, int &$y, int &$x, bool $toscreen ) Parameters: window x y toscreen This func