Removed the visibility predicate from the row/column models.
[pspp-builds.git] / lib / gtksheet / gsheet-hetero-column.h
index 2c4fc1d7ae30097500779bee7c9782e0b62beaeb..9b19c1f30d977ef6cccacc4711f077442448fc25 100644 (file)
@@ -41,7 +41,6 @@ extern "C" {
 
     gint width;
     gboolean is_sensitive;
-    gboolean is_visible;
   };
 
 
@@ -73,11 +72,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
 }