First checkin, AXE release 0.2
[AXE.git] / doc / window_window.html
1 <html>
2 <head>
3 <title>window - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>window::window</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 window - window constructors and destructor
12 <h2> SYNOPSIS</h2>
13 window::window(int x=0, int y=0, unsigned w=320, unsigned h=256, int bw=4);
14 <p>
15 window::window(window &parent, int x=0, int y=0,
16           unsigned int w=100, unsigned int h=100, int bw = 1);
17 <p>
18 window::~window()
19
20 <h2> DESCRIPTION</h2>
21
22 The first form of the constructor creates a window as a child of the
23 root window. The second form of the constructor creates a sub-window
24 of another window: its <em>parent</em>.
25
26 <h2> SEE ALSO</h2>
27 <h2> DIAGNOSTICS</h2>
28
29 </body>
30 </html>