OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
EV_CHILD_NOTIFY_AT_CHILD

To handle child ID notifications at the child window, use EV_CHILD_NOTIFY_AT_CHILD.

The sample program NOTITEST.CPP contains the following response table:

#define END_RESPONSE_TABLE
Definition eventhan.h:466
#define DEFINE_RESPONSE_TABLE1(cls, base)
Macro to define a response table for a class with one base.
Definition eventhan.h:492
#define EV_NOTIFY_AT_CHILD(notifyCode, method)
Response table entry for a child ID notification handled at the child.
Definition windowev.h:162

This response table uses the macro EV_NOTIFY_AT_CHILD to tell the child window (TBeepButton) to handle the notification code (BN_CLICKED) using the function BnClicked.

See Also