gb.gui.trayicon
自从 3.8
这个组件允许在系统托盘内显示托盘图标
它支持以下系统托盘协议:
The DBus system protocol should be standard, but, alas, KDE and Ubuntu implementations are mutually incompatible! Well done guys.
The component looks at run time which kind of system tray is available, and chooses the accurate protocol.
The
gb.dbus component is always loaded to check if the current desktop support the DBus protocol.
Backward-compatibility with the old implementation could not be ensured, because the DBus protocols support less events.
So the least common denominator was used, and only three events are raised by the new TrayIcon class:
Click,
MiddleClick and
Scroll.
作者
|
Benoît Minisini.
|
需要
|
图形窗体管理,
gb.dbus.
|