X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-sheet.h;h=0754942a95800c1b1b4ec4df8014887722aa9ac9;hb=c4d60b82a3c3b2e2398f2f8247b23aaacd7951ca;hp=49e7a1751c36a6c64b766bc11212c3bb1f4eb757;hpb=e1c4d5d0f0c63ef20927ac2cd7f9ff4e7e4cf5c5;p=pspp diff --git a/src/ui/gui/psppire-data-sheet.h b/src/ui/gui/psppire-data-sheet.h index 49e7a1751c..0754942a95 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 Free Software Foundation 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 @@ -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