anypaper Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <anypaper_preview.h> AnypaperPreviewPrivate; struct AnypaperPreview; void anypaper_preview_create (AnypaperPreview *preview
,AnypaperParameters *parameters
,AnypaperImage *image
);
The application class that builds a preview window using the images and parameters provide by AnypaperImage and AnypaperParameters.
void anypaper_preview_create (AnypaperPreview *preview
,AnypaperParameters *parameters
,AnypaperImage *image
);
This function builds and shows the preview window
|
is a AnypaperPreview |
|
contains the parameters used to make the images in AnypaperImage |
|
contains the images created before |