AnypaperPreview

AnypaperPreview — builds a preview window

Stability Level

Stable, unless otherwise indicated

Synopsis

#include <anypaper_preview.h>

                    AnypaperPreviewPrivate;
struct              AnypaperPreview;
void                anypaper_preview_create             (AnypaperPreview *preview,
                                                         AnypaperParameters *parameters,
                                                         AnypaperImage *image);

Object Hierarchy

  GObject
   +----AnypaperPreview

Description

The application class that builds a preview window using the images and parameters provide by AnypaperImage and AnypaperParameters.

Details

AnypaperPreviewPrivate

typedef struct _AnypaperPreviewPrivate AnypaperPreviewPrivate;


struct AnypaperPreview

struct AnypaperPreview;


anypaper_preview_create ()

void                anypaper_preview_create             (AnypaperPreview *preview,
                                                         AnypaperParameters *parameters,
                                                         AnypaperImage *image);

This function builds and shows the preview window

preview :

is a AnypaperPreview

parameters :

contains the parameters used to make the images in AnypaperImage

image :

contains the images created before

See Also

AnypaperImage, AnypaperParameters