1#ifndef __PAINTABLE_H__
2#define __PAINTABLE_H__
3
4#include <gtk/gtk.h>
5
6void gtk_nuclear_snapshot (GtkSnapshot *snapshot,
7 const GdkRGBA *foreground,
8 const GdkRGBA *background,
9 double width,
10 double height,
11 double rotation);
12
13GdkPaintable * gtk_nuclear_icon_new (double rotation);
14GdkPaintable * gtk_nuclear_animation_new (gboolean draw_background);
15GtkMediaStream *gtk_nuclear_media_stream_new (void);
16
17#endif /* __PAINTABLE_H__ */
18

source code of gtk/demos/gtk-demo/paintable.h