First checkin, AXE release 0.2
[AXE.git] / doc / window_resize.html
1 <html>
2 <head>
3 <title>Resize - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>window::Resize</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 Resize - Change the size of a window
12 <h2> SYNOPSIS</h2>
13 #include "xwindow.h"
14 <p>
15 void window::Resize(unsigned width, unsigned height);<br>
16 void window::Resize(size sz);
17
18 <h2> DESCRIPTION</h2>
19 <h2> SEE ALSO</h2>
20
21 <a href="window_size.html">Size</a>
22
23 <h2> DIAGNOSTICS</h2>
24
25 </body>
26 </html>