Package: gtk

Accessor gtk:print-operation-status-string

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the status-string slot of the gtk:print-operation class. The gtk:print-operation-status-string function 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

2023-8-28