Update Spanish translation
[gnumeric.git] / src / cell-draw.h
blobefc1e76501cbc4de336e910063adfbf88abcb6a5
1 #ifndef _GNM_CELL_DRAW_H_
2 # define _GNM_CELL_DRAW_H_
4 #include <gnumeric.h>
6 G_BEGIN_DECLS
8 gboolean cell_calc_layout (GnmCell const *cell, GnmRenderedValue *rv, int y_direction,
9 int width, int height, int h_center,
10 GOColor *res_color, gint *res_x, gint *res_y);
12 void cell_finish_layout (GnmCell *cell, GnmRenderedValue *rv,
13 int col_width,
14 gboolean inhibit_overflow);
16 void cell_draw (GnmCell const *cell, cairo_t* cr,
17 int x, int y, int height, int width, int h_center,
18 gboolean show_extension_markers);
20 G_END_DECLS
22 #endif /* _GNM_CELL_DRAW_H_ */