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 _______________________________________________ Gnucap-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnucap-devel
