OWLNext 7.0
Borland's Object Windows Library for the modern age
|
This is a conglomeration of ideas from the MSJ "Webster" application, sniffing round the online docs, and from other implementations such as PJ Naughter's "CTrayIconifyIcon" (http://indigo.ie/~pjn/ntray.html) especially the "CTrayIcon::OnTrayNotification" member function. More...
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
This is a conglomeration of ideas from the MSJ "Webster" application, sniffing round the online docs, and from other implementations such as PJ Naughter's "CTrayIconifyIcon" (http://indigo.ie/~pjn/ntray.html) especially the "CTrayIcon::OnTrayNotification" member function.
This class is a light wrapper around the windows system tray stuff. It adds an icon to the system tray with the specified ToolTip text and callback notification value, which is sent back to the Parent window.
The tray icon can be instantiated using either the constructor or by declaring the object and creating (and displaying) it later on in the program. eg.
or
Definition in file trayicon.cpp.