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 with the current page number

Details

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

See also

2024-2-18