Package: gtk

Accessor gtk:print-operation-status-string

Lambda List

gtk:print-operation-status-string (object)

Syntax

(gtk:print-operation-status-string object) => status

Arguments

object -- a gtk:print-operation object
status -- a string representation of the status of the print operation

Details

The accessor for the status-string slot of the gtk:print-operation class returns a string representation of the status of the print operation. The string is translated and suitable for displaying the print status, for example in a gtk:statusbar widget. Use the gtk:print-operation-status function to obtain a status value that is suitable for programmatic use.
 

See also

2026-01-11