RGtk2 (version 2.20.31)

gtkPaperSizeNewCustom: 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

Value

GtkPaperSize] a new GtkPaperSize object,

Details

Since 2.10