• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H14-May-2007-158

t/H14-May-2007-148

ChangeLogH A D14-May-20071.6 KiB6939

MANIFESTH A D22-Oct-2003219 1817

MANIFEST.SKIPH A D24-Oct-2004111 1514

META.ymlH A D14-May-2007341 1210

Makefile.PLH A D26-Feb-20042.9 KiB9272

READMEH A D05-Apr-2004316 1710

TODOH A D26-Sep-200348 41

TrayIcon.pmH A D14-May-20072.8 KiB11912

TrayIcon.xsH A D29-Nov-20031.1 KiB5139

eggtrayicon.cH A D14-May-200714 KiB560427

eggtrayicon.hH A D14-May-20072.5 KiB8145

mapsH A D26-Sep-200356 31

perl-Gtk2-TrayIcon.spec.inH A D24-Oct-20042.7 KiB7664

README

1README for Gtk2::TrayIcon
2
3This module allows a Perl developer to embed an arbitrary widget in a
4System Tray like the Gnome notification area.
5
6It requires the Gtk2 modules to be installed, but includes the code for
7libeggtray which it wraps.
8
9Install as allways.
10
11	perl Makefile.PL
12	make
13	make test
14	make install
15
16
17