NeoMutt  2025-12-11-860-g80c9cc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
SubMenu Struct Reference

Collection of related functions. More...

#include "menu.h"

+ Collaboration diagram for SubMenu:

Data Fields

struct MenuDefinitionparent
 Primary parent.
 
const struct MenuFuncOpfunctions
 All available functions.
 
struct KeymapList keymaps
 All keybindings.
 

Detailed Description

Collection of related functions.

Definition at line 64 of file menu.h.

Field Documentation

◆ parent

struct MenuDefinition* SubMenu::parent

Primary parent.

Definition at line 66 of file menu.h.

◆ functions

const struct MenuFuncOp* SubMenu::functions

All available functions.

Definition at line 67 of file menu.h.

◆ keymaps

struct KeymapList SubMenu::keymaps

All keybindings.

Definition at line 68 of file menu.h.


The documentation for this struct was generated from the following file: