OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TNotify Class Reference

TNotify is a thin wrapper around the NMHDR structure. More...

#include <owl/commctrl.h>

Inheritance diagram for owl::TNotify:

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TNotify() [1/2]

owl::TNotify::TNotify ( )
inline

Constructor to create a TNotify object whose members are initialized to zero.

Definition at line 1754 of file commctrl.h.

◆ TNotify() [2/2]

owl::TNotify::TNotify ( HWND ctl,
uint id,
uint code )
inline

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.


The documentation for this class was generated from the following file: