|
From: Matthew C. <mat...@gm...> - 2008-05-07 12:42:09
|
> Use mpl events -- they work across user interface toolkits and handle > stuff like which axes did you click in and what are the data > coordinates > Excellent, that did the trick. In just 2 minutes. :) Thanks a lot. Could I just chuck in one simple question: you may have noticed I am embedding everything in GTK. After calling gtk.main() is there any way I can modify the displayed window? Or do I have to bin the whole thing and start again? Thanks for your help, Matthew |