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

the paper name

display.name

the human-readable name

width

the paper width, in units of unit

height

the paper height, in units of unit

unit

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.20.21 Index]