|
duncan
Mom and Dad were wrong!
|
#include <ncwindow.h>
Public Member Functions | |
| void | create (unsigned int, unsigned int, unsigned int, unsigned int) |
| void | set_changed (bool) |
| bool | changed () |
| unsigned int | width () |
| unsigned int | height () |
| unsigned int | startr () |
| unsigned int | startc () |
| void | clear () |
| void | refresh () |
| WINDOW * | win () |
Store information about an ncurses window.
see LICENSE
| bool NCWindow::changed | ( | ) |
Get the values of changed, width, height, startr and startc.
| void NCWindow::clear | ( | ) |
Clear the window.
| void NCWindow::create | ( | unsigned int | h, |
| unsigned int | w, | ||
| unsigned int | r, | ||
| unsigned int | c | ||
| ) |
Create a new window.
| h | height of new window |
| w | width of new window |
| r | vertical position of top-left corner of new window |
| c | horizontal position of top-left corner of new window |
| void NCWindow::refresh | ( | ) |
Refresh the window.
| void NCWindow::set_changed | ( | bool | b | ) |
Set whether or not the window has been changed.
| b | whether the window has been changed |
| WINDOW * NCWindow::win | ( | ) |
Get a pointer to the ncurses WINDOW structure
1.7.4