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

NAME

6       Gnome2::Wnck::Tasklist
7

HIERARCHY

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

INTERFACES

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

METHODS

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

STYLE PROPERTIES

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

ENUMS AND FLAGS

76   enum Gnome2::Wnck::TasklistGroupingType
77       ·   'never-group' / 'WNCK_TASKLIST_NEVER_GROUP'
78
79       ·   'auto-group' / 'WNCK_TASKLIST_AUTO_GROUP'
80
81       ·   'always-group' / 'WNCK_TASKLIST_ALWAYS_GROUP'
82
83   enum Gtk2::ReliefStyle
84       ·   'normal' / 'GTK_RELIEF_NORMAL'
85
86       ·   'half' / 'GTK_RELIEF_HALF'
87
88       ·   'none' / 'GTK_RELIEF_NONE'
89

SEE ALSO

91       Gnome2::Wnck, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
92       Gtk2::Widget, Gtk2::Container
93
95       Copyright (C) 2003-2006 by the gtk2-perl team.
96
97       This software is licensed under the LGPL.  See Gnome2::Wnck for a full
98       notice.
99
100
101
102perl v5.28.1                      2019-02-02         Gnome2::Wnck::Tasklist(3)
Impressum