Update Spanish translation
[gnumeric.git] / src / pattern.h
blob1fcdfd3fd5577d661c087a66c3353ff0f11a5943
1 #ifndef _GNM_PATTERN_H_
2 # define _GNM_PATTERN_H_
4 #include <style.h>
6 G_BEGIN_DECLS
8 #define GNM_PATTERNS_MAX 25
10 gboolean gnm_pattern_background_set (GnmStyle const *mstyle,
11 cairo_t *cr,
12 gboolean const is_selected,
13 GtkStyleContext *ctxt);
15 G_END_DECLS
17 #endif /* _GNM_PATTERN_H_ */