in reply to Gtk2::StatusIcon

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

Replies are listed 'Best First'.
Re^2: Gtk2::StatusIcon
by deadpickle (Pilgrim) on Aug 14, 2007 at 05:13 UTC
    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?