Compilation: don't compile dialogs separately.
[gnumeric.git] / src / workbook-cmd-format.h
blobc7535e15700f54b1b64677c85407759e7d9cf6c0
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_WORKBOOK_CMD_FORMAT_H_
3 # define _GNM_WORKBOOK_CMD_FORMAT_H_
5 #include "gnumeric.h"
7 G_BEGIN_DECLS
9 void workbook_cmd_resize_selected_colrow (WorkbookControl *wbc, Sheet *sheet,
10 gboolean is_cols,
11 int new_size_pixels);
12 void workbook_cmd_autofit_selection (WorkbookControl *wbc, Sheet *sheet,
13 gboolean is_cols);
14 void workbook_cmd_inc_indent (WorkbookControl *wbc);
15 void workbook_cmd_dec_indent (WorkbookControl *wbc);
17 void workbook_cmd_wrap_sort (WorkbookControl *wbc, int type);
19 G_END_DECLS
21 #endif /* _GNM_WORKBOOK_CMD_FORMAT_H_ */