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