]> Pileus Git - ~andy/gtk/commit
Add gtk_container_child_notify
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Apr 2011 17:57:05 +0000 (13:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 May 2011 18:29:14 +0000 (14:29 -0400)
commitdeb271d35519124509103ccc4c217bb31bf4fe65
tree9b3bb32bc80c02b84364e6bc36b66c51711af941
parentc8c1075cfe7220be0b82b81358c3bb8bc375e11c
Add gtk_container_child_notify

This is a variant of gtk_widget_child_notify() that takes an
explicit container, instead of relying on widget->parent to
be the correct container to use.
gtk/gtkcontainer.c
gtk/gtkcontainer.h
gtk/gtkwidget.c