Hi,

Where can I find some details or examples about the new (?) osgUI namespace? 
Its look like interesting for me.
I tried this code but nothing appeared:

        _wm = new osgWidget::WindowManager(...);
...
        _testbox = new osgUI::ComboBox();
        _testbox->addItem( new osgUI::Item("valami") );
        _testbox->addItem( new osgUI::Item("semmi") );
        _testbox->addItem( new osgUI::Item("akármi") );
        _wm->addChild( _testbox );


Thank you!

Cheers,
Árpi

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=65788#65788





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to