Method

Gtk.PageSetup.set_paper_size_and_default_margins

Declaration [src]

void
gtk_page_setup_set_paper_size_and_default_margins (
  GtkPageSetup* setup,
  GtkPaperSize* size
)

Description [src]

Sets the paper size of the GtkPageSetup and modifies the margins according to the new paper size.

Parameters

size GtkPaperSize
 

a GtkPaperSize

 Ownership is not transferred to the callee