X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fpsppire-data-sheet.h;h=0e5cc175c8b8417dcd4bb0b14842bb6f73dcd574;hb=04961f63d4ca08a9699c9b4f6a02f49db960682c;hp=b2285aa2fc0b369d430203a328bad38bef0d2c22;hpb=193090d0821d84eee24d5d340c91bc069bb55827;p=pspp diff --git a/src/ui/gui/psppire-data-sheet.h b/src/ui/gui/psppire-data-sheet.h index b2285aa2fc..0e5cc175c8 100644 --- a/src/ui/gui/psppire-data-sheet.h +++ b/src/ui/gui/psppire-data-sheet.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2017 John Darrington + Copyright (C) 2017, 2019 John Darrington This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ #define _PSPPIRE_DATA_SHEET_H #include -#include "ui/gui/efficient-sheet/src/ssw-sheet.h" +#include struct _PsppireDataSheet { @@ -47,4 +47,9 @@ G_DECLARE_FINAL_TYPE (PsppireDataSheet, psppire_data_sheet, PSPPIRE, DATA_SHEET, GtkWidget *psppire_data_sheet_new (void); +void psppire_data_sheet_delete_variables (PsppireDataSheet *sheet); + +void psppire_data_sheet_insert_new_variable_at_posn (PsppireDataSheet *sheet, gint posn); + + #endif