Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / lib / gtksheet / gsheet-hetero-column.h
index 59fd7cd631da0376014a45743b0b23f66a4318f3..507bc20a3fcfecbd8e479a8b20e12fa6d497e992 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
 
     gint n_columns;
     gint default_width;
-    
+
     struct GSheetHeteroColumnUnit *col;
 
   };
@@ -62,7 +62,7 @@ extern "C" {
 
 
 
-  
+
   /* create a new column */
   GObject * g_sheet_hetero_column_new (gint default_width, gint n_columns);
 
@@ -73,11 +73,11 @@ extern "C" {
   typedef struct _GSheetHeteroColumnClass GSheetHeteroColumnClass;
 
 
-  void g_sheet_hetero_column_set_button_label(GSheetHeteroColumn *geo,
-                                               gint i, const gchar *label);
+  void g_sheet_hetero_column_set_button_label (GSheetHeteroColumn *geo,
+                                               glong i, const gchar *label);
 
-  void g_sheet_hetero_column_set_width(GSheetHeteroColumn *geo,
-                                            gint i, gint size);
+  void g_sheet_hetero_column_set_width (GSheetHeteroColumn *geo,
+                                            glong i, gint size);
 
 #ifdef __cplusplus
 }