Method
GtkPaperSizeset_size
Declaration [src]
void
gtk_paper_size_set_size (
GtkPaperSize* size,
double width,
double height,
GtkUnit unit
)
Parameters
width
-
Type:
double
The new width in units of
unit
. height
-
Type:
double
The new height in units of
unit
. unit
-
Type:
GtkUnit
The unit for
width
andheight
.