]> Pileus Git - ~andy/gtk/commit
GTK PrintToFile settings
authorTimothy Arceri <t_arceri@yahoo.com.au>
Tue, 6 Mar 2012 10:15:01 +0000 (21:15 +1100)
committerMarek Kasik <mkasik@redhat.com>
Mon, 14 May 2012 12:26:53 +0000 (14:26 +0200)
commit8d1f32aaafedce6326b0dbd837dc5503e889a60e
tree1f02fb605ce44744a2e8634361cc052c8eddc157
parentf730f519f8b3729b97f9a8c777a001dd68fd8476
GTK PrintToFile settings

To make setting output directory and filename simpler in the PrintToFile
dialog two gtkprintsettings have been added GTK_PRINT_SETTINGS_OUTPUT_DIR
 and GTK_PRINT_SETTINGS_OUTPUT_BASENAME.

This will reduce the code needed to implement a better name than "output.pdf"
and actually makes more sense than the existing setting
GTK_PRINT_SETTINGS_OUTPUT_URI which doesn't work seamlessly with
GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT like the new settings do.

https://bugzilla.gnome.org/show_bug.cgi?id=657322
gtk/gtkprintsettings.h
modules/printbackends/file/gtkprintbackendfile.c