Prevent updates to the model from feeding back to the current sheet
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 8634d8bb5dc833ed1abd1e78244caabce7366dce..d4d00d50e535aa41b779d4919bf082249bb1574f 100644 (file)
@@ -170,6 +170,8 @@ struct _GtkSheet
   /* Used for the subtitle (popups) */
   gint motion_timer;
   GtkSheetHoverTitle *hover_window;
+
+  gulong update_handler_id;
 };
 
 struct _GtkSheetClass