Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::wnck::workspace(3pm) [debian man page]

Gnome2::Wnck::Workspace(3pm)				User Contributed Perl Documentation			      Gnome2::Wnck::Workspace(3pm)

NAME
Gnome2::Wnck::Workspace - an object representing a workspace HIERARCHY
Glib::Object +----Gnome2::Wnck::Workspace METHODS
$space->activate ($timestamp) o $timestamp (unsigned) $space->change_name ($name) o $name (string) integer = $space->get_height boolean = $space->is_virtual integer = $space->get_layout_column integer = $space->get_layout_row string = $space->get_name workspace or undef = $space->get_neighbor ($direction) o $direction (Gnome2::Wnck::MotionDirection) integer = $space->get_number screen = $space->get_screen integer = $space->get_viewport_x integer = $space->get_viewport_y integer = $space->get_width SIGNALS
name-changed (Gnome2::Wnck::Workspace) ENUMS AND FLAGS
enum Gnome2::Wnck::MotionDirection o 'up' / 'WNCK_MOTION_UP' o 'down' / 'WNCK_MOTION_DOWN' o 'left' / 'WNCK_MOTION_LEFT' o 'right' / 'WNCK_MOTION_RIGHT' SEE ALSO
Gnome2::Wnck, Glib::Object COPYRIGHT
Copyright (C) 2003-2006 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::Wnck for a full notice. perl v5.14.2 2011-11-16 Gnome2::Wnck::Workspace(3pm)

Check Out this Related Man Page

Gnome2::Wnck::Tasklist(3pm)				User Contributed Perl Documentation			       Gnome2::Wnck::Tasklist(3pm)

NAME
Gnome2::Wnck::Tasklist - a tasklist widget, showing the list of windows as a list of buttons 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) o $screen (Gnome2::Wnck::Screen) $tasklist->set_button_relief ($relief) o $relief (Gtk2::ReliefStyle) $tasklist->set_grouping_limit ($limit) o $limit (integer) $tasklist->set_grouping ($grouping) o $grouping (Gnome2::Wnck::TasklistGroupingType) $tasklist->set_icon_loader ($func, $data=undef) o $func (scalar) o $data (scalar) $tasklist->set_include_all_workspaces ($include_all_workspaces) o $include_all_workspaces (boolean) integer = $tasklist->get_minimum_height $tasklist->set_minimum_height ($size) o $size (integer) integer = $tasklist->get_minimum_width $tasklist->set_minimum_width ($size) o $size (integer) $tasklist->set_screen ($screen) o $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) o $switch_workspace_on_unminimize (boolean) ENUMS AND FLAGS
enum Gnome2::Wnck::TasklistGroupingType o 'never-group' / 'WNCK_TASKLIST_NEVER_GROUP' o 'auto-group' / 'WNCK_TASKLIST_AUTO_GROUP' o 'always-group' / 'WNCK_TASKLIST_ALWAYS_GROUP' enum Gtk2::ReliefStyle o 'normal' / 'GTK_RELIEF_NORMAL' o 'half' / 'GTK_RELIEF_HALF' o '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. perl v5.14.2 2011-11-16 Gnome2::Wnck::Tasklist(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Storing string with space (urgent)

hi i have a file content like my_file: 1US8738297897918000 000 000 i used while IFS= read line do echo "$line" | grep '^\ then last=`echo "$line" | cut -c 3-20` echo "$last" fi done < $my_file but it is writing blank spaces into the o/p fie (1 Reply)
Discussion started by: Satyak
1 Replies

2. Shell Programming and Scripting

Replace long space to become one space?

Hi, i have the log attached. Actually i want the long space just become 1 space left like this : Rgds, (12 Replies)
Discussion started by: justbow
12 Replies

3. Shell Programming and Scripting

Insert space between two words

Hi, I need to insert space between words on my output in UNIX other than the single space given by the space bar on my keyboard, e.g when are you going. (There should be 4 spaces between each of these words) rather than when are you going Can anyone help me with... (3 Replies)
Discussion started by: divroro12
3 Replies

4. UNIX for Dummies Questions & Answers

require detailed description for df -k command

Hi, I have used df -k always just to check the % of disk space left. Recently i discovered that the sum availabl space and used space is not equal to 1K-blocks. Can anyone explain me the reason for this difference. Thanks. (3 Replies)
Discussion started by: shooter
3 Replies