wok view perl-gtk2-trayicon/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents
children
line source
1 NOTICE
3 This module has been deprecated by the Gtk-Perl project.
4 This means that the module will no longer be updated with security
5 patches, bug fixes, or when changes are made in the Perl ABI.
6 The Git repo for this module has been archived (made read-only),
7 it will no longer possible to submit new commits to it.
8 You are more than welcome to ask about this module on the Gtk-Perl
9 mailing list, but our priorities going forward will be maintaining
10 Gtk-Perl modules that are supported and maintained upstream;
11 this module is neither.
13 NOTICE
15 EggTrayIcon is slated for inclusion in Gtk+ at some point, which
16 is the reason the Gtk2::TrayIcon namespace. As all egg libs,
17 EggTrayIcon is not considered api stable and its not installed
18 as a shared object.
20 Enough about what it is not, Gtk2::TrayIcon is first and foremost
21 a simple way of giving a Gtk2 script access to the system tray.
23 System Trays are found in both KDE and Gnome.
24 But neither support the specification fully.
26 Gtk2::TrayIcon is a subclass of Gtk2::Plug and should be used as such.