cropper

annotate interface.h @ 7:ec2d11d96fb0

image is now gdk-pixbuff; zoom implemented in a basic way
author meillo@marmaro.de
date Wed, 19 Mar 2008 23:01:43 +0100
parents 80535e4deaa4
children
rev   line source
meillo@0 1 #include<gtk/gtk.h>
meillo@0 2
meillo@1 3 GtkWidget* create_cropper_window(void);
meillo@7 4
meillo@7 5
meillo@7 6 GdkPixbuf *image_buffer;