window::ParentMessage


NAME

ParentMessage - Send a message to the parent window

SYNOPSIS

#include "xwindow.h"
void window::ParentMessage(int id, long timestamp);

DESCRIPTION

The timestamp is taken from the event that caused the message in the first place. A parent window may use the timestamp e.g. to detect double-clicks.

SEE ALSO

ChildMessage

DIAGNOSTICS