Package: gtk
Class gtk:printer
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:printer object represents a printer.
You only need to deal directly with printers if you use the non-portable gtk:print-unix-dialog API. The gtk:printer object allows to get status information about the printer, such as its description, its location, the number of queued jobs, etc. Most importantly, a gtk:printer object can be used to create a gtk:print-job object, which lets you print to the printer. Signal DetailsThe "details-acquired" signallambda (printer success) :run-lastGets emitted in response to a request for detailed information about a printer from the print backend. The success parameter indicates if the information was actually obtained.
| Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
#2023-3-21