Gtk2-Perl

Description A set of Perl bindings for Gtk+ 2.0 and various related libraries
Gtk2-Perl > Perl Manuals > Gnome2-Wnck-Tasklist
Source

Index


NAME ^

Gnome2::Wnck::Tasklist

HIERARCHY ^

  Glib::Object
  +----Glib::InitiallyUnowned
       +----Gtk2::Object
            +----Gtk2::Widget
                 +----Gtk2::Container
                      +----Gnome2::Wnck::Tasklist

INTERFACES ^

  Glib::Object::_Unregistered::AtkImplementorIface
  Gtk2::Buildable




METHODS ^

widget = Gnome2::Wnck::Tasklist->new ($screen)

* $screen (Gnome2::Wnck::Screen)

$tasklist->set_button_relief ($relief)

* $relief (Gtk2::ReliefStyle)

$tasklist->set_grouping_limit ($limit)

* $limit (integer)

$tasklist->set_grouping ($grouping)

* $grouping (Gnome2::Wnck::TasklistGroupingType)

$tasklist->set_icon_loader ($func, $data=undef)

* $func (scalar)
* $data (scalar)

$tasklist->set_include_all_workspaces ($include_all_workspaces)

* $include_all_workspaces (boolean)

integer = $tasklist->get_minimum_height

$tasklist->set_minimum_height ($size)

* $size (integer)

integer = $tasklist->get_minimum_width

$tasklist->set_minimum_width ($size)

* $size (integer)

$tasklist->set_screen ($screen)

* $screen (Gnome2::Wnck::Screen)

list = $tasklist->get_size_hint_list

Returns a list of integers.

$tasklist->set_switch_workspace_on_unminimize ($switch_workspace_on_unminimize)

* $switch_workspace_on_unminimize (boolean)

ENUMS AND FLAGS ^

enum Gnome2::Wnck::TasklistGroupingType

* 'never-group' / 'WNCK_TASKLIST_NEVER_GROUP'
* 'auto-group' / 'WNCK_TASKLIST_AUTO_GROUP'
* 'always-group' / 'WNCK_TASKLIST_ALWAYS_GROUP'

enum Gtk2::ReliefStyle

* 'normal' / 'GTK_RELIEF_NORMAL'
* 'half' / 'GTK_RELIEF_HALF'
* 'none' / 'GTK_RELIEF_NONE'

SEE ALSO ^

Gnome2::Wnck, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container

COPYRIGHT ^

Copyright (C) 2003-2006 by the gtk2-perl team.

This software is licensed under the LGPL. See Gnome2::Wnck for a full notice.