Riporto questa discussione apparsa nella M.L. ufficiale:
" I'm using Gambas 3.5.1 on Debian jessie (Gnome 3.8.4) and I was wondering
how can one detect a left or right click on the TrayIcon control.
What do I need to do that? Can anyone give me some pointers?
Thanks in Advance
Sincerely
Dimitris "
" The TrayIcon object raises mouse events.
--
Benoît Minisini "
" Thanks for the tip. I was able to use the MouseDown event on the Trayicon
object to popup different menus on left and right click which is what I really wanted.
Dimitris "