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   $shape->set_path_def ($path_def)
18           ·   $path_def (Gnome2::Canvas::PathDef)
19

PROPERTIES

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

ENUMS AND FLAGS

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

SEE ALSO

55       Gnome2::Canvas, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
56       Gnome2::Canvas::Item
57
59       Copyright (C) 2003-2004 by the Gtk2-Perl Team.
60
61       This software is licensed under the LGPL; see Gnome2::Canvas for a full
62       notice.
63
64
65
66perl v5.12.0                      2010-05-12          Gnome2::Canvas::Shape(3)
Impressum