GUI: Dead kittens.
[gnumeric.git] / src / cell-draw.h
blobb0043a57767b3528de2298413481511da7e92c77
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_CELL_DRAW_H_
3 # define _GNM_CELL_DRAW_H_
5 #include "gnumeric.h"
7 G_BEGIN_DECLS
9 gboolean cell_calc_layout (GnmCell const *cell, GnmRenderedValue *rv, int y_direction,
10 int width, int height, int h_center,
11 GOColor *res_color, gint *res_x, gint *res_y);
13 void cell_finish_layout (GnmCell *cell, GnmRenderedValue *rv,
14 int col_width,
15 gboolean inhibit_overflow);
17 void cell_draw (GnmCell const *cell, cairo_t* cr,
18 int x, int y, int height, int width, int h_center,
19 gboolean show_extension_markers);
21 G_END_DECLS
23 #endif /* _GNM_CELL_DRAW_H_ */