Method

GtkPrintOperationset_default_page_setup

since: 2.10

Declaration [src]

void
gtk_print_operation_set_default_page_setup (
  GtkPrintOperation* op,
  GtkPageSetup* default_page_setup
)

Description [src]

Makes default_page_setup the default page setup for op.

This page setup will be used by gtk_print_operation_run(), but it can be overridden on a per-page basis by connecting to the GtkPrintOperation::request-page-setup signal.

Available since: 2.10

Parameters

default_page_setup

Type: GtkPageSetup

A GtkPageSetup, or NULL.

The argument can be NULL.
The data is owned by the caller of the method.