Hi,

I derive a custom container from gtk.VBox.  In it, I add a private
widget, so I need to override do_forall() to return it in case
`include_internals' is True.  How do I call the original method?
Calling gtk.VBox.do_forall() doesn't work:

  AttributeError: type object 'gtk.VBox' has no attribute 'do_forall'

and chain() works only for signal handlers.

Paul
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to