Package: gtk

Accessor gtk:print-unix-dialog-current-page

Lambda List

gtk:print-unix-dialog-current-page (object)

Syntax

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

Arguments

object -- a gtk:print-unix-dialog widget
current-page -- an integer for the current page number

Details

The accessor for the current-page slot of the gtk:print-unix-dialog class gets or sets the current page number of the print dialog. If current-page is not -1, this enables the current page choice for the range of pages to print.
 

See also

2025-09-28