#include <CURSES.h>
Data Fields | |
int | dvRow |
int | dvCol |
int | x_org |
int | y_org |
int | x_size |
int | y_size |
int | row |
int | col |
void * | IO |
void * | image |
unsigned | wrap_ok:1 |
unsigned | scroll_ok:1 |
unsigned | hidden:1 |
unsigned | boxed:1 |
unsigned | Echo:1 |
unsigned | Crmode:1 |
unsigned | Nl:1 |
unsigned | Save:1 |
unsigned | attrib:8 |
Definition at line 15 of file CURSES.h.
int WINDOW::dvRow |
int WINDOW::dvCol |
int WINDOW::x_org |
int WINDOW::y_org |
int WINDOW::x_size |
int WINDOW::y_size |
int WINDOW::row |
int WINDOW::col |
void* WINDOW::IO |
void* WINDOW::image |
unsigned WINDOW::wrap_ok |
unsigned WINDOW::scroll_ok |
unsigned WINDOW::hidden |
unsigned WINDOW::boxed |
unsigned WINDOW::Echo |
unsigned WINDOW::Crmode |
unsigned WINDOW::Nl |
unsigned WINDOW::Save |
unsigned WINDOW::attrib |
Definition at line 36 of file CURSES.h.
Referenced by def_ground(), newwin(), waddch(), wclrtoeol(), werase(), WinSetTitle(), and wscroll().