Introspection: add col/row manipulations
[gnumeric.git] / src / print-cell.h
blobf1acc062573eaa495efe559f0a2afc9da57a3ec7
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_PRINT_CELL_H_
3 # define _GNM_PRINT_CELL_H_
5 #include "gnumeric.h"
6 #include "print-info.h"
7 #include <cairo.h>
8 #include <gtk/gtk.h>
10 G_BEGIN_DECLS
12 void gnm_gtk_print_cell_range (cairo_t *context,
13 Sheet const *sheet, GnmRange *range,
14 double base_x, double base_y,
15 GnmPrintInformation const *pinfo);
17 G_END_DECLS
19 #endif /* _GNM_PRINT_CELL_H_ */