1 #ifndef _GNM_SHEET_OBJECT_WIDGET_IMPL_H_
2 # define _GNM_SHEET_OBJECT_WIDGET_IMPL_H_
3 
4 #include <sheet-object-widget.h>
5 #include <sheet-object-impl.h>
6 
7 G_BEGIN_DECLS
8 
9 typedef struct {
10 	SheetObjectView parent;
11 } SOWidgetView;
12 
13 typedef struct {
14 	SheetObjectViewClass parent_class;
15 } SOWidgetViewClass;
16 
17 G_END_DECLS
18 
19 #endif /* _GNM_SHEET_OBJECT_WIDGET_H_ */
20