Gnome2::Canvas::Shape

Section: User Contributed Perl Documentation (3pm)
Updated: 2009-02-02
Index Return to Main Contents
 

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)

$path_def (Gnome2::Canvas::PathDef)
 

PROPERTIES

'cap-style' (Gtk2::Gdk::CapStyle : readable / writable)
'dash' (gpointer : readable / writable)
'fill-color' (string : writable)
'fill-color-gdk' (Gtk2::Gdk::Color : readable / writable)
'fill-color-rgba' (Glib::UInt : readable / writable)
'fill-stipple' (Gtk2::Gdk::Drawable : readable / writable)
'join-style' (Gtk2::Gdk::JoinStyle : readable / writable)
'miterlimit' (double : readable / writable)
'outline-color' (string : writable)
'outline-color-gdk' (Gtk2::Gdk::Color : readable / writable)
'outline-color-rgba' (Glib::UInt : readable / writable)
'outline-stipple' (Gtk2::Gdk::Drawable : readable / writable)
'width-pixels' (Glib::UInt : readable / writable)
'width-units' (double : readable / writable)
'wind' (Glib::UInt : readable / writable)
 

ENUMS AND FLAGS

 

enum Gtk2::Gdk::CapStyle

'not-last' / 'GDK_CAP_NOT_LAST'
'butt' / 'GDK_CAP_BUTT'
'round' / 'GDK_CAP_ROUND'
'projecting' / 'GDK_CAP_PROJECTING'
 

enum Gtk2::Gdk::JoinStyle

'miter' / 'GDK_JOIN_MITER'
'round' / 'GDK_JOIN_ROUND'
'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.


 

Index

NAME
HIERARCHY
METHODS
pathdef = $shape->get_path_def
$shape->set_path_def ($path_def)
PROPERTIES
ENUMS AND FLAGS
enum Gtk2::Gdk::CapStyle
enum Gtk2::Gdk::JoinStyle
SEE ALSO
COPYRIGHT

This document was created by man2html, using the manual pages.
Time: 19:49:22 GMT, April 27, 2011