void PainterTest_App::WindowSupervisorSetupMenus(ZMenuSetup& inMenuSetup) { ZApp::WindowSupervisorSetupMenus(inMenuSetup); inMenuSetup.EnableItem(mcNew); }
void ZApp::WindowSupervisorSetupMenus(ZMenuSetup& inMenuSetup) { if (this->IsRunning()) inMenuSetup.EnableItem(mcQuit); inMenuSetup.EnableItem(mcAbout); }