]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/animation.sgml
to compare pattern specs, use g_pattern_spec_equal() instead of direct
[~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 <!-- ##### STRUCT GdkPixbufFrame ##### -->
24 <para>
25
26 </para>
27
28
29 <!-- ##### STRUCT GdkPixbufAnimation ##### -->
30   <para>
31     This object describes an animation.
32   </para>
33
34
35 <!-- ##### STRUCT GdkPixbufAnimationIter ##### -->
36 <para>
37
38 </para>
39
40
41 <!-- ##### FUNCTION gdk_pixbuf_animation_new_from_file ##### -->
42 <para>
43
44 </para>
45
46 @filename: 
47 @error: 
48 @Returns: 
49
50
51 <!-- ##### FUNCTION gdk_pixbuf_animation_ref ##### -->
52 <para>
53
54 </para>
55
56 @animation: 
57 @Returns: 
58
59
60 <!-- ##### FUNCTION gdk_pixbuf_animation_unref ##### -->
61 <para>
62
63 </para>
64
65 @animation: 
66
67
68 <!-- ##### FUNCTION gdk_pixbuf_animation_get_width ##### -->
69 <para>
70
71 </para>
72
73 @animation: 
74 @Returns: 
75
76
77 <!-- ##### FUNCTION gdk_pixbuf_animation_get_height ##### -->
78 <para>
79
80 </para>
81
82 @animation: 
83 @Returns: 
84
85
86 <!-- ##### FUNCTION gdk_pixbuf_animation_get_iter ##### -->
87 <para>
88
89 </para>
90
91 @animation: 
92 @start_time: 
93 @Returns: 
94
95
96 <!-- ##### FUNCTION gdk_pixbuf_animation_is_static_image ##### -->
97 <para>
98
99 </para>
100
101 @animation: 
102 @Returns: 
103
104
105 <!-- ##### FUNCTION gdk_pixbuf_animation_get_static_image ##### -->
106 <para>
107
108 </para>
109
110 @animation: 
111 @Returns: 
112
113
114 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_advance ##### -->
115 <para>
116
117 </para>
118
119 @iter: 
120 @current_time: 
121 @Returns: 
122
123
124 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_get_delay_time ##### -->
125 <para>
126
127 </para>
128
129 @iter: 
130 @Returns: 
131
132
133 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_on_currently_loading_frame ##### -->
134 <para>
135
136 </para>
137
138 @iter: 
139 @Returns: 
140
141
142 <!-- ##### FUNCTION gdk_pixbuf_animation_iter_get_pixbuf ##### -->
143 <para>
144
145 </para>
146
147 @iter: 
148 @Returns: 
149
150