wTrayEvent

These events are generated by wFrame when the mouse moves or clicks on the system tray icon.

Superclass:wEvent
Seealso:wFrame
Events:
wTrayEventDescription
wEvent_TrayLeftDownThe left button was pressed.
wEvent_TrayLeftUpThe left button was released.
wEvent_TrayRightDownThe right button was pressed.
wEvent_TrayRightUpThe right button was released.
wEvent_TrayLeftDoubleClickThe the left button was double-clicked
wEvent_TrayRightDoubleClickThe the middle button was double-clicked
wEvent_TrayMoveThe cursor moves.
wEvent_TrayBalloonTimeoutThe balloon is dismissed because of a timeout.
wEvent_TrayBalloonClickThe balloon is dismissed because the user clicked the mouse.