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_
9 #define GNM_PATTERNS_MAX 25
11 gboolean
gnm_pattern_background_set (GnmStyle
const *mstyle
,
13 gboolean
const is_selected
,
14 GtkStyleContext
*ctxt
);
18 #endif /* _GNM_PATTERN_H_ */