hi; On Thu, 2007-02-01 at 16:42 -0500, Chas Owens wrote: > On 2/1/07, Juan José 'Peco' San Martín <[EMAIL PROTECTED]> wrote: > snip > > Is PerlPanel currently the best approach to deploy Applets?. Do you have > > another solution?. > snip > > Depending on what you want to do Gtk2::TrayIcon may suit your needs.
better yet: Gtk2::StatusIcon and a Gtk2 module compiled against gtk+ >= 2.10, which is more recent, stable and portable code. but notification area icons are not applets, and should not be used for non-transient applications - hence the name "notification icon". persistent stuff must pass through the hoops that libpanelapplet provides, otherwise we end up with something like windows, with a notification area the size of kansas. ciao, Emmanuele. -- Emmanuele Bassi, E: [EMAIL PROTECTED] W: http://www.emmanuelebassi.net B: http://log.emmanuelebassi.net _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
