Searched refs:controlWindow (Results 1 – 1 of 1) sorted by relevance
33 BWindow* controlWindow = new BWindow(BRect(500, 30, 700, 420), B_TRANSLATE("Controls"), in FontDemo() local39 controlWindow->SetLayout(new BGroupLayout(B_VERTICAL)); in FontDemo()40 controlWindow->AddChild(controlView); in FontDemo()45 controlWindow->Show(); in FontDemo()