Removed the visibility predicate from the row/column models.
[pspp-builds.git] / lib / gtksheet / gsheet-column-iface.h
index 5503393a4be8efcb1949768c694eac162e1ea8b8..7b3128c20e15c2a4cb4cead59cfdd91d76807541 100644 (file)
@@ -50,7 +50,6 @@ struct _GSheetColumnIface
   gint (* get_width) (const GSheetColumn *gcolumn, glong col);
   void (* set_width) (GSheetColumn *gcolumn, glong col, gint width);
 
-  gboolean (* get_visibility) (const GSheetColumn *gcolumn, glong col);
   gboolean (* get_sensitivity) (const GSheetColumn *gcolumn, glong col);
   const GtkSheetButton * (* get_button) (const GSheetColumn *gcolumn, glong col);
   GtkJustification (* get_justification) (const GSheetColumn *gcolumn, glong col);
@@ -76,8 +75,7 @@ struct _GSheetColumnIface
 
   gboolean      (*get_button_visibility)(const GSheetColumn *geo,
                                        glong col);
-  const GtkSheetChild * (*get_button_child)(const GSheetColumn *geo,
-                                          glong col);
+
   GtkJustification * (*get_button_justification)(const GSheetColumn *geo,
                                                glong col);
 };