Gnome2::Wnck::Pager.3pm

Langue: en

Version: 2009-02-12 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Gnome2::Wnck::Pager - a pager widget, showing the content of workspaces

HIERARCHY

   Glib::Object
   +----Glib::InitiallyUnowned
        +----Gtk2::Object
             +----Gtk2::Widget
                  +----Gnome2::Wnck::Pager
 
 

INTERFACES

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

METHODS

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

$screen (Gnome2::Wnck::Screen)

$pager->set_display_mode ($mode)

$mode (Gnome2::Wnck::PagerDisplayMode)

$pager->set_n_rows ($n_rows)

$n_rows (integer)

boolean = $pager->set_orientation ($orientation)

$orientation (Gtk2::Orientation)

$pager->set_screen ($screen)

$screen (Gnome2::Wnck::Screen)

$pager->set_shadow_type ($shadow_type)

$shadow_type (Gtk2::ShadowType)

$pager->set_show_all ($show_all_workspaces)

$show_all_workspaces (boolean)

ENUMS AND FLAGS

enum Gnome2::Wnck::PagerDisplayMode

'name' / 'WNCK_PAGER_DISPLAY_NAME'
'content' / 'WNCK_PAGER_DISPLAY_CONTENT'

enum Gtk2::Orientation

'horizontal' / 'GTK_ORIENTATION_HORIZONTAL'
'vertical' / 'GTK_ORIENTATION_VERTICAL'

enum Gtk2::ShadowType

'none' / 'GTK_SHADOW_NONE'
'in' / 'GTK_SHADOW_IN'
'out' / 'GTK_SHADOW_OUT'
'etched-in' / 'GTK_SHADOW_ETCHED_IN'
'etched-out' / 'GTK_SHADOW_ETCHED_OUT'

SEE ALSO

Gnome2::Wnck, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget Copyright (C) 2003-2006 by the gtk2-perl team.

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