The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The function set_item_init sets a hook to be call...
These functions make it possible to set hook functions to be called at various points in the automatic processing of input event codes by menu_driver. The function set_item_init sets a hook to be call...
The function set_menu_items changes the item pointer array of the given menu. The array must be terminated by a NULL. The function menu_items returns the item array of the given menu. The function ite...
In order to make menu selections visible on older terminals without highlighting or color capability, the menu library marks selected items in a menu with a prefix string. The function set_menu_mark s...
The function new_menu creates a new menu connected to a specified item pointer array (which must be NULL-terminated). The function free_menu disconnects menu from its item array and frees the storage ...
The function set_menu_opts sets all the given menu's option bits (menu option bits may be logically OR'ed together). The function menu_opts_on turns on the given option bits, and leaves others alone...
The function set_menu_opts sets all the given menu's option bits (menu option bits may be logically OR'ed together). The function menu_opts_on turns on the given option bits, and leaves others alone...
The function set_menu_opts sets all the given menu's option bits (menu option bits may be logically OR'ed together). The function menu_opts_on turns on the given option bits, and leaves others alone...
The function set_menu_fore sets the foreground attribute of menu. This is the highlight used for selected menu items. menu_fore returns the foreground attribute. The default is A_STANDOUT. The functio...
Every menu has an associated pattern match buffer. As input events that are printable ASCII characters come in, they are appended to this match buffer and tested for a match, as described in menu_driv...
The function post_menu displays a menu to its associated subwindow. To trigger physical display of the subwindow, use refresh or some equivalent curses routine (the implicit doupdate triggered by an c...
The function menu_request_name returns the printable name of a menu request code. The function menu_request_by_name searches in the nametable for a request with the given name and returns its request ...
The function menu_request_name returns the printable name of a menu request code. The function menu_request_by_name searches in the nametable for a request with the given name and returns its request ...
The function menu_request_name returns the printable name of a menu request code. The function menu_request_by_name searches in the nametable for a request with the given name and returns its request ...