]> Pileus Git - ~andy/gtk/commit
Silently allow child properties on grandchildren
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Apr 2011 16:26:51 +0000 (12:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 6 May 2011 18:29:47 +0000 (14:29 -0400)
commite244e5050ba35dad67b96ad2e143022b49fd7d51
tree22510a9b001d73d06a552a9895b6c1ff6f61980a
parentdeb271d35519124509103ccc4c217bb31bf4fe65
Silently allow child properties on grandchildren

This commit simply removes some child->parent == container checks,
to add some flexibility for containers with 'inner structure'.
If these checks are considered useful, we can bring them back
with a is_child vfunc that allows container implementations to
decided who they consider legitimate child.
gtk/gtkcontainer.c