Goo::Canvas::PathModel (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35)
Standard preamble:
========================================================================
(The comments found at the beginning of the groff file "man3/Goo::Canvas::PathModel.3pm".)
NAME
Goo::Canvas::PathModel - wrapper for GooCanvasPathModel
HIERARCHY
Glib::Object
+----Goo::Canvas::ItemModelSimple
+----Goo::Canvas::PathModel
INTERFACES
Goo::Canvas::ItemModel
METHODS
itemmodel = Goo::Canvas::PathModel->new ($parent, $path_data, ...)
- *
-
$parent (Goo::Canvas::ItemModel)
- *
-
$path_data (string)
- *
-
... (list)
PROPERTIES
- 'data' (string : default undef : writable)
-
The sequence of path commands
- 'height' (double : default 0 : readable / writable)
-
The height of the path
- 'width' (double : default 0 : readable / writable)
-
The width of the path
- 'x' (double : default 0 : readable / writable)
-
The x coordinate of the path
- 'y' (double : default 0 : readable / writable)
-
The y coordinate of the path
SEE ALSO
Glib::Object, Goo::Canvas::ItemModelSimple
COPYRIGHT
Copyright (C) 2017 Gtk2-Perl Team