[osg-users] osgUI details or examples

Horváth Árpád horvatha4 at googlemail.com
Sun Nov 29 07:59:41 PST 2015


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








More information about the osg-users mailing list