Method

GtkPageSetupset_paper_size

since: 2.10

Declaration [src]

void
gtk_page_setup_set_paper_size (
  GtkPageSetup* setup,
  GtkPaperSize* size
)

Description [src]

Sets the paper size of the GtkPageSetup without changing the margins. See gtk_page_setup_set_paper_size_and_default_margins().

Available since: 2.10

Parameters

size

Type: GtkPaperSize

A GtkPaperSize.

The data is owned by the caller of the method.