Definitions of user functions. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | MdGeneric (gui_get_generic_menu_definition()) |
| #define | MdDialog (gui_get_dialog_menu_definition()) |
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. | |
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.h.
| #define MdGeneric (gui_get_generic_menu_definition()) |
Definition at line 33 of file functions.h.
| #define MdDialog (gui_get_dialog_menu_definition()) |
Definition at line 34 of file functions.h.
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: