Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::icontextitem(3pm) [debian man page]

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

NAME
Gnome2::IconTextItem - wrapper for GnomeIconTextItem HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::IconTextItem METHODS
$iti->configure ($x, $y, $width, $fontname, $text, $is_editable, $is_static) o $x (integer) o $y (integer) o $width (integer) o $fontname (string) o $text (string) o $is_editable (boolean) o $is_static (boolean) editable = $iti->get_editable $iti->focus ($focused) o $focused (boolean) $iti->select ($sel) o $sel (boolean) $iti->setxy ($x, $y) o $x (integer) o $y (integer) $iti->start_editing $iti->stop_editing ($accept) o $accept (boolean) string = $iti->get_text SIGNALS
boolean = text-changed (Gnome2::IconTextItem) height-changed (Gnome2::IconTextItem) width-changed (Gnome2::IconTextItem) editing-started (Gnome2::IconTextItem) editing-stopped (Gnome2::IconTextItem) selection-started (Gnome2::IconTextItem) selection-stopped (Gnome2::IconTextItem) SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gnome2::Canvas::Item 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::IconTextItem(3pm)

Check Out this Related 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)
Man Page

We Also Found This Discussion For You

1. UNIX and Linux Applications

display correctly variables with a \

Hi, We are in AIX 5.3 In a shell program I use a variable coming from a file and containing a path : 'C:\temp\titi' Z2='C:\temp\titi' echo $Z2 When I want to print the variable with echo command , I have : C: emp iti How to have the correct variable ? Thanks (1 Reply)
Discussion started by: tbeghain
1 Replies