Example #1
0
void TestScrollWinFrame::OnClose(wxCloseEvent& event)
{
  //LOG_MSG("In TestScrollWinFrame::OnClose");
	DeregisterAsActive();
	Destroy();
}
Example #2
0
WeightsManFrame::~WeightsManFrame()
{
	if (HasCapture()) ReleaseMouse();
	DeregisterAsActive();
	w_man_state->removeObserver(this);
}
Example #3
0
void C3DPlotFrame::OnClose(wxCloseEvent& event)
{
	LOG_MSG("In C3DPlotFrame::OnClose");
	DeregisterAsActive();
	Destroy();
}
ConditionalHistogramFrame::~ConditionalHistogramFrame()
{
	LOG_MSG("In ConditionalHistogramFrame::~ConditionalHistogramFrame");
	DeregisterAsActive();
}