X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fsheet%2Fpsppire-sheetmodel.h;h=c8519077be67a46067db3c1a738bfcb597329378;hb=4612957073c41b6f15e8b36de14f43fb40cd9bfb;hp=7869791e206d562ddbfc0455397a97ffd901b95d;hpb=b16fdbecf0fb0ffc27b7d77e92c62e7f847c7248;p=pspp-builds.git diff --git a/src/ui/gui/sheet/psppire-sheetmodel.h b/src/ui/gui/sheet/psppire-sheetmodel.h index 7869791e..c8519077 100644 --- a/src/ui/gui/sheet/psppire-sheetmodel.h +++ b/src/ui/gui/sheet/psppire-sheetmodel.h @@ -128,6 +128,8 @@ struct _PsppireSheetModelIface gchar * (*get_row_subtitle) (const PsppireSheetModel *, gint row); glong (*get_row_count) (const PsppireSheetModel *model); gboolean (*get_row_sensitivity) (const PsppireSheetModel *, gint row); + + gboolean (*get_row_overstrike) (const PsppireSheetModel *, gint row); };