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

◆ OnChildRemove()

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

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

121 {
122 if (w == m_root)
123 {
124 Update();
125 }
126
127 return false;
128 }
Widget m_root
Определения AutoHeightSpacer.c:9
void Update()
Определения AutoHeightSpacer.c:11

Перекрестные ссылки m_root и Update().