Definitions of user functions. More...
#include "config.h"#include <stddef.h>#include "mutt/lib.h"#include "core/lib.h"#include "key/lib.h"#include "menu/lib.h"#include "module_data.h"#include "opcodes.h"
Include dependency graph for functions.c:Go to the source code of this file.
Functions | |
| struct SubMenu * | generic_init_keys (struct NeoMutt *n) |
| Initialise the Generic Keybindings. | |
| struct MenuDefinition * | gui_get_generic_menu_definition (void) |
| Get the Generic Menu Definition. | |
| struct MenuDefinition * | gui_get_dialog_menu_definition (void) |
| Get the Dialog Menu Definition. | |
Variables | |
| static const struct MenuFuncOp | OpDialog [] |
| Functions for Simple Dialogs. | |
| static const struct MenuFuncOp | OpGeneric [] |
| Functions for the Generic Menu. | |
| static const struct MenuOpSeq | DialogDefaultBindings [] |
| Key bindings for Simple Dialogs. | |
| static const struct MenuOpSeq | GenericDefaultBindings [] |
| Key bindings for the Generic Menu. | |
Definitions of user functions.
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.c.
Initialise the Generic Keybindings.
Definition at line 168 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct MenuDefinition * gui_get_generic_menu_definition | ( | void | ) |
Get the Generic Menu Definition.
| ptr | Generic Menu Definition |
Definition at line 201 of file functions.c.
Here is the call graph for this function:| struct MenuDefinition * gui_get_dialog_menu_definition | ( | void | ) |
Get the Dialog Menu Definition.
| ptr | Dialog Menu Definition |
Definition at line 213 of file functions.c.
Here is the call graph for this function:
|
static |
Functions for Simple Dialogs.
Definition at line 56 of file functions.c.
|
static |
Functions for the Generic Menu.
Definition at line 65 of file functions.c.
|
static |
Key bindings for Simple Dialogs.
Definition at line 118 of file functions.c.
|
static |
Key bindings for the Generic Menu.
Definition at line 126 of file functions.c.