1Gnome2::Wnck::Tasklist(U3s)er Contributed Perl DocumentatGinoonme2::Wnck::Tasklist(3)
2
3
4

NAME

6       Gnome2::Wnck::Tasklist - a tasklist widget, showing the list of windows
7       as a list of buttons
8

HIERARCHY

10         Glib::Object
11         +----Glib::InitiallyUnowned
12              +----Gtk2::Object
13                   +----Gtk2::Widget
14                        +----Gtk2::Container
15                             +----Gnome2::Wnck::Tasklist
16

INTERFACES

18         Glib::Object::_Unregistered::AtkImplementorIface
19         Gtk2::Buildable
20

METHODS

22   widget = Gnome2::Wnck::Tasklist->new ($screen)
23       •   $screen (Gnome2::Wnck::Screen)
24
25   $tasklist->set_button_relief ($relief)
26       •   $relief (Gtk2::ReliefStyle)
27
28   $tasklist->set_grouping_limit ($limit)
29       •   $limit (integer)
30
31   $tasklist->set_grouping ($grouping)
32       •   $grouping (Gnome2::Wnck::TasklistGroupingType)
33
34   $tasklist->set_icon_loader ($func, $data=undef)
35       •   $func (scalar)
36
37       •   $data (scalar)
38
39   $tasklist->set_include_all_workspaces ($include_all_workspaces)
40       •   $include_all_workspaces (boolean)
41
42   integer = $tasklist->get_minimum_height
43   $tasklist->set_minimum_height ($size)
44       •   $size (integer)
45
46   integer = $tasklist->get_minimum_width
47   $tasklist->set_minimum_width ($size)
48       •   $size (integer)
49
50   $tasklist->set_screen ($screen)
51       •   $screen (Gnome2::Wnck::Screen)
52
53   list = $tasklist->get_size_hint_list
54       Returns a list of integers.
55
56   $tasklist->set_switch_workspace_on_unminimize
57       ($switch_workspace_on_unminimize)
58       •   $switch_workspace_on_unminimize (boolean)
59

STYLE PROPERTIES

61       'fade-loop-time' (float : default 3 : readable / private / static-nick
62       / static-blurb)
63           The time one loop takes when fading, in seconds. Default: 3.0
64
65       'fade-max-loops' (integer : default 5 : readable / private / static-
66       nick / static-blurb)
67           The number of fading loops. 0 means the button will only fade to
68           the final color. Default: 5
69
70       'fade-opacity' (float : default 0.8 : readable / private / static-nick
71       / static-blurb)
72           The final opacity that will be reached. Default: 0.8
73
74       'fade-overlay-rect' (boolean : default true : readable / private /
75       static-nick / static-blurb)
76           Compatibility mode for pixbuf engine themes that cannot react to
77           color changes. If enabled, a rectangle with the correct color will
78           be drawn on top of the button. Default: TRUE
79

ENUMS AND FLAGS

81   enum Gnome2::Wnck::TasklistGroupingType
82       •   'never-group' / 'WNCK_TASKLIST_NEVER_GROUP'
83
84       •   'auto-group' / 'WNCK_TASKLIST_AUTO_GROUP'
85
86       •   'always-group' / 'WNCK_TASKLIST_ALWAYS_GROUP'
87
88   enum Gtk2::ReliefStyle
89       •   'normal' / 'GTK_RELIEF_NORMAL'
90
91       •   'half' / 'GTK_RELIEF_HALF'
92
93       •   'none' / 'GTK_RELIEF_NONE'
94

SEE ALSO

96       Gnome2::Wnck, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
97       Gtk2::Widget, Gtk2::Container
98
100       Copyright (C) 2003-2006 by the gtk2-perl team.
101
102       This software is licensed under the LGPL.  See Gnome2::Wnck for a full
103       notice.
104
105
106
107perl v5.32.1                      2021-01-27         Gnome2::Wnck::Tasklist(3)
Impressum