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