We are developing a pyTGK based application, in which we need the graphical output of other applications (blender, and gnuplot) to be shown in the parent window of our application. Presently we able to create new windows for them, but we wish them to be integrated with in our application window.
How to do this? any clues? is there another application that does simialar thing?
Thanks Nagarjuna
Sometime Today, NG cobbled together some glyphs to say:
We are developing a pyTGK based application, in which we need the graphical output of other applications (blender, and gnuplot) to be shown in the parent window of our application. Presently we able to create new windows for them, but we wish them to be integrated with in our application window.
Have a look at plugger. Plugger displays mplayer/realplayer output within your web browser.
I think there's some way to pass a window handle to a new gtk app to tell it where to draw itself.
On Sat, 2005-02-26 at 12:24 +0530, Nagarjuna G. wrote:
We are developing a pyTGK based application, in which we need the graphical output of other applications (blender, and gnuplot) to be shown in the parent window of our application. Presently we able to create new windows for them, but we wish them to be integrated with in our application window.
How to do this? any clues? is there another application that does simialar thing?
No solution with me. But I was planning to do this for grass with Mono. Going to work on this tommorow. Shouldnt be too difficult i assume for grass. Others I am not sure.
Amish.