Added a cell-padding parameter to the sheet.
[pspp-builds.git] / lib / gtk-contrib / psppire-sheet.h
index 8e83765cbcfb63494a429978d64162f10f45870c..27c2ed549b2d993cebc916c7573fe7896be3d2b2 100644 (file)
@@ -139,6 +139,9 @@ struct _PsppireSheet
   /* selected range */
   PsppireSheetRange range;
 
+  /* The space between a cell's contents and its border */
+  GtkBorder *cell_padding;
+
   /* the scrolling window and its height and width to
    * make things a little speedier */
   GdkWindow *sheet_window;