Package: gtk

Function gtk:paper-size-new-from-ipp

Lambda List

gtk:paper-size-new-from-ipp (name &optional width height)

Arguments

name -- a string for the IPP paper name
width -- a number coerced to a double float for the paper width, in points
height -- a number coerced to a double float for the paper height, in points

Return Value

The new gtk:paper-size instance.

Details

Creates a new gtk:paper-size instance by using PPD information. If the name argument is not a recognized IPP paper name, the width and height arguments are used to construct a custom gtk:paper-size instance.
 

See also

2025-1-6