1Gnome2::Canvas::Pixbuf(U3s)er Contributed Perl DocumentatGinoonme2::Canvas::Pixbuf(3)
2
3
4
6 Gnome2::Canvas::Pixbuf - Pixbufs as CanvasItems
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gnome2::Canvas::Item
13 +----Gnome2::Canvas::Pixbuf
14
16 'anchor' (Gtk2::AnchorType : default "north-west" : readable /
17 writable)
18 'height' (double : default 0 : readable / writable)
19 'height-in-pixels' (boolean : default false : readable / writable)
20 'height-set' (boolean : default false : readable / writable)
21 'pixbuf' (Gtk2::Gdk::Pixbuf : default undef : readable / writable)
22 'width' (double : default 0 : readable / writable)
23 'width-in-pixels' (boolean : default false : readable / writable)
24 'width-set' (boolean : default false : readable / writable)
25 'x' (double : default 0 : readable / writable)
26 'x-in-pixels' (boolean : default false : readable / writable)
27 'y' (double : default 0 : readable / writable)
28 'y-in-pixels' (boolean : default false : readable / writable)
29
31 enum Gtk2::AnchorType
32 • 'center' / 'GTK_ANCHOR_CENTER'
33
34 • 'north' / 'GTK_ANCHOR_NORTH'
35
36 • 'north-west' / 'GTK_ANCHOR_NORTH_WEST'
37
38 • 'north-east' / 'GTK_ANCHOR_NORTH_EAST'
39
40 • 'south' / 'GTK_ANCHOR_SOUTH'
41
42 • 'south-west' / 'GTK_ANCHOR_SOUTH_WEST'
43
44 • 'south-east' / 'GTK_ANCHOR_SOUTH_EAST'
45
46 • 'west' / 'GTK_ANCHOR_WEST'
47
48 • 'east' / 'GTK_ANCHOR_EAST'
49
50 • 'n' / 'GTK_ANCHOR_N'
51
52 • 'nw' / 'GTK_ANCHOR_NW'
53
54 • 'ne' / 'GTK_ANCHOR_NE'
55
56 • 's' / 'GTK_ANCHOR_S'
57
58 • 'sw' / 'GTK_ANCHOR_SW'
59
60 • 'se' / 'GTK_ANCHOR_SE'
61
62 • 'w' / 'GTK_ANCHOR_W'
63
64 • 'e' / 'GTK_ANCHOR_E'
65
67 Gnome2::Canvas, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object,
68 Gnome2::Canvas::Item
69
71 Copyright (C) 2003-2004 by the Gtk2-Perl Team.
72
73 This software is licensed under the LGPL; see Gnome2::Canvas for a full
74 notice.
75
76
77
78perl v5.32.1 2021-01-27 Gnome2::Canvas::Pixbuf(3)