diff options
author | Christian Persch <chpe@gnome.org> | 2008-02-06 23:58:47 +0100 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2009-12-01 17:39:01 +0100 |
commit | efa90e418234f7773370f17e7f7bd47757b71d7b (patch) | |
tree | 6c60c3d0c690862b55a395698b8814a5ed3a2033 /gtk/gtkprinter-private.h | |
parent | e81dacb8e3cf4c16071ecb8a98964d0e06838f40 (diff) | |
download | gtk+-efa90e418234f7773370f17e7f7bd47757b71d7b.tar.gz |
Allow getting the printer's hard margins
Adds a way to get the unprintable area of the printer. Bug #468989.
Diffstat (limited to 'gtk/gtkprinter-private.h')
-rw-r--r-- | gtk/gtkprinter-private.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkprinter-private.h b/gtk/gtkprinter-private.h index 39165bd9b5..a5786d0162 100644 --- a/gtk/gtkprinter-private.h +++ b/gtk/gtkprinter-private.h @@ -45,11 +45,6 @@ cairo_surface_t * _gtk_printer_create_cairo_surface (GtkPrinter gdouble width, gdouble height, GIOChannel *cache_io); -void _gtk_printer_get_hard_margins (GtkPrinter *printer, - gdouble *top, - gdouble *bottom, - gdouble *left, - gdouble *right); GHashTable * _gtk_printer_get_custom_widgets (GtkPrinter *printer); /* GtkPrintJob private methods: */ |