Merge ui panel code and refactoring

This commit is contained in:
Charles J. Cliffe
2015-07-30 21:53:29 -04:00
70 changed files with 3520 additions and 693 deletions
+6
View File
@@ -147,6 +147,12 @@ AppFrame::AppFrame() :
spectrumCanvas->attachWaterfallCanvas(waterfallCanvas);
vbox->Add(waterfallCanvas, 20, wxEXPAND | wxALL, 0);
/*
vbox->AddSpacer(1);
testCanvas = new UITestCanvas(this, attribList);
vbox->Add(testCanvas, 20, wxEXPAND | wxALL, 0);
// */
this->SetSizer(vbox);
// waterfallCanvas->SetFocusFromKbd();