Пример #1
0
void PainterTest_App::WindowSupervisorSetupMenus(ZMenuSetup& inMenuSetup)
	{
	ZApp::WindowSupervisorSetupMenus(inMenuSetup);

	inMenuSetup.EnableItem(mcNew);
	}
Пример #2
0
void ZApp::WindowSupervisorSetupMenus(ZMenuSetup& inMenuSetup)
	{
	if (this->IsRunning())
		inMenuSetup.EnableItem(mcQuit);
	inMenuSetup.EnableItem(mcAbout);
	}