Version 0.0.1
[guestfs-browser.git] / throbber.ml
1
2 let static_data = "\
3 \132\149\166\190\000\000\001\113\000\000\000\001\000\000\000\003\000\000\000\003\
4 \018\071\100\107\080\105\120\098\117\102\047\050\046\048\047\000\000\000\001\093\
5 \071\100\107\080\000\000\001\093\002\001\000\002\000\000\000\080\000\000\000\020\
6 \000\000\000\020\157\000\000\000\000\130\178\178\178\255\145\000\000\000\000\132\
7 \178\178\178\255\140\000\000\000\000\130\178\178\178\255\130\000\000\000\000\132\
8 \178\178\178\255\130\000\000\000\000\130\178\178\178\255\135\000\000\000\000\132\
9 \178\178\178\255\130\000\000\000\000\130\178\178\178\255\130\000\000\000\000\132\
10 \178\178\178\255\134\000\000\000\000\132\178\178\178\255\134\000\000\000\000\132\
11 \178\178\178\255\135\000\000\000\000\130\178\178\178\255\136\000\000\000\000\130\
12 \178\178\178\255\154\000\000\000\000\130\178\178\178\255\140\000\000\000\000\130\
13 \178\178\178\255\131\000\000\000\000\132\178\178\178\255\138\000\000\000\000\132\
14 \178\178\178\255\130\000\000\000\000\132\178\178\178\255\138\000\000\000\000\132\
15 \178\178\178\255\131\000\000\000\000\130\178\178\178\255\140\000\000\000\000\130\
16 \178\178\178\255\154\000\000\000\000\130\178\178\178\255\136\000\000\000\000\130\
17 \178\178\178\255\135\000\000\000\000\132\178\178\178\255\134\000\000\000\000\132\
18 \178\178\178\255\134\000\000\000\000\132\178\178\178\255\130\000\000\000\000\130\
19 \178\178\178\255\130\000\000\000\000\132\178\178\178\255\135\000\000\000\000\130\
20 \178\178\178\255\130\000\000\000\000\132\178\178\178\255\130\000\000\000\000\130\
21 \178\178\178\255\140\000\000\000\000\132\178\178\178\255\145\000\000\000\000\130\
22 \178\178\178\255\157\000\000\000\000"
23
24 let static () : GdkPixbuf.pixbuf = Marshal.from_string static_data 0
25
26 let animation_data = "\
27 \132\149\166\190\000\000\001\113\000\000\000\001\000\000\000\003\000\000\000\003\
28 \018\071\100\107\080\105\120\098\117\102\047\050\046\048\047\000\000\000\001\093\
29 \071\100\107\080\000\000\001\093\002\001\000\002\000\000\000\080\000\000\000\020\
30 \000\000\000\020\157\255\255\255\000\130\000\000\000\255\145\255\255\255\000\132\
31 \000\000\000\255\140\255\255\255\000\130\026\026\026\255\130\255\255\255\000\132\
32 \000\000\000\255\130\255\255\255\000\130\178\178\178\255\135\255\255\255\000\132\
33 \026\026\026\255\130\255\255\255\000\130\000\000\000\255\130\255\255\255\000\132\
34 \178\178\178\255\134\255\255\255\000\132\026\026\026\255\134\255\255\255\000\132\
35 \178\178\178\255\135\255\255\255\000\130\026\026\026\255\136\255\255\255\000\130\
36 \178\178\178\255\154\255\255\255\000\130\051\051\051\255\140\255\255\255\000\130\
37 \153\153\153\255\131\255\255\255\000\132\051\051\051\255\138\255\255\255\000\132\
38 \153\153\153\255\130\255\255\255\000\132\051\051\051\255\138\255\255\255\000\132\
39 \153\153\153\255\131\255\255\255\000\130\051\051\051\255\140\255\255\255\000\130\
40 \153\153\153\255\154\255\255\255\000\130\076\076\076\255\136\255\255\255\000\130\
41 \128\128\128\255\135\255\255\255\000\132\076\076\076\255\134\255\255\255\000\132\
42 \128\128\128\255\134\255\255\255\000\132\076\076\076\255\130\255\255\255\000\130\
43 \102\102\102\255\130\255\255\255\000\132\128\128\128\255\135\255\255\255\000\130\
44 \076\076\076\255\130\255\255\255\000\132\102\102\102\255\130\255\255\255\000\130\
45 \128\128\128\255\140\255\255\255\000\132\102\102\102\255\145\255\255\255\000\130\
46 \102\102\102\255\157\255\255\255\000"
47
48 let animation () : GdkPixbuf.pixbuf = Marshal.from_string animation_data 0