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