Re: [Wt-interest] Missing children() methods?

2008-09-11 Thread Koen Deforche
Hey Richard, 2008/9/3 Richard Dale [EMAIL PROTECTED]: In the Qt api, the QObject class has a public children() method and I use the method in the QtRuby bindings for marking ruby instances as not needing garbage collection. In RubyWt I am having problems with some widgets being garbage

[Wt-interest] Missing children() methods?

2008-09-03 Thread Richard Dale
In the Wt classes, three keep std::vectors of their children WObject, WWebWidget and WContainerWidget, but only WContainerWidget has a children() method to access them. In the Qt api, the QObject class has a public children() method and I use the method in the QtRuby bindings for marking ruby