Gtk filechooser and the native encoding of filenames on disk

2012-10-31 Thread Kristoffer Brånemyr
Hi, I had a discussion with another developer regarding gtk filechooser. In the documentation for the filechooser you can read this: When the user is finished selecting files in a GtkFileChooser, your program can get the selected names either as filenames or as URIs.  For URIs, the normal

switch printer tray during printing

2012-10-31 Thread Michael Cronenworth
Does anyone know if GTK allows switching print trays in the middle of a GtkPrintOperation? I tried setting the source to Tray 2 in the request-page-setup signal for the second page, but this did not work. The second page printed to Tray 1 (default). Thanks, Michael