Block entry change handler whilst traversing cells
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index e039874c521a5a202d228bbaa1717cc25a5b5370..8dc213321149b62dd470bc7de87c7e120c3052dc 100644 (file)
@@ -133,6 +133,9 @@ struct _GtkSheet
   /* The type of entry_widget */
   GtkType entry_type;
 
+  /* Handler of the "changed" callback for the entry widget */
+  glong entry_handler_id;
+
   /* expanding selection */
   GtkSheetCell selection_cell;