gui: Make Tab, Shift+Tab skip row head and new-var columns in data sheet.
[pspp] / src / ui / gui / pspp-sheet-private.h
index abb8366c6aee107a68e8cd3655e5bbdb630bc497..80e15ccf13d91f8c276e5f638111aec4de46ef3a 100644 (file)
@@ -157,6 +157,7 @@ struct _PsppSheetViewPrivate
 
   /* Cell Editing */
   PsppSheetViewColumn *edited_column;
+  gint edited_row;
 
   /* Selection information */
   PsppSheetSelection *selection;
@@ -239,7 +240,7 @@ struct _PsppSheetViewPrivate
 
   /* Grid and tree lines */
   PsppSheetViewGridLines grid_lines;
-  GdkGC *grid_line_gc;
+  GdkGC *grid_line_gc[5];
 
   /* Special cells. */
   PsppSheetViewSpecialCells special_cells;