1Wnck(3) User Contributed Perl Documentation Wnck(3)
2
3
4
6 Gnome2::Wnck - (DEPRECATED) Perl interface to the Window Navigator
7 Construction Kit
8
10 use Gtk2 -init;
11 use Gnome2::Wnck;
12
13 my $screen = Gnome2::Wnck::Screen -> get_default();
14 $screen -> force_update();
15
16 my $pager = Gnome2::Wnck::Pager -> new($screen);
17 my $tasklist = Gnome2::Wnck::Tasklist -> new($screen);
18
20 DEPRECATED This module allows a Perl developer to use the Window
21 Navigator Construction Kit library (libwnck for short) to write
22 tasklists and pagers.
23
25 NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
26
27 This module has been deprecated by the Gtk-Perl project. This means
28 that the module will no longer be updated with security patches, bug
29 fixes, or when changes are made in the Perl ABI. The Git repo for this
30 module has been archived (made read-only), it will no longer possible
31 to submit new commits to it. You are more than welcome to ask about
32 this module on the Gtk-Perl mailing list, but our priorities going
33 forward will be maintaining Gtk-Perl modules that are supported and
34 maintained upstream; this module is neither.
35
36 Since this module is licensed under the LGPL v2.1, you may also fork
37 this module, if you wish, but you will need to use a different name for
38 it on CPAN, and the Gtk-Perl team requests that you use your own
39 resources (mailing list, Git repos, bug trackers, etc.) to maintain
40 your fork going forward.
41
42 • Perl URL: https://gitlab.gnome.org/GNOME/perl-gnome2-wnck
43
44 • Upstream URL: https://gitlab.gnome.org/GNOME/libwnck
45
46 • Last upstream version: 2.30.7
47
48 • Last upstream release date: 2011-08-31
49
50 • Migration path for this module: G:O:I
51
52 • Migration module URL:
53 https://metacpan.org/pod/Glib::Object::Introspection
54
55 NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
56
58 Gnome2::Wnck::index(3pm), Gtk2(3pm), Gtk2::api(3pm) and the source code
59 of libwnck.
60
62 Torsten Schoenfeld <kaffeetisch@web.de>
63
65 Copyright (C) 2003-2006 by the gtk2-perl team
66
67
68
69perl v5.34.0 2022-01-21 Wnck(3)