Package: gtk

Accessor gtk:print-operation-current-page

Lambda List

gtk:print-operation-current-page (object)

Syntax

(gtk:print-operation-current-page object) => current-page
(setf (gtk:print-operation-current-page object) current-page)

Arguments

object -- a gtk:print-operation object
current-page -- the current page, 0-based

Details

Accessor of the current-page slot of the gtk:print-operation class. The (setf gtk:print-operation-current-page) function sets the current page. If this is called before the gtk:print-operation-run function, the user will be able to select to print only the current page. Note that this only makes sense for pre-paginated documents.
 

See also

2023-8-28