GtkPreview — A widget to display RGB or grayscale data
Includes
#include <gtk/gtk.h>
Description
The GtkPreview widget provides a simple interface
used to display images as RGB or grayscale data.
It's deprecated; just use a GdkPixbuf displayed by a GtkImage, or
perhaps a GtkDrawingArea. GtkPreview has no advantage over those
approaches.