Initial GLPanel prototype, testing nested layouts

This commit is contained in:
Charles J. Cliffe
2015-06-20 20:19:52 -04:00
parent 6fe145425c
commit 4ee791ac0c
9 changed files with 427 additions and 0 deletions
+5
View File
@@ -119,6 +119,11 @@ 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();