~ubuntu-branches/ubuntu/breezy/libgnomecanvas/breezy

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/gnome-canvas-pixbuf.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-09-13 22:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040913224039-giftt9jhvyoorcuv
Tags: upstream-2.8.0
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GnomeCanvasPixbuf
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Pixbuf image canvas item
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
A canvas item for drawing pixbuf images.
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### STRUCT GnomeCanvasPixbuf ##### -->
 
18
<para>
 
19
This structure should not be accessed directly. Use the object's properties
 
20
for querying or changing its parameters.
 
21
</para>
 
22
 
 
23
 
 
24
<!-- ##### ARG GnomeCanvasPixbuf:anchor ##### -->
 
25
<para>
 
26
Anchor (handle) position within the pixbuf, defaults to GTK_ANCHOR_NW (top left
 
27
hand corner). The anchor is the point of reference for positioning the image.
 
28
</para>
 
29
 
 
30
<!-- ##### ARG GnomeCanvasPixbuf:height ##### -->
 
31
<para>
 
32
Pixbuf height.
 
33
</para>
 
34
 
 
35
<!-- ##### ARG GnomeCanvasPixbuf:height-in-pixels ##### -->
 
36
<para>
 
37
%TRUE if "height" parameter is in pixel units, %FALSE for canvas world units.
 
38
</para>
 
39
 
 
40
<!-- ##### ARG GnomeCanvasPixbuf:height-set ##### -->
 
41
<para>
 
42
%TRUE if the "height" argument is set and should be used as the
 
43
pixbuf height, %FALSE to use the actual height of the image.
 
44
</para>
 
45
 
 
46
<!-- ##### ARG GnomeCanvasPixbuf:pixbuf ##### -->
 
47
<para>
 
48
The pixbuf image to draw.
 
49
</para>
 
50
 
 
51
<!-- ##### ARG GnomeCanvasPixbuf:width ##### -->
 
52
<para>
 
53
Pixbuf width.
 
54
</para>
 
55
 
 
56
<!-- ##### ARG GnomeCanvasPixbuf:width-in-pixels ##### -->
 
57
<para>
 
58
%TRUE if "width" parameter is in pixel units, %FALSE for canvas world units.
 
59
</para>
 
60
 
 
61
<!-- ##### ARG GnomeCanvasPixbuf:width-set ##### -->
 
62
<para>
 
63
%TRUE if the "width" parameter is set and should be used as the
 
64
pixbuf width, %FALSE to use the actual width of the image.
 
65
</para>
 
66
 
 
67
<!-- ##### ARG GnomeCanvasPixbuf:x ##### -->
 
68
<para>
 
69
The x coordinate of the position to place the pixbuf at.
 
70
</para>
 
71
 
 
72
<!-- ##### ARG GnomeCanvasPixbuf:x-in-pixels ##### -->
 
73
<para>
 
74
%TRUE to interpret the "x" parameter in pixel units, %FALSE for canvas world
 
75
units.
 
76
</para>
 
77
 
 
78
<!-- ##### ARG GnomeCanvasPixbuf:y ##### -->
 
79
<para>
 
80
The y coordinate of the position to place the pixbuf at.
 
81
</para>
 
82
 
 
83
<!-- ##### ARG GnomeCanvasPixbuf:y-in-pixels ##### -->
 
84
<para>
 
85
%TRUE to interpret the "y" parameter in pixel units, %FALSE for canvas world
 
86
units.
 
87
</para>
 
88