DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ OnChildRemove()

override bool VicinityContainer::OnChildRemove ( Widget w,
Widget child )
inlineprotected

См. определение в файле VicinityContainer.c строка 660

661 {
662 w.Update();
663 float x, y;
664 w.GetScreenSize( x, y );
665 if ( w == GetMainWidget() )
666 {
667 GetMainWidget().Update();
668 m_Parent.OnChildRemove( w, child );
669 }
670 return true;
671 }
Icon x
Icon y
Widget m_Parent
Определения SizeToChild.c:92

Перекрестные ссылки m_Parent, x и y.