Used type casenumber in GUI code where appropriate. Also, generally
[pspp-builds.git] / lib / gtksheet / gsheet-hetero-column.h
index 2c4fc1d7ae30097500779bee7c9782e0b62beaeb..507bc20a3fcfecbd8e479a8b20e12fa6d497e992 100644 (file)
@@ -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
 }