GUI present the user with a selectable list
Function | Description |
---|---|
menu_bottom_page() | Move the focus to the bottom of the page |
menu_check_recenter() | Recentre the menu on screen |
menu_current_bottom() | Move the current selection to the bottom of the window |
menu_current_middle() | Move the current selection to the centre of the window |
menu_current_top() | Move the current selection to the top of the window |
menu_dialog_dokey() | Check if there are any menu key events to process |
menu_dialog_translate_op() | Convert menubar movement to scrolling |
menu_first_entry() | Move the focus to the first entry in the menu |
menu_half_down() | Move the focus down half a page in the menu |
menu_half_up() | Move the focus up half a page in the menu |
menu_jump() | Jump to another item in the menu |
menu_last_entry() | Move the focus to the last entry in the menu |
menu_length_jump() | Calculate the destination of a jump |
menu_middle_page() | Move the focus to the centre of the page |
menu_next_entry() | Move the focus to the next item in the menu |
menu_next_line() | Move the view down one line, keeping the selection the same |
menu_next_page() | Move the focus to the next page in the menu |
menu_pad_string() | Pad a string with spaces for display in the Menu |
menu_prev_entry() | Move the focus to the previous item in the menu |
menu_prev_line() | Move the view up one line, keeping the selection the same |
menu_prev_page() | Move the focus to the previous page in the menu |
menu_redraw_current() | Redraw the current menu |
menu_redraw_full() | Force the redraw of the Menu |
menu_redraw_index() | Force the redraw of the index |
menu_redraw_motion() | Force the redraw of the list part of the menu |
menu_redraw_prompt() | Force the redraw of the message window |
menu_redraw() | Redraw the parts of the screen that have been flagged to be redrawn |
menu_redraw_status() | Force the redraw of the status bar |
menu_top_page() | Move the focus to the top of the page |
mutt_menu_add_dialog_row() | Add a row to a Menu |
mutt_menu_color_observer() | Listen for colour changes affecting the menu - Implements observer_t |
mutt_menu_config_observer() | Listen for config changes affecting the menu - Implements observer_t |
mutt_menu_current_redraw() | Redraw the current menu |
mutt_menu_free() | Destroy a menu |
mutt_menu_init() | Initialise all the Menus |
mutt_menu_loop() | Menu event loop |
mutt_menu_new() | Create a new Menu |
mutt_menu_pop_current() | Remove a Menu from the stack |
mutt_menu_push_current() | Add a new Menu to the stack |
mutt_menu_set_current_redraw_full() | Flag the current menu to be fully redrawn |
mutt_menu_set_current_redraw() | Set redraw flags on the current menu |
mutt_menu_set_redraw_full() | Flag a menu to be fully redrawn |
mutt_menu_set_redraw() | Set redraw flags on a menu |