Update Spanish translation
[gnumeric.git] / src / sheet-object-widget-impl.h
blobcdfdad69dd20a60e3fcb3658d4bae16e1e472364
1 #ifndef _GNM_SHEET_OBJECT_WIDGET_IMPL_H_
2 # define _GNM_SHEET_OBJECT_WIDGET_IMPL_H_
4 #include <sheet-object-widget.h>
5 #include <sheet-object-impl.h>
7 G_BEGIN_DECLS
9 typedef struct {
10 SheetObjectView parent;
11 } SOWidgetView;
13 typedef struct {
14 SheetObjectViewClass parent_class;
15 } SOWidgetViewClass;
17 G_END_DECLS
19 #endif /* _GNM_SHEET_OBJECT_WIDGET_H_ */