gtk+-unix-print-2.0 Reference Manual
Packages
gtk+-unix-print-2.0
Gtk
gtk+-unix-print-2.0
Description:
Content:
Namespaces:
Gtk
Classes:
PageSetupUnixDialog
-
Presents a page setup dialog for platforms which don’t provide a native page setup dialog, like Unix.
PrintBackend
-
A print backend.
PrintJob
-
Represents a job that is sent to a printer.
PrintUnixDialog
-
A print dialog for platforms which don’t provide a native print dialog, like Unix.
Printer
-
Represents a printer.
Enums:
PrintCapabilities
-
Specifies which features the print dialog should offer.
Delegates:
public
delegate
void
PrintJobCompleteFunc
(
PrintJob
print_job)
throws
Error
The type of callback that is passed to
send
.
public
delegate
bool
PrinterFunc
(
Printer
printer)
The type of function passed to
enumerate_printers
.
Methods:
public
void
enumerate_printers
(
owned
PrinterFunc
func,
bool
wait)
Calls a function for all printers that are known to GTK.