Try the following:
Handle_Xw_Window win = new Xw_Window(YourGraphDev,XtWindow(YourWidget),Xw_WQ_3DQUALITY, YourColor);
and now, use win as you like. For example place a view in it, like
if (!exist(win))
{
cerr << "3d window could not be created !!\n" << flush;
exit(-1);
}
// attach a view (V3d_View)
yourView->SetWindow(win);
// Fit the View to its parent window
yourView->MustBeResized();
with regards, Commenter-1
-------------------------------------------------
University of Kaiserslautern
Research Group for Computer Application in Engineering Design
-------------------------------------------------