First checkin, AXE release 0.2
[AXE.git] / doc / window_parentmessage.html
1 <html>
2 <head>
3 <title>ParentMessage - ANDROMEDA X-windows Encapsulation</title>
4 </head>
5 <body bgcolor=white>
6
7 <h1>window::ParentMessage</h1>
8 <hr>
9
10 <h2> NAME</h2>
11 ParentMessage - Send a message to the parent window
12 <h2> SYNOPSIS</h2>
13 #include "xwindow.h"
14 <br>
15 void window::ParentMessage(int id, long timestamp);
16 <h2> DESCRIPTION</h2>
17
18 The timestamp is taken from the event that caused the message in the first
19 place.
20 A parent window may use the timestamp e.g. to detect double-clicks.
21
22 <h2> SEE ALSO</h2>
23
24 <a href="window_childmessage.html">ChildMessage</a>
25 <h2> DIAGNOSTICS</h2>
26
27 </body>
28 </html>