|
From: Egil A. <egi...@ya...> - 2007-09-09 19:37:55
|
> Hello, > I have been developing a GTK application and I am now using GnuPlot to > create some graphical output. > > I was hoping to embed the gnuplot x window results into my GTK > application. > So far I have been unable to do that can anyone give me any tips on how I > would go about this? > > Thanks, > > Kiran Hi! There is actually an easier way to achieve this. First create an Gtk::Socket and add it to your widget. Then pass the socket ID (as hex) to gnuplot 'set terminal x11 window "ID"'. And that's it! Cheers! Egil Andersson -- View this message in context: http://www.nabble.com/embedding-gnuplot-x-window-into-gtk-app-tf4103801.html#a12582225 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |