1Gnome2::Canvas::Shape(3U)ser Contributed Perl DocumentatiGonnome2::Canvas::Shape(3)
2
3
4

NAME

6       Gnome2::Canvas::Shape
7

HIERARCHY

9         Glib::Object
10         +----Glib::InitiallyUnowned
11              +----Gtk2::Object
12                   +----Gnome2::Canvas::Item
13                        +----Gnome2::Canvas::Shape
14

METHODS

16       pathdef = $shape->get_path_def
17
18       $shape->set_path_def ($path_def)
19
20           * $path_def (Gnome2::Canvas::PathDef)
21

PROPERTIES

23       'cap-style' (Gtk2::Gdk::CapStyle : readable / writable)
24       'dash' (gpointer : readable / writable)
25       'fill-color' (string : writable)
26       'fill-color-gdk' (Gtk2::Gdk::Color : readable / writable)
27       'fill-color-rgba' (Glib::UInt : readable / writable)
28       'fill-stipple' (Gtk2::Gdk::Drawable : readable / writable)
29       'join-style' (Gtk2::Gdk::JoinStyle : readable / writable)
30       'miterlimit' (double : readable / writable)
31       'outline-color' (string : writable)
32       'outline-color-gdk' (Gtk2::Gdk::Color : readable / writable)
33       'outline-color-rgba' (Glib::UInt : readable / writable)
34       'outline-stipple' (Gtk2::Gdk::Drawable : readable / writable)
35       'width-pixels' (Glib::UInt : readable / writable)
36       'width-units' (double : readable / writable)
37       'wind' (Glib::UInt : readable / writable)
38

ENUMS AND FLAGS

40       enum Gtk2::Gdk::CapStyle
41
42       * 'not-last' / 'GDK_CAP_NOT_LAST'
43       * 'butt' / 'GDK_CAP_BUTT'
44       * 'round' / 'GDK_CAP_ROUND'
45       * 'projecting' / 'GDK_CAP_PROJECTING'
46
47       enum Gtk2::Gdk::JoinStyle
48
49       * 'miter' / 'GDK_JOIN_MITER'
50       * 'round' / 'GDK_JOIN_ROUND'
51       * 'bevel' / 'GDK_JOIN_BEVEL'
52

SEE ALSO

54       Gnome2::Canvas, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
55       Gnome2::Canvas::Item
56
58       Copyright (C) 2003-2004 by the Gtk2-Perl Team.
59
60       This software is licensed under the LGPL; see Gnome2::Canvas for a full
61       notice.
62
63
64
65perl v5.8.8                       2006-10-04          Gnome2::Canvas::Shape(3)
Impressum