Definition of the Gui Module. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "color/lib.h"#include "curs_lib.h"#include "module_data.h"#include "mutt_curses.h"#include "mutt_logging.h"#include "mutt_window.h"#include "rootwin.h"#include "terminal.h"
Include dependency graph for module.c:Go to the source code of this file.
Functions | |
| static void | log_gui (void) |
| Log info about the GUI. | |
| static bool | gui_init (struct NeoMutt *n) |
| Initialise a Module - Implements Module::init() | |
| static bool | gui_config_define_variables (struct NeoMutt *n, struct ConfigSet *cs) |
| Define the Config Variables - Implements Module::config_define_variables() | |
| static bool | gui_gui_init (struct NeoMutt *n) |
| Initialise the GUI - Implements Module::gui_init() | |
| static void | gui_gui_cleanup (struct NeoMutt *n) |
| Clean up the GUI - Implements Module::gui_cleanup() | |
| static bool | gui_cleanup (struct NeoMutt *n, void *data) |
| Clean up a Module - Implements Module::cleanup() | |
Variables | |
| struct ConfigDef | GuiVars [] |
| Config definitions for the Gui library. | |
| const struct Module | ModuleGui |
| Module for the Gui library. | |
Definition of the Gui Module.
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 module.c.
|
static |
Log info about the GUI.
Definition at line 49 of file module.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Initialise a Module - Implements Module::init()
Definition at line 77 of file module.c.
Here is the call graph for this function:Define the Config Variables - Implements Module::config_define_variables()
Definition at line 91 of file module.c.
Here is the call graph for this function:
|
static |
Initialise the GUI - Implements Module::gui_init()
Definition at line 99 of file module.c.
Here is the call graph for this function:
|
static |
Clean up the GUI - Implements Module::gui_cleanup()
Definition at line 121 of file module.c.
Here is the call graph for this function:
|
static |
Clean up a Module - Implements Module::cleanup()
Definition at line 132 of file module.c.
Here is the call graph for this function:
|
extern |
Config definitions for the Gui library.
Definition at line 37 of file config.c.
| const struct Module ModuleGui |
Module for the Gui library.
Definition at line 145 of file module.c.