- Make the schedulables widget do something useful, now that I know it was the simulation widget, not the schedulables one which completely put KO my system...

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@889 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-08-16 23:56:28 +00:00
parent 0b4db098eb
commit 09ad981251
3 changed files with 123 additions and 25 deletions

View file

@ -110,9 +110,10 @@ GuiBuilder::GuiBuilder(const std::string& gladefile)
// Main simulation widget
ScrolledWindow* simulation_window = NULL;
_refXml->get_widget("SimulationScrolledWindow", simulation_window);
SimulationWidget* simulation_widget = manage(new SimulationWidget());
simulation_window->add(*simulation_widget);
simulation_widget->show();
// FIXME completely f***s up my system!
//SimulationWidget* simulation_widget = manage(new SimulationWidget());
//simulation_window->add(*simulation_widget);
//simulation_widget->show();
}