diff options
author | Adrian Johnson <ajohnson@redneon.com> | 2009-11-21 20:07:14 +1030 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2009-12-05 13:45:55 +0100 |
commit | 48cf7d9e7e2677bb5687e2c9b600fda7b56e0056 (patch) | |
tree | 1abeed783437acd1dc55a93d11bcc492665cf24e /gtk/gtkprintoperation-private.h | |
parent | be686e2badb5cdfdaed7df2cac9ff3b3fb793056 (diff) | |
download | gtk+-48cf7d9e7e2677bb5687e2c9b600fda7b56e0056.tar.gz |
Set unix printer hard margins on print context
Diffstat (limited to 'gtk/gtkprintoperation-private.h')
-rw-r--r-- | gtk/gtkprintoperation-private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkprintoperation-private.h b/gtk/gtkprintoperation-private.h index 5e28007bee..c1f047c2dd 100644 --- a/gtk/gtkprintoperation-private.h +++ b/gtk/gtkprintoperation-private.h @@ -140,6 +140,11 @@ void _gtk_print_context_set_page_setup (GtkPrintCon GtkPageSetup *page_setup); void _gtk_print_context_translate_into_margin (GtkPrintContext *context); void _gtk_print_context_rotate_according_to_orientation (GtkPrintContext *context); +void _gtk_print_context_set_hard_margins (GtkPrintContext *context, + gdouble top, + gdouble bottom, + gdouble left, + gdouble right); G_END_DECLS |