См. определение в файле ServerBrowserMenuNew.c строка 298
299 {
300 TextWidget yText = TextWidget.Cast(layoutRoot.FindAnyWidget("ResetText"));
301 if (yText)
302 {
303 yText.SetText(text);
304 yText.Update();
305 }
306 }
Используется в DetailsFocus() и FilterFocus().