NeoMutt  2025-12-11-435-g4ac674
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 67 of file menu.h.

Field Documentation

◆ parent

struct MenuDefinition* SubMenu::parent

Primary parent.

Definition at line 69 of file menu.h.

◆ functions

const struct MenuFuncOp* SubMenu::functions

All available functions.

Definition at line 70 of file menu.h.

◆ keymaps

struct KeymapList SubMenu::keymaps

All keybindings.

Definition at line 71 of file menu.h.


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