Package: gtk

Function gtk:paper-size-new-custom

Lambda List

gtk:paper-size-new-custom (name displayname width height unit)

Arguments

name -- a string for the paper name
displayname -- a string for the human readable name
width -- a number coerced to a double float for the paper width, in units of unit
height -- a number coerced to a double float for the paper height, in units of unit
unit -- a gtk:unit value for width and height, not :none

Return Value

The new gtk:paper-size instance.

Details

Creates a new gtk:paper-size instance with the given parameters.
 

See also

2025-1-6