GNOME Print UI Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up |
struct GnomePrintPreview; struct GnomePrintPreviewClass; GnomePrintContext* gnome_print_preview_new (GnomePrintConfig *config, GnomeCanvas *canvas); GnomePrintContext* gnome_print_preview_new_full (GnomePrintConfig *config, GnomeCanvas *canvas, const gdouble *transform, const ArtDRect *region); |
GnomePrintContext* gnome_print_preview_new (GnomePrintConfig *config, GnomeCanvas *canvas); |
Creates a new PrintPreview object that use the canvas GnomeCanvas as its rendering backend.
GnomePrintContext* gnome_print_preview_new_full (GnomePrintConfig *config, GnomeCanvas *canvas, const gdouble *transform, const ArtDRect *region); |