Package: gtk
Class gtk:print-unix-dialog
Superclassesgtk:dialog, gtk:window, gtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:native, gtk:root, gtk:shortcut-manager, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:print-unix-dialog widget implements a print dialog for
platforms which do not provide a native print dialog, like Unix.
It can be used very much like any other GTK dialog, at the cost of the
portability offered by the high-level printing API. ![]() In order to print something with the gtk:print-unix-dialog widget, you need to use the gtk:print-unix-dialog-selected-printer function to obtain a gtk:printer object and use it to construct a gtk:print-job object using the gtk:print-job-new function. The gtk:print-unix-dialog widget uses the following response values:
GtkPrintUnixDialog as GtkBuildableExample: A gtk:print-unix-dialog UI definition fragment. <object class="GtkPrintUnixDialog" id="dialog1"> <child internal-child="notebook"> <object class="GtkNotebook" id="notebook"> <child> <object class="GtkLabel" id="tabcontent"> <property name="label">Content on notebook tab</property> </object> </child> <child type="tab"> <object class="GtkLabel" id="tablabel"> <property name="label">Tab label</property> </object> <packing> <property name="tab_expand">False</property> <property name="tab_fill">False</property> </packing> </child> </object> </child> </object> | Returned bySlot Access FunctionsInherited Slot Access FunctionsSee also |
2024-2-18