Introspection: add col/row manipulations
[gnumeric.git] / src / gnm-so-polygon.h
blob10f319e85648e702b0b9b72bdf31d43d2a9c08d6
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef _GNM_SO_POLYGON_H_
3 # define _GNM_SO_POLYGON_H_
5 #include <glib-object.h>
7 G_BEGIN_DECLS
9 #define GNM_SO_POLYGON_TYPE (gnm_so_polygon_get_type ())
10 #define GNM_IS_SO_POLYGON(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GNM_SO_POLYGON_TYPE))
11 GType gnm_so_polygon_get_type (void);
13 G_END_DECLS
15 #endif /* _GNM_SO_POLYGON_H_ */