gtkPaperSizeNewFromPpd: gtkPaperSizeNewFromPpd

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Creates a new GtkPaperSize object by using PPD information.

Usage

1
gtkPaperSizeNewFromPpd(ppd.name, ppd.display.name, width, height)

Arguments

ppd.name

a PPD paper name

ppd.display.name

the corresponding human-readable name

width

the paper width, in points

height

the paper height in points

Details

If ppd.name is not a recognized PPD paper name, ppd.display.name, width and height are used to construct a custom GtkPaperSize object. Since 2.10

Value

[GtkPaperSize] a new GtkPaperSize,

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.