GUI present the user with a selectable list.
Function | Description | Links |
---|---|---|
default_color() | Get the default colour for a line of the menu | Menu::color(), menu_color |
generic_search() | Search a menu for a item matching a regex | Menu::search(), menu_search |
menu_cleanup() | Free the saved Menu searches | |
menu_free() | Free a Menu | |
menu_get_current_type() | Get the type of the current Window | |
menu_get_index() | Get the current selection in the Menu | |
menu_init() | Initialise all the Menus | |
menu_new() | Create a new Menu | |
menu_queue_redraw() | Queue a request for a redraw | |
menu_set_index() | Set the current selection in the Menu |