]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/animation.sgml
2.8.0
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / animation.sgml
1 <!-- ##### SECTION Title ##### -->
2 Animations
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Animated images.
6
7 <!-- ##### SECTION Long_Description ##### -->
8   <para>
9     The &gdk-pixbuf; library provides a simple mechanism to load and represent
10     animations. An animation is conceptually a series of frames to be displayed
11     over time. Each frame is the same size. The animation may not be represented
12     as a series of frames internally; for example, it may be stored as a 
13     sprite and instructions for moving the sprite around a background. To display 
14     an animation you don't need to understand its representation, however; you just
15     ask &gdk-pixbuf; what should be displayed at a given point in time. 
16   </para>
17
18 <!-- ##### SECTION See_Also ##### -->
19   <para>
20     #GdkPixbufLoader
21   </para>
22
23 <!-- ##### SECTION Stability_Level ##### -->
24
25
26 <!-- ##### STRUCT GdkPixbufAnimation ##### -->
27 <para>
28
29 </para>
30
31
32 <!-- ##### STRUCT GdkPixbufAnimationIter ##### -->
33 <para>
34
35 </para>
36
37
38 <!-- ##### FUNCTION gdk_pixbuf_animation_new_from_file ##### -->
39 <para>
40
41 </para>
42
43 @filename: 
44 @error: 
45 @Returns: 
46
47
48 <!-- ##### FUNCTION gdk_pixbuf_animation_ref ##### -->
49 <para>
50
51 </para>
52
53 @animation: 
54 @Returns: 
55
56
57 <!-- ##### FUNCTION gdk_pixbuf_animation_unref ##### -->
58 <para>
59
60 </para>
61
62 @animation: 
63
64
65 <!-- ##### FUNCTION gdk_pixbuf_animation_get_width ##### -->
66 <para>
67
68 </para>
69
70 @animation: 
71 @Returns: 
72
73
74 <!-- ##### FUNCTION gdk_pixbuf_animation_get_height ##### -->
75 <para>
76
77 </para>
78
79 @animation: 
80 @Returns: 
81
82
83 <!-- ##### FUNCTION gdk_pixbuf_animation_get_iter ##### -->
84 <para>
85
86 </para>
87
88 @animation: 
89 @start_time: 
90 @Returns: 
91
92
93 <!-- ##### FUNCTION gdk_pixbuf_animation_is_static_image ##### -->
94 <para>
95
96 </para>
97
98 @animation: 
99 @Returns: 
100
101
102 <!-- ##### FUNCTION gdk_pixbuf_animation_get_static_image ##### -->
103 <para>
104
105 </para>
106
107 @animation: 
108 @Returns: 
109
110
111 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_advance ##### -->
112 <para>
113
114 </para>
115
116 @iter: 
117 @current_time: 
118 @Returns: 
119
120
121 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_get_delay_time ##### -->
122 <para>
123
124 </para>
125
126 @iter: 
127 @Returns: 
128
129
130 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_on_currently_loading_frame ##### -->
131 <para>
132
133 </para>
134
135 @iter: 
136 @Returns: 
137
138
139 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_get_pixbuf ##### -->
140 <para>
141
142 </para>
143
144 @iter: 
145 @Returns: 
146
147
148 <!-- ##### STRUCT GdkPixbufSimpleAnim ##### -->
149 <para>
150
151 </para>
152
153
154 <!-- ##### FUNCTION gdk_pixbuf_simple_anim_new ##### -->
155 <para>
156
157 </para>
158
159 @width: 
160 @height: 
161 @rate: 
162 @Returns: 
163
164
165 <!-- ##### FUNCTION gdk_pixbuf_simple_anim_add_frame ##### -->
166 <para>
167
168 </para>
169
170 @animation: 
171 @pixbuf: 
172
173