summaryrefslogtreecommitdiff
path: root/gtk/gtkcellrendererpixbuf.h
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2002-04-26 19:45:22 +0000
committerKristian Rietveld <kristian@src.gnome.org>2002-04-26 19:45:22 +0000
commit74295aeddffbeb40b9ea138b071f736f8ae0bcbb (patch)
tree0d74ee594cfd76b5c9fa7b3a3220f0985fc469b3 /gtk/gtkcellrendererpixbuf.h
parentf5e0470f6fea48d82f751345d2460a2852128539 (diff)
downloadgtk+-74295aeddffbeb40b9ea138b071f736f8ae0bcbb.tar.gz
This commit fixes binary compatibility, which I broke with my recent cell
Fri Apr 26 21:46:42 2002 Kristian Rietveld <kris@gtk.org> This commit fixes binary compatibility, which I broke with my recent cell renderer commits :/. * gtk/gtkcellrenderer.h: move cell_background out of _GtkCellRenderer * gtk/gtkcellrenderer.c: create GtkCellRendererInfo, with the cell_background field and use this as object data. This way we keep the field private and dont break ABI. * gtk/gtkcellrendererpixbuf.h: remove stock_id, stock_size and stock_detail from _GtkCellRendererPixbuf * gtk/gtkcellrendererpixbuf.c: create a GtkCellRendererPixbufInfo with above mentioned fields. And update everything.
Diffstat (limited to 'gtk/gtkcellrendererpixbuf.h')
-rw-r--r--gtk/gtkcellrendererpixbuf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkcellrendererpixbuf.h b/gtk/gtkcellrendererpixbuf.h
index d41aae9002..86d32fff02 100644
--- a/gtk/gtkcellrendererpixbuf.h
+++ b/gtk/gtkcellrendererpixbuf.h
@@ -45,10 +45,6 @@ struct _GtkCellRendererPixbuf
GdkPixbuf *pixbuf;
GdkPixbuf *pixbuf_expander_open;
GdkPixbuf *pixbuf_expander_closed;
-
- gchar *stock_id;
- GtkIconSize stock_size;
- gchar *stock_detail;
};
struct _GtkCellRendererPixbufClass