1 Dec 2005 21:36
3 Dec 2005 02:56
3 Dec 2005 22:41
testing sylpheed
walt <wa1ter <at> myrealbox.com>
2005-12-03 21:41:00 GMT
2005-12-03 21:41:00 GMT
sylpheed
/* Pixbufs
*
* A GdkPixbuf represents an image, normally in RGB or RGBA format.
* Pixbufs are normally used to load files from disk and perform
* image scaling.
*
* This demo is not all that educational, but looks cool. It was written
* by Extreme Pixbuf Hacker Federico Mena Quintero. It also shows
* off how to use GtkDrawingArea to do a simple animation.
*
* Look at the Image demo for additional pixbuf usage examples.
*
*/
#include <stdlib.h>
#include <gtk/gtk.h>
#include <math.h>
#include "demo-common.h"
#define FRAME_DELAY 50
#define BACKGROUND_NAME "background.jpg"
static const char *image_names[] = {
"apple-red.png",
"gnome-applets.png",
"gnome-calendar.png",
"gnome-foot.png",
(Continue reading)
3 Dec 2005 22:50
12 Dec 2005 17:02
12 Dec 2005 18:01
RSS Feed