Package: gtk

Function gtk:print-context-hard-margins

Lambda List

gtk:print-context-hard-margins (context)

Syntax

(gtk:print-context-hard-margins context) => top, bottom, left, right

Arguments

context -- a gtk:print-context object
top -- an integer for the top hardware printer margin
bottom -- an integer for the bottom hardware printer margin
left -- an integer for the left hardware printer margin
right -- an integer for the right hardware printer margin

Details

Obtains the hardware printer margins of the print context, in units.
 

See also

#2025-08-04