gtkPaperSizeNewCustom {RGtk2}R Documentation

gtkPaperSizeNewCustom

Description

Creates a new GtkPaperSize object with the given parameters.

Usage

gtkPaperSizeNewCustom(name, display.name, width, height, unit)

Arguments

name [character] the paper name
display.name [character] the human-readable name
width [numeric] the paper width, in units of unit
height [numeric] the paper height, in units of unit
unit [GtkUnit] the unit for width and height

Details

Since 2.10

Value

[GtkPaperSize] a new GtkPaperSize object

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]