| Main index | Section 3 | Options |
#include <menu.h>int set_item_value(ITEM *item, bool value); bool item_value(const ITEM *item);
In a multi_valued menu, you can used set_item_value to select the given menu item (second argument TRUE) or deselect it (second argument FALSE).
| E_OK | The routine succeeded. |
| E_SYSTEM_ERROR | |
| System error occurred (see errno(3)). | |
| E_REQUEST_DENIED | |
| The menu driver could not process the request. | |
| 2024-03-16 | mitem_value (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Not only is UNIX dead, it's starting to smell really bad. | ” |
| — Rob Pike | ||