On Tue, Sep 23, 2014 at 01:42:17AM +0530, Abhinav singh wrote:
> Dont worry about it i will make modification according to new _waves.

Hi Abhinav.

i am trying to understand your gplot command...

in c_plot.cc about line 240, in CMD_PLOT::do_it

[..]
    WIN_MAIN* _window;
    _window->_current_title=_title;
    _window->_is_newsim=true;
[..]

how is this supposed to work? what is _title supposed to be?
why isn't _window taken care of within the MY_THREAD class?

the CMD_PLOT class does not have a single member that refers to either
the pthread or any gtk object. is there some hidden magic that i should
know about?

thanks
felix

_______________________________________________
Gnucap-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnucap-devel

Reply via email to