- added menu items in View to show/hide threads and holt_widget
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1021 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
7274d9759c
commit
08a4cd4f63
File diff suppressed because it is too large
Load Diff
|
@ -39,3 +39,9 @@ using namespace sgpem;
|
|||
|
||||
|
||||
}
|
||||
|
||||
HoltWidget& HoltContainerWindow::get_holt_widget()
|
||||
{
|
||||
return _holt_widget;
|
||||
}
|
||||
|
||||
|
|
|
@ -46,9 +46,11 @@ namespace sgpem {
|
|||
public:
|
||||
HoltContainerWindow(Simulation& simulation);
|
||||
virtual ~HoltContainerWindow();
|
||||
|
||||
HoltWidget& get_holt_widget();
|
||||
protected:
|
||||
virtual void on_size_request (Gtk::Requisition* requisition);
|
||||
HoltWidget _holt_widget;
|
||||
HoltWidget _holt_widget;
|
||||
};
|
||||
|
||||
} // ~ namespace sgpem
|
||||
|
|
Loading…
Reference in New Issue