Deprecated.
NAME
Gnome2::Wnck - (DEPRECATED) Perl interface to the Window Navigator Construction Kit
SYNOPSIS
use Gtk2 -init;
use Gnome2::Wnck;
my $screen = Gnome2::Wnck::Screen -> get_default();
$screen -> force_update();
my $pager = Gnome2::Wnck::Pager -> new($screen);
my $tasklist = Gnome2::Wnck::Tasklist -> new($screen);
ABSTRACT
DEPRECATED This module allows a Perl developer to use the Window Navigator Construction Kit library (libwnck for short) to write tasklists and pagers.
DESCRIPTION
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
This module has been deprecated by the Gtk-Perl project. This means that the module will no longer be updated with security patches, bug fixes, or when changes are made in the Perl ABI. The Git repo for this module has been archived (made read-only), it will no longer possible to submit new commits to it. You are more than welcome to ask about this module on the Gtk-Perl mailing list, but our priorities going forward will be maintaining Gtk-Perl modules that are supported and maintained upstream; this module is neither.
Since this module is licensed under the LGPL v2.1, you may also fork this module, if you wish, but you will need to use a different name for it on CPAN, and the Gtk-Perl team requests that you use your own resources (mailing list, Git repos, bug trackers, etc.) to maintain your fork going forward.
Perl URL: https://gitlab.gnome.org/GNOME/perl-gnome2-wnck
Upstream URL: https://gitlab.gnome.org/GNOME/libwnck
Last upstream version: 2.30.7
Last upstream release date: 2011-08-31
Migration path for this module: G:O:I
Migration module URL: https://metacpan.org/pod/Glib::Object::Introspection
NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
SEE ALSO
Gnome2::Wnck::index(3pm), Gtk2(3pm), Gtk2::api(3pm) and the source code of libwnck.
AUTHOR
Torsten Schoenfeld <kaffeetisch@web.de>
COPYRIGHT AND LICENSE
Copyright (C) 2003-2006 by the gtk2-perl team