GNOME Bugzilla – Bug 629227
GenPod show child properties
Last modified: 2010-09-19 16:58:04 UTC
Created attachment 169910 [details] [review] patch This is a couple of lines to show a "CHILD PROPERTIES" section in the pod of container classes like Gtk2::Table. It uses $class->list_child_properties() of bug 628748. Until that's added it does nothing, since in any class without a list_child_properties() it does nothing. I think this can pick up Goo::Canvas::Item child properties too, if/when goo_canvas_item_class_list_child_properties() is wrapped.
Works perfectly. Committed. Thanks.