gtkPaperSizeSetSize {RGtk2} | R Documentation |
Changes the dimensions of a size
to width
x height
.
gtkPaperSizeSetSize(object, width, height, unit)
|
[GtkPaperSize ] a custom GtkPaperSize object |
|
[numeric] the new width in units of unit |
|
[numeric] the new height in units of unit |
|
[GtkUnit ] the unit for width and height |
Since 2.10
Derived by RGtkGen from GTK+ documentation