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

Collection of related functions. More...

#include "menudef.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 32 of file menudef.h.

Field Documentation

◆ parent

struct MenuDefinition* SubMenu::parent

Primary parent.

Definition at line 34 of file menudef.h.

◆ functions

const struct MenuFuncOp* SubMenu::functions

All available functions.

Definition at line 35 of file menudef.h.

◆ keymaps

struct KeymapList SubMenu::keymaps

All keybindings.

Definition at line 36 of file menudef.h.


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