X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdata-sheet.h;h=4e8b8c450d9dbbbd955b2315f3e49cb9a39a4351;hb=37802756c76db95313a42db5938bb9a560f35055;hp=1fa579ffe31301aa1587710460eda0bebb2f8083;hpb=e294a372f351d7105c21a2db58022af8b119aa64;p=pspp-builds.git diff --git a/src/ui/gui/data-sheet.h b/src/ui/gui/data-sheet.h index 1fa579ff..4e8b8c45 100644 --- a/src/ui/gui/data-sheet.h +++ b/src/ui/gui/data-sheet.h @@ -1,7 +1,6 @@ -/* +/* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2004 Free Software Foundation - Written by 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 @@ -25,28 +24,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