NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
functions.h File Reference

Definitions of user functions. More...

#include "config.h"
#include "key/lib.h"
+ Include dependency graph for functions.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const struct MenuFuncOp OpDialog []
 Functions for Simple Dialogs.
 
const struct MenuFuncOp OpGeneric []
 Functions for the Generic Menu.
 
const struct MenuOpSeq DialogDefaultBindings []
 Key bindings for Simple Dialogs.
 
const struct MenuOpSeq GenericDefaultBindings []
 Key bindings for the Generic Menu.
 

Detailed Description

Definitions of user functions.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file functions.h.

Variable Documentation

◆ OpDialog

const struct MenuFuncOp OpDialog[]
extern

Functions for Simple Dialogs.

Definition at line 60 of file functions.c.

◆ OpGeneric

const struct MenuFuncOp OpGeneric[]
extern

Functions for the Generic Menu.

Definition at line 68 of file functions.c.

◆ DialogDefaultBindings

const struct MenuOpSeq DialogDefaultBindings[]
extern

Key bindings for Simple Dialogs.

Definition at line 130 of file functions.c.

◆ GenericDefaultBindings

const struct MenuOpSeq GenericDefaultBindings[]
extern

Key bindings for the Generic Menu.

Definition at line 138 of file functions.c.