AliasView array wrapper with Pattern information -. More...
#include "gui.h"
Data Fields | |
struct AliasViewArray | ava |
All Aliases/Queries. More... | |
struct AliasList * | al |
Alias data. More... | |
struct ConfigSubset * | sub |
Config items. More... | |
struct Menu * | menu |
Menu. More... | |
struct Buffer * | query |
Query string. More... | |
char * | limit |
Limit being used. More... | |
struct MuttWindow * | sbar |
Status Bar. More... | |
char * | title |
Title for the status bar. More... | |
![]() | |
int | current |
Current entry. More... | |
int | max |
Number of entries in the menu. More... | |
MenuRedrawFlags | redraw |
When to redraw the screen. More... | |
enum MenuType | type |
Menu definition for keymap entries. More... | |
int | page_len |
Number of entries per screen. More... | |
bool | tag_prefix: 1 |
User has pressed <tag-prefix> More... | |
struct MuttWindow * | win |
Window holding the Menu. More... | |
struct ConfigSubset * | sub |
Inherited config items. More... | |
int | top |
Entry that is the top of the current page. More... | |
int | old_current |
For driver use only. More... | |
int | search_dir |
Direction of search. More... | |
int | num_tagged |
Number of tagged entries. More... | |
bool | custom_search: 1 |
The menu implements its own non-Menusearch()-compatible search, trickle OP_SEARCH*. More... | |
void(* | make_entry )(struct Menu *menu, char *buf, size_t buflen, int line) |
int(* | search )(struct Menu *menu, regex_t *rx, int line) |
int(* | tag )(struct Menu *menu, int sel, int act) |
struct AttrColor *(* | color )(struct Menu *menu, int line) |
struct Notify * | notify |
Notifications. More... | |
void * | mdata |
Private data. More... | |
void(* | mdata_free )(struct Menu *menu, void **ptr) |
struct ConfigSubset* AliasMenuData::sub |
struct MuttWindow* AliasMenuData::sbar |