X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtk-contrib%2Fpsppire-sheet.h;h=27c2ed549b2d993cebc916c7573fe7896be3d2b2;hb=18aa57536d6eac0b0562f31d9a7a01605c3d51ad;hp=8e83765cbcfb63494a429978d64162f10f45870c;hpb=9a331fe64eb814ae5c1322e21717a04fb254bf65;p=pspp diff --git a/lib/gtk-contrib/psppire-sheet.h b/lib/gtk-contrib/psppire-sheet.h index 8e83765cbc..27c2ed549b 100644 --- a/lib/gtk-contrib/psppire-sheet.h +++ b/lib/gtk-contrib/psppire-sheet.h @@ -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;