gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] gplot (was: wave storage)


From: Felix Salfelder
Subject: Re: [Gnucap-devel] gplot (was: wave storage)
Date: Sat, 4 Oct 2014 11:25:52 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Oct 02, 2014 at 09:39:05PM +0200, Felix Salfelder wrote:
> [..]
>     WIN_MAIN* _window;
>     _window->_current_title=_title;
>     _window->_is_newsim=true;
> [..]

Hi Abhinav.

apparently, the three lines are equivalent to
WIN_MAIN::_current_title = _title;
WIN_MAIN::_is_newsim = true;
(it just never occurred to me...)

these members being static, multiple windows seem to be not intended, is
this correct?

also, the layout of the main window suggests that multiple tabs are
intended to contain various plots. how much of this is working? and what
is the empty area on the left supposed to be?

please merge the "gui-build" branch (if you agree) and have a look at
the "gui-more" branch where i put some improvements not related to the
build.

thanks
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]