Marko Anastasov пишет:
[...] Not specifically, but the examples do show how to use the cairo context provided by PrintContext to print some text. For instance, you can derive your own PrintOperation and override on_draw_page(), which gives you a PrintContext. You can look around for some cairo code to see how to load images into its context, which should be relatively straightforward.
I've succeded in printing text, but have no idea about printing images using those Gtk::PrintOperation and so on classes. Igor Gorbounov