Re: these Forms...

2002-05-30 Thread Angus Leeming
On Thursday 30 May 2002 1:50 am, you wrote: > These forms: > > add(boost::shared_ptr(new FormDocument(lv, this))); > add(boost::shared_ptr(new FormMathsPanel(lv, this))); > add(boost::shared_ptr(new FormParagraph(lv, this))); > add(boost::shared_ptr(new

these Forms...

2002-05-29 Thread Lars Gullik Bjønnes
These forms: add(boost::shared_ptr(new FormDocument(lv, this))); add(boost::shared_ptr(new FormMathsPanel(lv, this))); add(boost::shared_ptr(new FormParagraph(lv, this))); add(boost::shared_ptr(new FormPreferences(lv, this))); add(boost::shared_ptr(new