Method
GtkPaperSizeset_size
since: 2.10
Declaration [src]
void
gtk_paper_size_set_size (
GtkPaperSize* size,
gdouble width,
gdouble height,
GtkUnit unit
)
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
andheight
.