示例#1
0
void
JXApplication::Suspend()
{
	const JSize count = itsDisplayList->GetElementCount();
	for (JIndex i=1; i<=count; i++)
		{
		itsDisplayList->NthElement(i)->GetMenuManager()->CloseCurrentMenus();
		}

	JXDirector::Suspend();
	JXSuspendPersistentWindows();
}
示例#2
0
void
JXApplication::Suspend()
{
	JXDirector::Suspend();
	JXSuspendPersistentWindows();
}