gtkPaperSizeNewCustom {RGtk2} | R Documentation |
Creates a new GtkPaperSize
object with the
given parameters.
gtkPaperSizeNewCustom(name, display.name, width, height, unit)
|
[character] the paper name |
|
[character] the human-readable name |
|
[numeric] the paper width, in units of unit |
|
[numeric] the paper height, in units of unit |
|
[GtkUnit ] the unit for width and height |
Since 2.10
[GtkPaperSize
] a new GtkPaperSize
object
Derived by RGtkGen from GTK+ documentation