gnome-print-preview
gnome-print-preview —
|
|
Object Hierarchy
GObject
+----GnomePrintContext
+----GnomePrintPreview
Details
GnomePrintPreview
typedef struct _GnomePrintPreview GnomePrintPreview;
GnomePrintPreviewClass
typedef struct _GnomePrintPreviewClass GnomePrintPreviewClass;
gnome_print_preview_new ()
GnomePrintContext* gnome_print_preview_new (GnomePrintConfig *config,
GnomeCanvas *canvas);
Creates a new PrintPreview object that use the canvas
GnomeCanvas
as its rendering backend.
config : |
|
canvas : |
Canvas on which we display the print preview
|
Returns : |
A GnomePrintContext suitable for using with the GNOME print API.
|
gnome_print_preview_new_full ()
GnomePrintContext* gnome_print_preview_new_full
(GnomePrintConfig *config,
GnomeCanvas *canvas,
const gdouble *transform,
const ArtDRect *region);
config : |
|
canvas : |
|
transform : |
|
region : |
|
Returns : |
|
Properties
The "group
" property
"group" GnomeCanvasGroup : Read / Write / Construct Only
Group.
The "theme-compliance
" property
"theme-compliance" gboolean : Read / Write
Theme compliance.
Default value: TRUE
The "use-theme
" property
"use-theme" gboolean : Read / Write
Use theme.
Default value: FALSE