X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-sheet.h;h=b3652dc801fac5de8641c300ab9cf58b46adf615;hb=ddf093b6f8428a45a14a24aaf17417d30777d9a3;hp=285bcb182c55962193491e404747010510efaef5;hpb=164d1274fcb70c54897f2a03fc7c27152ed4821a;p=pspp-builds.git diff --git a/src/ui/gui/data-sheet.h b/src/ui/gui/data-sheet.h index 285bcb18..b3652dc8 100644 --- a/src/ui/gui/data-sheet.h +++ b/src/ui/gui/data-sheet.h @@ -1,10 +1,9 @@ -/* - PSPPIRE --- A Graphical User Interface for PSPP +/* PSPPIRE - a graphical user interface for PSPP. Copyright (C) 2004 Free Software Foundation - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,9 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef DATA_SHEET_H @@ -24,28 +21,28 @@ #include #include "psppire-dict.h" -void psppire_data_sheet_clear(GtkSheet *sheet); +void psppire_data_sheet_clear (GtkSheet *sheet); #if 0 -void psppire_data_sheet_set_dictionary(GtkSheet *sheet, PsppireDict *d); +void psppire_data_sheet_set_dictionary (GtkSheet *sheet, PsppireDict *d); #endif -GtkWidget* psppire_data_sheet_create (gchar *widget_name, - gchar *string1, - gchar *string2, +GtkWidget* psppire_data_sheet_create (gchar *widget_name, + gchar *string1, + gchar *string2, gint int1, gint int2); -void data_sheet_set_cell_value(GtkSheet *sheet, gint row, gint col, +void data_sheet_set_cell_value (GtkSheet *sheet, gint row, gint col, const GValue *value); -void psppire_data_sheet_set_show_labels(GtkSheet *sheet, gboolean show_labels); +void psppire_data_sheet_set_show_labels (GtkSheet *sheet, gboolean show_labels); /* Repair any damage that may have been done to the data sheet */ -void psppire_data_sheet_redisplay(GtkSheet *sheet); +void psppire_data_sheet_redisplay (GtkSheet *sheet); -guint columnWidthToPixels(GtkSheet *sheet, gint column, guint width); +guint columnWidthToPixels (GtkSheet *sheet, gint column, guint width); #endif