First checkin, AXE release 0.2
[AXE.git] / doc / window_ev_expose.html
1 <html>
2 <head>
3 <title>EV_Expose - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>window::EV_Expose</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 EV_Expose - Handle an Expose event
12 <h2> SYNOPSIS</h2>
13 virtual int window::EV_Expose(XExposeEvent ev);
14 <h2> DESCRIPTION</h2>
15
16 The workstation sends an Expose event to the window when part or all of
17 the window becomes visible.
18
19 <h2> SEE ALSO</h2>
20 <h2> DIAGNOSTICS</h2>
21
22 </body>
23 </html>