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=b6088c04a2380078af7ce9c18b6ba52a0f6b38cf;hp=7869791e206d562ddbfc0455397a97ffd901b95d;hpb=a1efcf97ca2f75f4be6a0389ff2372c03ed2d4e1;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); };