Gtk2::TrayManager

Gtk2::TrayManager is a Perl bindings for EggTrayManager.
Download

Gtk2::TrayManager Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Borup
  • Publisher web site:
  • http://search.cpan.org/~mlehmann/Gtk2-TrayIcon-0.03/TrayIcon.pm

Gtk2::TrayManager Tags


Gtk2::TrayManager Description

Gtk2::TrayManager is a Perl bindings for EggTrayManager. Gtk2::TrayManager is a Perl bindings for EggTrayManager.SYNOPSIS use Gtk2 -init; use Gtk2::TrayManager; my $screen = Gtk2::Gdk::Screen->get_default; if (Gtk2::TrayManager->check_running($screen)) { print STDERR "A tray manager is already running, sorry!n"; exit 256; } my $tray = Gtk2::TrayManager->new; $tray->manage_screen($screen); $tray->set_orientation('vertical'); $tray->signal_connect('tray_icon_added', sub { # $_ is a Gtk2::Socket }); $tray->signal_connect('tray_icon_removed', sub { # $_ is a Gtk2::Socket });The EggTrayManager library is used internally by GNOME to implement the server-side of the Notification Area (or system tray) protocol. Gtk2::TrayManager allows you to create notification area applications using Gtk2-Perl. Requirements: · Perl


Gtk2::TrayManager Related Software