pspp-sheet-view: Adapt to GTK+3 scrolling infrastructure.
[pspp] / src / ui / gui / pspp-sheet-view-column.h
index e7facafdc8e438a7bef821f78ceff77e6fbb06ba..9a0e9b5d600533c5e50da7274a573e653c592746 100644 (file)
@@ -59,7 +59,7 @@ typedef void (* PsppSheetCellDataFunc) (PsppSheetViewColumn *tree_column,
 
 struct _PsppSheetViewColumn
 {
-  GtkObject parent;
+  GObject parent;
 
   GtkWidget *PSEAL (tree_view);
   GtkWidget *PSEAL (button);
@@ -116,7 +116,7 @@ struct _PsppSheetViewColumn
 
 struct _PsppSheetViewColumnClass
 {
-  GtkObjectClass parent_class;
+  GObjectClass parent_class;
 
   gboolean (*clicked) (PsppSheetViewColumn *tree_column);
   gboolean (*button_press_event) (PsppSheetViewColumn *,