Removed the visibility predicate from the row/column models.
[pspp-builds.git] / lib / gtksheet / gsheet-row-iface.h
index 921f3699782e02c4663a8890fce51a38cff896dd..ce67b326a14e7e4fbe6163397c1998c8171e96bc 100644 (file)
@@ -53,8 +53,6 @@ struct _GSheetRowIface
   gint (* get_height) (const GSheetRow *grow, glong row);
   void (* set_height) (GSheetRow *grow, glong row, gint height);
 
-  gboolean (* get_visibility) (const GSheetRow *grow, glong row);
-
   gboolean (* get_sensitivity) (const GSheetRow *grow, glong row);
 
   const GtkSheetButton * (* get_button) (const GSheetRow *grow, glong row);
@@ -70,9 +68,6 @@ struct _GSheetRowIface
   gboolean  (*get_button_visibility) (const GSheetRow *geo,
                                          glong row);
 
-  const GtkSheetChild * (*get_button_child) (const GSheetRow *geo,
-                                            glong row);
-
   guint (*top_ypixel) (const GSheetRow *geo, glong row);
   glong (*pixel_to_row) (const GSheetRow *geo, guint pixel);
 };