The current, or old, state of a Window. More...
#include "mutt_window.h"
Data Fields | |
bool | visible |
Window is visible. | |
short | cols |
Number of columns, can be MUTT_WIN_SIZE_UNLIMITED. | |
short | rows |
Number of rows, can be MUTT_WIN_SIZE_UNLIMITED. | |
short | col_offset |
Absolute on-screen column. | |
short | row_offset |
Absolute on-screen row. | |
The current, or old, state of a Window.
Definition at line 57 of file mutt_window.h.
bool WindowState::visible |
Window is visible.
Definition at line 59 of file mutt_window.h.
short WindowState::cols |
Number of columns, can be MUTT_WIN_SIZE_UNLIMITED.
Definition at line 60 of file mutt_window.h.
short WindowState::rows |
Number of rows, can be MUTT_WIN_SIZE_UNLIMITED.
Definition at line 61 of file mutt_window.h.
short WindowState::col_offset |
Absolute on-screen column.
Definition at line 62 of file mutt_window.h.
short WindowState::row_offset |
Absolute on-screen row.
Definition at line 63 of file mutt_window.h.