wok-current diff perl-gtk2-trayicon/description.txt @ rev 25557
Up bzip3 (1.3.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 23 16:03:47 2023 +0000 (20 months ago) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-gtk2-trayicon/description.txt Sun Apr 23 16:03:47 2023 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +NOTICE 1.5 + 1.6 +This module has been deprecated by the Gtk-Perl project. 1.7 +This means that the module will no longer be updated with security 1.8 +patches, bug fixes, or when changes are made in the Perl ABI. 1.9 +The Git repo for this module has been archived (made read-only), 1.10 +it will no longer possible to submit new commits to it. 1.11 +You are more than welcome to ask about this module on the Gtk-Perl 1.12 +mailing list, but our priorities going forward will be maintaining 1.13 +Gtk-Perl modules that are supported and maintained upstream; 1.14 +this module is neither. 1.15 + 1.16 +NOTICE 1.17 + 1.18 +EggTrayIcon is slated for inclusion in Gtk+ at some point, which 1.19 +is the reason the Gtk2::TrayIcon namespace. As all egg libs, 1.20 +EggTrayIcon is not considered api stable and its not installed 1.21 +as a shared object. 1.22 + 1.23 +Enough about what it is not, Gtk2::TrayIcon is first and foremost 1.24 +a simple way of giving a Gtk2 script access to the system tray. 1.25 + 1.26 +System Trays are found in both KDE and Gnome. 1.27 +But neither support the specification fully. 1.28 + 1.29 +Gtk2::TrayIcon is a subclass of Gtk2::Plug and should be used as such.