[osg-users] osgWidget Callbacks

2011-08-19 Thread Daniel Cámpora
Hello :), I'm working my way on osgWidgets, and I have come into using callbacks for them. The way for adding callbacks on them is by means of the method osgWidget::EventInterface::addCallback, but I didn't find any way to remove a callback after it's been added. After reading some code

Re: [osg-users] osgWidget Callbacks

2011-08-19 Thread Jeremy Moles
On Fri, 2011-08-19 at 16:36 +0200, Daniel Cámpora wrote: Hello :), I'm working my way on osgWidgets, and I have come into using callbacks for them. The way for adding callbacks on them is by means of the method osgWidget::EventInterface::addCallback, but I didn't find any way to remove