]> Pileus Git - ~andy/gtk/commit
better error message if you try to add a widget to a bin that already has
authorHavoc Pennington <hp@redhat.com>
Fri, 9 Feb 2001 00:40:48 +0000 (00:40 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Fri, 9 Feb 2001 00:40:48 +0000 (00:40 +0000)
commit45510aefc34ce131b5de0db7c4ebf3783d9854b4
tree42b08773edbea6846d0d2e7e3123d85ec5fc6c1f
parent589b4726093be0f1653648110d5e40150f2e375c
better error message if you try to add a widget to a bin that already has

2001-02-08  Havoc Pennington  <hp@redhat.com>

* gtk/gtkbin.c (gtk_bin_add): better error message if you try to
add a widget to a bin that already has a child.

* gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512

* docs/Changes-2.0.txt: note that GdkColorContext is gone.

* gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c

* gdk/gdk.h: remove gdkcc.h

* gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h

* gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
GdkPixbuf, since the previous implementation was GdkColorContext
dependent.

* gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
17 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/Changes-2.0.txt
gdk/Makefile.am
gdk/gdk.h
gdk/gdkcc.h [deleted file]
gdk/x11/Makefile.am
gdk/x11/gdkcc-x11.c [deleted file]
gtk/gtkbin.c
gtk/gtkpixmap.c
gtk/testgtk.c
tests/testgtk.c