1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_SHEET_AUTOFILL_H_
3 # define _GNM_SHEET_AUTOFILL_H_
9 void gnm_autofill_init (void);
10 void gnm_autofill_shutdown (void);
12 void gnm_autofill_fill (Sheet
*sheet
, gboolean default_increment
,
13 int base_col
, int base_row
,
15 int end_col
, int end_row
);
17 GString
*gnm_autofill_hint (Sheet
*sheet
, gboolean default_increment
,
18 int base_col
, int base_row
,
20 int end_col
, int end_row
);
24 #endif /* _GNM_SHEET_AUTOFILL_H_ */