window::window


NAME

window - window constructors and destructor

SYNOPSIS

window::window(int x=0, int y=0, unsigned w=320, unsigned h=256, int bw=4);

window::window(window &parent, int x=0, int y=0, unsigned int w=100, unsigned int h=100, int bw = 1);

window::~window()

DESCRIPTION

The first form of the constructor creates a window as a child of the root window. The second form of the constructor creates a sub-window of another window: its parent.

SEE ALSO

DIAGNOSTICS