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 Mapping * | help_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 MuttWindow * | parent |
| Parent Window. | |
| struct MuttWindowList | children |
| Children Windows. | |
| struct Notify * | notify |
| Notifications: NotifyWindow, EventWindow. | |
| struct MuttWindow * | focus |
| Focused Window. | |
| int | help_menu |
| Menu for key bindings, e.g. MENU_PAGER. | |
| const struct Mapping * | help_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. | |
Help Bar Window data -.
This is used to cache the data to generate the Help Bar text.
| int HelpbarWindowData::help_menu |
Menu for key bindings, e.g. MENU_PAGER.
| const struct Mapping* HelpbarWindowData::help_data |
| char* HelpbarWindowData::help_str |