Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::canvas::shape(3pm) [debian man page]

Gnome2::Canvas::Shape(3pm)				User Contributed Perl Documentation				Gnome2::Canvas::Shape(3pm)

NAME
Gnome2::Canvas::Shape - Base class for canvas item shapes HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Shape METHODS
pathdef = $shape->get_path_def $shape->set_path_def ($path_def) o $path_def (Gnome2::Canvas::PathDef) PROPERTIES
'cap-style' (Gtk2::Gdk::CapStyle : default "butt" : readable / writable) 'dash' (gpointer : default 0 : readable / writable) 'fill-color' (string : default undef : writable) 'fill-color-gdk' (Gtk2::Gdk::Color : default undef : readable / writable) 'fill-color-rgba' (Glib::UInt : default 0 : readable / writable) 'fill-stipple' (Gtk2::Gdk::Drawable : default undef : readable / writable) 'join-style' (Gtk2::Gdk::JoinStyle : default "miter" : readable / writable) 'miterlimit' (double : default 0 : readable / writable) 'outline-color' (string : default undef : writable) 'outline-color-gdk' (Gtk2::Gdk::Color : default undef : readable / writable) 'outline-color-rgba' (Glib::UInt : default 0 : readable / writable) 'outline-stipple' (Gtk2::Gdk::Drawable : default undef : readable / writable) 'width-pixels' (Glib::UInt : default 0 : readable / writable) 'width-units' (double : default 0 : readable / writable) 'wind' (Glib::UInt : default 0 : readable / writable) ENUMS AND FLAGS
enum Gtk2::Gdk::CapStyle o 'not-last' / 'GDK_CAP_NOT_LAST' o 'butt' / 'GDK_CAP_BUTT' o 'round' / 'GDK_CAP_ROUND' o 'projecting' / 'GDK_CAP_PROJECTING' enum Gtk2::Gdk::JoinStyle o 'miter' / 'GDK_JOIN_MITER' o 'round' / 'GDK_JOIN_ROUND' o 'bevel' / 'GDK_JOIN_BEVEL' SEE ALSO
Gnome2::Canvas, 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::Canvas for a full notice. perl v5.14.2 2011-11-16 Gnome2::Canvas::Shape(3pm)

Check Out this Related Man Page

Gnome2::Canvas::Text(3pm)				User Contributed Perl Documentation				 Gnome2::Canvas::Text(3pm)

NAME
Gnome2::Canvas::Text - Text as CanvasItems HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Text PROPERTIES
'anchor' (Gtk2::AnchorType : default "center" : readable / writable) 'attributes' (Pango::AttrList : default undef : readable / writable) 'clip' (boolean : default false : readable / writable) 'clip-height' (double : default 0 : readable / writable) 'clip-width' (double : default 0 : readable / writable) 'family' (string : default undef : readable / writable) Name of the font family, e.g. Sans, Helvetica, Times, Monospace 'family-set' (boolean : default false : readable / writable) Whether this tag affects the font family 'fill-color' (string : default undef : readable / writable) Text color, as string 'fill-color-gdk' (Gtk2::Gdk::Color : default undef : readable / writable) Text color, as a GdkColor 'fill-color-rgba' (Glib::UInt : default 0 : readable / writable) Text color, as an R/G/B/A combined integer 'fill-stipple' (Gtk2::Gdk::Drawable : default undef : readable / writable) 'font' (string : default undef : readable / writable) Font description as a string 'font-desc' (Pango::FontDescription : default undef : readable / writable) Font description as a PangoFontDescription struct 'justification' (Gtk2::Justification : default "left" : readable / writable) 'markup' (string : default undef : writable) Marked up text to render 'rise' (integer : default 0 : readable / writable) Offset of text above the baseline (below the baseline if rise is negative) 'rise-set' (boolean : default false : readable / writable) Whether this tag affects the rise 'scale' (double : default 1 : readable / writable) Size of font, relative to default size 'scale-set' (boolean : default false : readable / writable) Whether this tag affects font scaling 'size' (integer : default 0 : readable / writable) Font size (as a multiple of PANGO_SCALE, eg. 12*PANGO_SCALE for a 12pt font size) 'size-points' (double : default 0 : readable / writable) Font size in points (eg. 12 for a 12pt font size) 'size-set' (boolean : default false : readable / writable) Whether this tag affects the font size 'stretch' (Pango::Stretch : default "normal" : readable / writable) Font stretch 'stretch-set' (boolean : default false : readable / writable) Whether this tag affects the font stretch 'strikethrough' (boolean : default false : readable / writable) Whether to strike through the text 'strikethrough-set' (boolean : default false : readable / writable) Whether this tag affects strikethrough 'style' (Pango::Style : default "normal" : readable / writable) Font style 'style-set' (boolean : default false : readable / writable) Whether this tag affects the font style 'text' (string : default undef : readable / writable) Text to render 'text-height' (double : default 0 : readable) Height of the rendered text 'text-width' (double : default 0 : readable) Width of the rendered text 'underline' (Pango::Underline : default "none" : readable / writable) Style of underline for this text 'underline-set' (boolean : default false : readable / writable) Whether this tag affects underlining 'variant' (Pango::Variant : default "normal" : readable / writable) Font variant 'variant-set' (boolean : default false : readable / writable) Whether this tag affects the font variant 'weight' (integer : default 400 : readable / writable) Font weight 'weight-set' (boolean : default false : readable / writable) Whether this tag affects the font weight 'x' (double : default 0 : readable / writable) 'x-offset' (double : default 0 : readable / writable) 'y' (double : default 0 : readable / writable) 'y-offset' (double : default 0 : readable / writable) ENUMS AND FLAGS
enum Gtk2::AnchorType o 'center' / 'GTK_ANCHOR_CENTER' o 'north' / 'GTK_ANCHOR_NORTH' o 'north-west' / 'GTK_ANCHOR_NORTH_WEST' o 'north-east' / 'GTK_ANCHOR_NORTH_EAST' o 'south' / 'GTK_ANCHOR_SOUTH' o 'south-west' / 'GTK_ANCHOR_SOUTH_WEST' o 'south-east' / 'GTK_ANCHOR_SOUTH_EAST' o 'west' / 'GTK_ANCHOR_WEST' o 'east' / 'GTK_ANCHOR_EAST' o 'n' / 'GTK_ANCHOR_N' o 'nw' / 'GTK_ANCHOR_NW' o 'ne' / 'GTK_ANCHOR_NE' o 's' / 'GTK_ANCHOR_S' o 'sw' / 'GTK_ANCHOR_SW' o 'se' / 'GTK_ANCHOR_SE' o 'w' / 'GTK_ANCHOR_W' o 'e' / 'GTK_ANCHOR_E' enum Gtk2::Justification o 'left' / 'GTK_JUSTIFY_LEFT' o 'right' / 'GTK_JUSTIFY_RIGHT' o 'center' / 'GTK_JUSTIFY_CENTER' o 'fill' / 'GTK_JUSTIFY_FILL' enum Pango::Stretch o 'ultra-condensed' / 'PANGO_STRETCH_ULTRA_CONDENSED' o 'extra-condensed' / 'PANGO_STRETCH_EXTRA_CONDENSED' o 'condensed' / 'PANGO_STRETCH_CONDENSED' o 'semi-condensed' / 'PANGO_STRETCH_SEMI_CONDENSED' o 'normal' / 'PANGO_STRETCH_NORMAL' o 'semi-expanded' / 'PANGO_STRETCH_SEMI_EXPANDED' o 'expanded' / 'PANGO_STRETCH_EXPANDED' o 'extra-expanded' / 'PANGO_STRETCH_EXTRA_EXPANDED' o 'ultra-expanded' / 'PANGO_STRETCH_ULTRA_EXPANDED' enum Pango::Style o 'normal' / 'PANGO_STYLE_NORMAL' o 'oblique' / 'PANGO_STYLE_OBLIQUE' o 'italic' / 'PANGO_STYLE_ITALIC' enum Pango::Underline o 'none' / 'PANGO_UNDERLINE_NONE' o 'single' / 'PANGO_UNDERLINE_SINGLE' o 'double' / 'PANGO_UNDERLINE_DOUBLE' o 'low' / 'PANGO_UNDERLINE_LOW' o 'error' / 'PANGO_UNDERLINE_ERROR' enum Pango::Variant o 'normal' / 'PANGO_VARIANT_NORMAL' o 'small-caps' / 'PANGO_VARIANT_SMALL_CAPS' SEE ALSO
Gnome2::Canvas, 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::Canvas for a full notice. perl v5.14.2 2011-11-16 Gnome2::Canvas::Text(3pm)
Man Page