Method

Gtk.PageSetup.set_paper_size

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().

Parameters

size GtkPaperSize
 

a GtkPaperSize

 Ownership is not transferred to the callee