NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HelpbarWindowData Struct Reference

Help Bar Window data -. More...

#include "private.h"

+ Inheritance diagram for HelpbarWindowData:
+ Collaboration diagram for HelpbarWindowData:

Data Fields

int help_menu
 Menu for key bindings, e.g. MENU_PAGER.
 
const struct Mappinghelp_data
 Data for the Help Bar.
 
char * help_str
 Formatted Help Bar string.
 
- Data Fields inherited from MuttWindow
short req_cols
 Number of columns required.
 
short req_rows
 Number of rows required.
 
struct WindowState state
 Current state of the Window.
 
struct WindowState old
 Previous state of the Window.
 
enum MuttWindowOrientation orient
 Which direction the Window will expand.
 
enum MuttWindowSize size
 Type of Window, e.g. MUTT_WIN_SIZE_FIXED.
 
WindowActionFlags actions
 Actions to be performed, e.g. WA_RECALC.
 
struct MuttWindowparent
 Parent Window.
 
struct MuttWindowList children
 Children Windows.
 
struct Notifynotify
 Notifications: NotifyWindow, EventWindow.
 
struct MuttWindowfocus
 Focused Window.
 
int help_menu
 Menu for key bindings, e.g. MENU_PAGER.
 
const struct Mappinghelp_data
 Data for the Help Bar.
 
enum WindowType type
 Window type, e.g. WT_SIDEBAR.
 
void * wdata
 Private data.
 
void(* wdata_free )(struct MuttWindow *win, void **ptr)
 
int(* recalc )(struct MuttWindow *win)
 
int(* repaint )(struct MuttWindow *win)
 
bool(* recursor )(struct MuttWindow *win)
 

Additional Inherited Members

- Public Member Functions inherited from MuttWindow
 TAILQ_ENTRY (MuttWindow) entries
 Linked list.
 

Detailed Description

Help Bar Window data -.

This is used to cache the data to generate the Help Bar text.

Definition at line 33 of file private.h.

Field Documentation

◆ help_menu

int HelpbarWindowData::help_menu

Menu for key bindings, e.g. MENU_PAGER.

Definition at line 35 of file private.h.

◆ help_data

const struct Mapping* HelpbarWindowData::help_data

Data for the Help Bar.

Definition at line 36 of file private.h.

◆ help_str

char* HelpbarWindowData::help_str

Formatted Help Bar string.

Definition at line 37 of file private.h.


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