- Adeed simple tabular statistics, modified statistics interfaces,

updated architecture (don't know if something is missing...)
 


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1092 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
fpaparel 2006-09-11 01:32:05 +00:00
parent afd292142e
commit 96dbda64cd
28 changed files with 1475 additions and 463 deletions

View file

@ -616,6 +616,10 @@ GuiBuilder::GuiBuilder(const std::string& gladefile)
_holt_container.set_keep_above();
_holt_container.get_holt_widget().set_show_threads(_show_threads);
_holt_container.show();
// Statistics container window
_statistics_container.set_keep_above();
_statistics_container.show();
}