1Goo::Canvas::Image(3) User Contributed Perl DocumentationGoo::Canvas::Image(3)
2
3
4
6 Goo::Canvas::Image
7
9 Glib::Object
10 +----Goo::Canvas::ItemSimple
11 +----Goo::Canvas::Image
12
14 Goo::Canvas::Item
15
17 item = Goo::Canvas::Image->new ($parent, $pixbuf, $x, $y, ...)
18 · $parent (Goo::Canvas::Item)
19
20 · $pixbuf ((unknown))
21
22 · $x (double)
23
24 · $y (double)
25
26 · ... (list)
27
29 'height' (double : readable / writable)
30 The height of the image
31
32 'pattern' (Goo::Cairo::Pattern : readable / writable)
33 The cairo pattern to paint
34
35 'pixbuf' (Gtk2::Gdk::Pixbuf : writable)
36 The GdkPixbuf to display
37
38 'scale-to-fit' (boolean : readable / writable)
39 If the image is scaled to fit the width and height settings
40
41 'width' (double : readable / writable)
42 The width of the image
43
44 'x' (double : readable / writable)
45 The x coordinate of the image
46
47 'y' (double : readable / writable)
48 The y coordinate of the image
49
51 Glib::Object, Goo::Canvas::ItemSimple
52
54 Copyright (C) 2010 Gtk2-Perl Team
55
56
57
58perl v5.12.0 2010-05-12 Goo::Canvas::Image(3)