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

◆ OnResize()

override bool ScrollBarContainer::OnResize ( Widget w,
int x,
int y )
inlineprotected

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

233 {
234 if (w == m_root || w == Content)
235 {
237 }
238 return false;
239 }
Widget m_root
Определения ScrollBarContainer.c:8
Widget Content
Определения ScrollBarContainer.c:5
void UpdateScroller()
Определения ScrollBarContainer.c:104

Перекрестные ссылки Content, m_root, UpdateScroller(), x и y.