Introspection fixes
[gnumeric.git] / src / pattern.h
blobe53d4c663e2ba1056b4681bad0ff0d4b10e940e2
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_PATTERN_H_
3 # define _GNM_PATTERN_H_
5 #include "style.h"
7 G_BEGIN_DECLS
9 #define GNM_PATTERNS_MAX 25
11 gboolean gnm_pattern_background_set (GnmStyle const *mstyle,
12 cairo_t *cr,
13 gboolean const is_selected,
14 GtkStyleContext *ctxt);
16 G_END_DECLS
18 #endif /* _GNM_PATTERN_H_ */