Update Spanish translation
[gnumeric.git] / src / sheet-autofill.h
blobddd55cb064c3cd68f791cf3721dc014a0c38a276
1 #ifndef _GNM_SHEET_AUTOFILL_H_
2 # define _GNM_SHEET_AUTOFILL_H_
4 #include <gnumeric.h>
6 G_BEGIN_DECLS
8 void gnm_autofill_init (void);
9 void gnm_autofill_shutdown (void);
11 void gnm_autofill_fill (Sheet *sheet, gboolean default_increment,
12 int base_col, int base_row,
13 int w, int h,
14 int end_col, int end_row);
16 GString *gnm_autofill_hint (Sheet *sheet, gboolean default_increment,
17 int base_col, int base_row,
18 int w, int h,
19 int end_col, int end_row);
21 G_END_DECLS
23 #endif /* _GNM_SHEET_AUTOFILL_H_ */