#include <CursesDev.h>
Data Fields | |
int | xpos |
int | ypos |
int | xsize |
int | ysize |
int | fg |
int | bg |
int | mode |
Definition at line 18 of file CursesDev.h.
int _Wparams::xpos |
X position of window
Definition at line 19 of file CursesDev.h.
Referenced by InitWParams(), and WXio().
int _Wparams::ypos |
Y position of window
Definition at line 20 of file CursesDev.h.
Referenced by InitWParams(), and WXio().
int _Wparams::xsize |
X size of window
Definition at line 21 of file CursesDev.h.
Referenced by InitWParams(), and WXio().
int _Wparams::ysize |
Y size of window
Definition at line 22 of file CursesDev.h.
Referenced by InitWParams(), and WXio().
int _Wparams::fg |
int _Wparams::bg |
background color
Definition at line 24 of file CursesDev.h.
Referenced by InitWParams(), and WXio().
int _Wparams::mode |
mode to open window in
Definition at line 25 of file CursesDev.h.
Referenced by InitWParams(), and WXio().