libyui-ncurses  2.44.1
NCursesColorWindow Class Reference

We leave this here for compatibility reasons. More...

#include <ncursesw.h>

Inheritance diagram for NCursesColorWindow:
Collaboration diagram for NCursesColorWindow:

List of all members.

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')

Detailed Description

We leave this here for compatibility reasons.

Definition at line 1791 of file ncursesw.h.


Constructor & Destructor Documentation

NCursesColorWindow::NCursesColorWindow ( WINDOW *&  window) [inline]

Constructor. Useful only for stdscr

Definition at line 1798 of file ncursesw.h.

Here is the call graph for this function:

NCursesColorWindow::NCursesColorWindow ( int  lines,
int  cols,
int  begin_y,
int  begin_x 
) [inline]

Constructor.

Definition at line 1807 of file ncursesw.h.

Here is the call graph for this function:

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.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Classes Functions Variables