#include <LgiClasses.h>
Inherits GBase.
Public Member Functions | |
| GTrayIcon (GWindow *p) | |
| Constructor. | |
| bool | Load (TCHAR *Str) |
| Add an icon to the list. | |
| bool | Visible () |
| Is it visible? | |
| void | Visible (bool v) |
| Show / Hide the tray icon. | |
| int64 | Value () |
| The index of the icon visible. | |
| void | Value (int64 v) |
| Set the index of the icon you want visible. | |
| virtual int | OnEvent (GMessage *Msg) |
| Call this in your window's OnEvent handler. | |
1.5.7.1