1Wnck(3) User Contributed Perl Documentation Wnck(3)
2
3
4
6 Gnome2::Wnck - Perl interface to the Window Navigator Construction Kit
7
9 use Gtk2 -init;
10 use Gnome2::Wnck;
11
12 my $screen = Gnome2::Wnck::Screen -> get_default();
13 $screen -> force_update();
14
15 my $pager = Gnome2::Wnck::Pager -> new($screen);
16 my $tasklist = Gnome2::Wnck::Tasklist -> new($screen);
17
19 This module allows a Perl developer to use the Window Navigator
20 Construction Kit library (libwnck for short) to write tasklists and
21 pagers.
22
24 Gnome2::Wnck::index(3pm), Gtk2(3pm), Gtk2::api(3pm) and the source code
25 of libwnck.
26
28 Torsten Schoenfeld <kaffeetisch@web.de>
29
31 Copyright (C) 2003-2006 by the gtk2-perl team
32
33
34
35perl v5.30.1 2020-01-30 Wnck(3)