Method

GtkPaperSizeset_size

since: 2.10

Declaration [src]

void
gtk_paper_size_set_size (
  GtkPaperSize* size,
  gdouble width,
  gdouble height,
  GtkUnit unit
)

Description [src]

Changes the dimensions of a size to width x height.

Available since: 2.10

Parameters

width

Type: gdouble

The new width in units of unit.

height

Type: gdouble

The new height in units of unit.

unit

Type: GtkUnit

The unit for width and height.