Package: gtk

Function gtk-paper-size-new-from-ppd

Lambda List

gtk-paper-size-new-from-ppd (name &optional displayname width height)

Arguments

name -- a string with the PPD paper name
displayname -- a string with the corresponding human readable name
width -- a double float with the paper width, in points
height -- a double float with the paper height in points

Return Value

A new gtk-paper-size instance.

Details

Creates a new gtk-paper-size instance by using PPD information.

If name is not a recognized PPD paper name, displayname, width and height are used to construct a custom gtk-paper-size instance.
 

See also

2021-3-17