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 with the IPP paper 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 IPP paper name, width and height are used to construct a custom gtk-paper-size instance.
 

See also

2021-3-17