1Gnome2::Wnck::Tasklist(U3s)er Contributed Perl DocumentatGinoonme2::Wnck::Tasklist(3)
2
3
4
6 Gnome2::Wnck::Tasklist
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Container
14 +----Gnome2::Wnck::Tasklist
15
17 Glib::Object::_Unregistered::AtkImplementorIface
18 Gtk2::Buildable
19
21 widget = Gnome2::Wnck::Tasklist->new ($screen)
22 · $screen (Gnome2::Wnck::Screen)
23
24 $tasklist->set_button_relief ($relief)
25 · $relief (Gtk2::ReliefStyle)
26
27 $tasklist->set_grouping_limit ($limit)
28 · $limit (integer)
29
30 $tasklist->set_grouping ($grouping)
31 · $grouping (Gnome2::Wnck::TasklistGroupingType)
32
33 $tasklist->set_icon_loader ($func, $data=undef)
34 · $func (scalar)
35
36 · $data (scalar)
37
38 $tasklist->set_include_all_workspaces ($include_all_workspaces)
39 · $include_all_workspaces (boolean)
40
41 integer = $tasklist->get_minimum_height
42 $tasklist->set_minimum_height ($size)
43 · $size (integer)
44
45 integer = $tasklist->get_minimum_width
46 $tasklist->set_minimum_width ($size)
47 · $size (integer)
48
49 $tasklist->set_screen ($screen)
50 · $screen (Gnome2::Wnck::Screen)
51
52 list = $tasklist->get_size_hint_list
53 Returns a list of integers.
54
55 $tasklist->set_switch_workspace_on_unminimize
56 ($switch_workspace_on_unminimize)
57 · $switch_workspace_on_unminimize (boolean)
58
60 'fade-loop-time' (float : default 3 : readable / private / static-nick
61 / static-blurb)
62 The time one loop takes when fading, in seconds. Default: 3.0
63
64 'fade-max-loops' (integer : default 5 : readable / private / static-
65 nick / static-blurb)
66 The number of fading loops. 0 means the button will only fade to
67 the final color. Default: 5
68
69 'fade-opacity' (float : default 0.8 : readable / private / static-nick
70 / static-blurb)
71 The final opacity that will be reached. Default: 0.8
72
73 'fade-overlay-rect' (boolean : default true : readable / private /
74 static-nick / static-blurb)
75 Compatibility mode for pixbuf engine themes that cannot react to
76 color changes. If enabled, a rectangle with the correct color will
77 be drawn on top of the button. Default: TRUE
78
80 enum Gnome2::Wnck::TasklistGroupingType
81 · 'never-group' / 'WNCK_TASKLIST_NEVER_GROUP'
82
83 · 'auto-group' / 'WNCK_TASKLIST_AUTO_GROUP'
84
85 · 'always-group' / 'WNCK_TASKLIST_ALWAYS_GROUP'
86
87 enum Gtk2::ReliefStyle
88 · 'normal' / 'GTK_RELIEF_NORMAL'
89
90 · 'half' / 'GTK_RELIEF_HALF'
91
92 · 'none' / 'GTK_RELIEF_NONE'
93
95 Gnome2::Wnck, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
96 Gtk2::Widget, Gtk2::Container
97
99 Copyright (C) 2003-2006 by the gtk2-perl team.
100
101 This software is licensed under the LGPL. See Gnome2::Wnck for a full
102 notice.
103
104
105
106perl v5.32.0 2020-07-28 Gnome2::Wnck::Tasklist(3)