Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

goo::canvas::polylinemodel(3pm) [debian man page]

Goo::Canvas::PolylineModel(3pm) 			User Contributed Perl Documentation			   Goo::Canvas::PolylineModel(3pm)

NAME
Goo::Canvas::PolylineModel - wrapper for GooCanvasPolylineModel HIERARCHY
Glib::Object +----Goo::Canvas::ItemModelSimple +----Goo::Canvas::PolylineModel INTERFACES
Goo::Canvas::ItemModel METHODS
itemmodel = Goo::Canvas::PolylineModel->new ($parent, $close_path, $points, ...) o $parent (Goo::Canvas::ItemModel) o $close_path (boolean) o $points (arrayref) The points is an array reference that contains a flat points coordinates. If you want create a polyline without points, pass an empty array refer or undef. o ... (list) itemmodel = Goo::Canvas::PolylineModel->new_line ($parent, $x1, $y1, $x2, $y2, ...) o $parent (Goo::Canvas::ItemModel) o $x1 (double) o $y1 (double) o $x2 (double) o $y2 (double) o ... (list) PROPERTIES
'arrow-length' (double : default 5 : readable / writable) The length of the arrows, as a multiple of the line width 'arrow-tip-length' (double : default 4 : readable / writable) The length of the arrow tip, as a multiple of the line width 'arrow-width' (double : default 4 : readable / writable) The width of the arrows, as a multiple of the line width 'close-path' (boolean : default false : readable / writable) If the last point should be connected to the first 'end-arrow' (boolean : default false : readable / writable) If an arrow should be displayed at the end of the polyline 'height' (double : default 0 : readable / writable) The height of the polyline 'points' (Goo::Canvas::Points : default undef : readable / writable) The array of points 'start-arrow' (boolean : default false : readable / writable) If an arrow should be displayed at the start of the polyline 'width' (double : default 0 : readable / writable) The width of the polyline 'x' (double : default 0 : readable / writable) The x coordinate of the left-most point of the polyline 'y' (double : default 0 : readable / writable) The y coordinate of the top-most point of the polyline SEE ALSO
Glib::Object, Goo::Canvas::ItemModelSimple COPYRIGHT
Copyright (C) 2011 Gtk2-Perl Team perl v5.14.2 2011-11-16 Goo::Canvas::PolylineModel(3pm)

Check Out this Related Man Page

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

NAME
Gnome2::Canvas::Pixbuf - Pixbufs as CanvasItems HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gnome2::Canvas::Item +----Gnome2::Canvas::Pixbuf PROPERTIES
'anchor' (Gtk2::AnchorType : default "north-west" : readable / writable) 'height' (double : default 0 : readable / writable) 'height-in-pixels' (boolean : default false : readable / writable) 'height-set' (boolean : default false : readable / writable) 'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable) 'width' (double : default 0 : readable / writable) 'width-in-pixels' (boolean : default false : readable / writable) 'width-set' (boolean : default false : readable / writable) 'x' (double : default 0 : readable / writable) 'x-in-pixels' (boolean : default false : readable / writable) 'y' (double : default 0 : readable / writable) 'y-in-pixels' (boolean : default false : 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' 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::Pixbuf(3pm)
Man Page