Introspection: add col/row manipulations
[gnumeric.git] / src / item-grid.h
blob1a07f7b78576c70c4933c33ceec977d07a59e8c7
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_ITEM_GRID_H_
3 #define _GNM_ITEM_GRID_H_
5 #include "gnumeric-fwd.h"
6 #include <glib-object.h>
8 G_BEGIN_DECLS
10 #define GNM_ITEM_GRID(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), gnm_item_grid_get_type (), GnmItemGrid))
11 #define GNM_IS_ITEM_GRID(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), gnm_item_grid_get_type ()))
13 GType gnm_item_grid_get_type (void);
15 G_END_DECLS
17 #endif /* _GNM_ITEM_GRID_H_ */