deadpickle has asked for the wisdom of the Perl Monks concerning the following question:

Where can I get the above mentioned module? I cant seem to locate it anywhere. I need it to replace Gtk2::TrayIcon so that I can develop my program for windows.

Replies are listed 'Best First'.
Re: Gtk2::StatusIcon
by Popcorn Dave (Abbot) on Aug 13, 2007 at 23:08 UTC
    Have you tried asking on the mailing list?


    Revolution. Today, 3 O'Clock. Meet behind the monkey bars.

    I would love to change the world, but they won't give me the source code

      I did some time ago but I did not get a reply back. Has anyone used this module and have an example of it? I did try and run my script using the line "my $tray = GTK2::StatusIcon->new;" and commented out the Gtk2::TrayIcon code. When I tried to run the program I recieved the error "Can't locate object method "new" via package "Gtk2::StatusIcon" (perhaps you forgot to load "Gtk2::StatusIcon"?) at tray_daily.pl line 58.". Any one know how I load this? I believe that Gtk2::StatusIcon is included in the new Gtk2 1.141 release, anyone know where I can find documentation for this?