libyui-ncurses
2.44.1
|
We leave this here for compatibility reasons. More...
#include <ncursesw.h>
Public Member Functions | |
NCursesColorWindow (WINDOW *&window) | |
NCursesColorWindow (int lines, int cols, int begin_y, int begin_x) | |
NCursesColorWindow (NCursesWindow &par, int lines, int cols, int begin_y, int begin_x, char absrel= 'a') |
We leave this here for compatibility reasons.
Definition at line 1791 of file ncursesw.h.
NCursesColorWindow::NCursesColorWindow | ( | WINDOW *& | window | ) | [inline] |
Constructor. Useful only for stdscr
Definition at line 1798 of file ncursesw.h.
NCursesColorWindow::NCursesColorWindow | ( | int | lines, |
int | cols, | ||
int | begin_y, | ||
int | begin_x | ||
) | [inline] |
NCursesColorWindow::NCursesColorWindow | ( | NCursesWindow & | par, |
int | lines, | ||
int | cols, | ||
int | begin_y, | ||
int | begin_x, | ||
char | absrel = 'a' |
||
) | [inline] |
Constructor.
If 'absrel' is 'a', begin_x/y are absolute screen pos, else if 'r', they are relative to par origin
Definition at line 1822 of file ncursesw.h.