OWLNext 7.0
Borland's Object Windows Library for the modern age
|
TNotify is a thin wrapper around the NMHDR structure. More...
#include <owl/commctrl.h>
Public Member Functions | |
TNotify () | |
Constructor to create a TNotify object whose members are initialized to zero. | |
TNotify (HWND ctl, uint id, uint code) | |
Constructor to create a TNotify object (NMHDR wrapper) from the specified window handle, control id and notification code. | |
TNotify is a thin wrapper around the NMHDR structure.
It's a place-holder for future enhancements for handling notifications.
Definition at line 91 of file commctrl.h.
|
inline |
Constructor to create a TNotify object whose members are initialized to zero.
Definition at line 1754 of file commctrl.h.
Constructor to create a TNotify object (NMHDR wrapper) from the specified window handle, control id and notification code.
Definition at line 1743 of file commctrl.h.