Update Spanish translation
[gnumeric.git] / src / workbook-cmd-format.h
blob5172d9a0abbc1881e81002775271d88de6121c0f
1 #ifndef _GNM_WORKBOOK_CMD_FORMAT_H_
2 # define _GNM_WORKBOOK_CMD_FORMAT_H_
4 #include <gnumeric.h>
6 G_BEGIN_DECLS
8 void workbook_cmd_resize_selected_colrow (WorkbookControl *wbc, Sheet *sheet,
9 gboolean is_cols,
10 int new_size_pixels);
11 void workbook_cmd_autofit_selection (WorkbookControl *wbc, Sheet *sheet,
12 gboolean is_cols);
13 void workbook_cmd_inc_indent (WorkbookControl *wbc);
14 void workbook_cmd_dec_indent (WorkbookControl *wbc);
16 void workbook_cmd_wrap_sort (WorkbookControl *wbc, int type);
18 G_END_DECLS
20 #endif /* _GNM_WORKBOOK_CMD_FORMAT_H_ */