|
From: Javier G. <j.a...@gm...> - 2010-04-08 13:13:46
|
Hi, I would like to insert a wxWidgets terminal from gnuplot inside a wxWidgets application, for example to insert it inside a wxPanel object. Any idea on how to make it? I usually access gnuplot using "popen" and passing commands by "fprintf", but it opens it in a separate window, I would like that the window is inserted in an existing panel in my application ... cheers, Javier |