Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
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 68 of file menu.h.

Field Documentation

◆ parent

struct MenuDefinition* SubMenu::parent

Primary parent.

Definition at line 70 of file menu.h.

◆ functions

const struct MenuFuncOp* SubMenu::functions

All available functions.

Definition at line 71 of file menu.h.

◆ keymaps

struct KeymapList SubMenu::keymaps

All keybindings.

Definition at line 72 of file menu.h.


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