Method
GtkPrintContextget_cairo_context
since: 2.10
Declaration [src]
cairo_t*
gtk_print_context_get_cairo_context (
GtkPrintContext* context
)
Description [src]
Obtains the cairo context that is associated with the
GtkPrintContext
.
Available since: 2.10
Return value
Type: cairo_t
The cairo context of context
.
The returned data is owned by the instance. |