Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

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) o $screen (Gnome2::Wnck::Screen) $pager->set_display_mode ($mode) o $mode (Gnome2::Wnck::PagerDisplayMode) $pager->set_n_rows ($n_rows) o $n_rows (integer) boolean = $pager->set_orientation ($orientation) o $orientation (Gtk2::Orientation) $pager->set_screen ($screen) o $screen (Gnome2::Wnck::Screen) $pager->set_shadow_type ($shadow_type) o $shadow_type (Gtk2::ShadowType) $pager->set_show_all ($show_all_workspaces) o $show_all_workspaces (boolean) ENUMS AND FLAGS
enum Gnome2::Wnck::PagerDisplayMode o 'name' / 'WNCK_PAGER_DISPLAY_NAME' o 'content' / 'WNCK_PAGER_DISPLAY_CONTENT' enum Gtk2::Orientation o 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' o 'vertical' / 'GTK_ORIENTATION_VERTICAL' enum Gtk2::ShadowType o 'none' / 'GTK_SHADOW_NONE' o 'in' / 'GTK_SHADOW_IN' o 'out' / 'GTK_SHADOW_OUT' o 'etched-in' / 'GTK_SHADOW_ETCHED_IN' o 'etched-out' / 'GTK_SHADOW_ETCHED_OUT' SEE ALSO
Gnome2::Wnck, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget 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::Pager(3pm)

Check Out this Related Man Page

Gnome2::Entry(3pm)					User Contributed Perl Documentation					Gnome2::Entry(3pm)

NAME
Gnome2::Entry - wrapper for GnomeEntry HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::HBox +----Gtk2::Combo +----Gnome2::Entry INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable Gtk2::Editable METHODS
widget = Gnome2::Entry->new ($history_id=undef) o $history_id (string) $gentry->append_history ($save, $text) o $save (boolean) o $text (string) $gentry->clear_history widget = $gentry->gtk_entry string = $gentry->get_history_id $gentry->set_history_id ($history_id) o $history_id (string) integer = $gentry->get_max_saved $gentry->set_max_saved ($max_saved) o $max_saved (integer) $gentry->prepend_history ($save, $text) o $save (boolean) o $text (string) PROPERTIES
'gtk-entry' (Gtk2::Entry : default undef : readable) The GTK entry 'history-id' (string : default undef : readable / writable) History ID SIGNALS
activate (Gnome2::Entry) SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::HBox, Gtk2::Combo COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::Entry(3pm)
Man Page